www-apps/trac-gitosisplugin: Bump

(Portage version: 2.2.0_alpha75-r1/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
Mario Fetka 2011-11-19 19:28:16 +01:00
parent 36f392b2b1
commit 4c295e2a34
4 changed files with 17 additions and 37 deletions

View File

@ -1,7 +1,14 @@
# ChangeLog for www-apps/trac-gitosisplugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*trac-gitosisplugin-1.0.5 (19 Nov 2011)
19 Nov 2011; Mario Fetka <mario.fetka@gmail.com>
-trac-gitosisplugin-1.0.4.ebuild, +trac-gitosisplugin-1.0.5.ebuild,
metadata.xml:
Bump
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
trac-gitosisplugin-1.0.4.ebuild:
Add distutils_pkg_postinst to postinstall section

View File

@ -1,3 +1,3 @@
EBUILD trac-gitosisplugin-1.0.4.ebuild 1541 RMD160 4364aa08f88cd5ba07425a597d976a1cc47c5013 SHA1 34b324c7a0e68b11355ba6f38074f71be4e366ef SHA256 73733ebcbf6c7e02cd75aae799506d3bc37b64c799e07fd89e527247a1e662fd
MISC ChangeLog 861 RMD160 7d651e1769a2ac662d36bc255a1685b0039fdf25 SHA1 306e09cdfe87375292a38176fbd6a178bd4107aa SHA256 b4af45b6caf57daa0d8ff77cd4579b3bed6e454eec64ed64566e68975e9d6511
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
EBUILD trac-gitosisplugin-1.0.5.ebuild 1543 RMD160 25ad4850b3d6a740c5b4c8f2075d4314c3428a04 SHA1 948554e499c0ece3fd111d6512bbf002f584d27f SHA256 fb9cee6a36851157d5e346f78aa8188d02dd446bfbd9d03530cdbdcbc2530487
MISC ChangeLog 1047 RMD160 c76fbb84ae06e959e48022b6576a2086ecff99b8 SHA1 d25b48db440f9a7e8fbabf1af96ef34b0313e77f SHA256 7acfa3ec668d752533c63a504b011b26ad8eb4ea8d1d38064950cb2d63c8142f
MISC metadata.xml 205 RMD160 f85e91d792c694cb3e45fac26295dba0e6e43786 SHA1 3f13c3b49579342e2308323aa3dda2f43dd94c23 SHA256 9fdfc9c91107d94feb8416adc2cec7734fa27084bff83ea859938b3216e028bc

View File

@ -1,34 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
This is the example metadata file.
The root element of this file is <pkgmetadata>. Within this element a
number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
<email>mario.fetka@gmail.com</email>
</maintainer>
<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
package</flag>
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>

View File

@ -1,19 +1,19 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-git/trac-git-8215.ebuild,v 1.2 2010/07/05 11:00:44 hollow Exp $
EAPI="2"
EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils git
inherit distutils git-2
EGIT_REPO_URI="git://github.com/dr4Ke/TracGitosisPlugin.git"
DESCRIPTION="partial gitosis administration for Trac"
HOMEPAGE="http://trac-hacks.org/wiki/TracGitosisPlugin"
LICENSE="GPL-2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
@ -23,7 +23,7 @@ RDEPEND=">=www-apps/trac-0.12
|| ( dev-vcs/gitosis dev-vcs/gitosis-gentoo )"
src_prepare() {
git_src_prepare
git-2_src_prepare
cp -Rv 0.11/* .
distutils_src_prepare
}