diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-02-22 00:11:03 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-02-22 00:11:03 +0000 |
commit | 052913e389ea6f08a74dbb9d84268c8954e2d5ed (patch) | |
tree | ff575cbb835f9cbf01cda3209900dd2444bd7e5d /www-apps | |
parent | Stable for HPPA (bug #403019). (diff) | |
download | gentoo-2-052913e389ea6f08a74dbb9d84268c8954e2d5ed.tar.gz gentoo-2-052913e389ea6f08a74dbb9d84268c8954e2d5ed.tar.bz2 gentoo-2-052913e389ea6f08a74dbb9d84268c8954e2d5ed.zip |
Version bump
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/trac-git/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/trac-git/trac-git-20111119.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/www-apps/trac-git/ChangeLog b/www-apps/trac-git/ChangeLog index 3b5c0ffcb648..1f82c6d48c01 100644 --- a/www-apps/trac-git/ChangeLog +++ b/www-apps/trac-git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/trac-git -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-git/ChangeLog,v 1.3 2011/02/18 18:38:33 hollow Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-git/ChangeLog,v 1.4 2012/02/22 00:11:03 idl0r Exp $ + +*trac-git-20111119 (22 Feb 2012) + + 22 Feb 2012; Christian Ruppert <idl0r@gentoo.org> +trac-git-20111119.ebuild: + Version bump 18 Feb 2011; Benedikt Böhm <hollow@gentoo.org> metadata.xml: remove myself from metadata diff --git a/www-apps/trac-git/trac-git-20111119.ebuild b/www-apps/trac-git/trac-git-20111119.ebuild new file mode 100644 index 000000000000..1883f1a08417 --- /dev/null +++ b/www-apps/trac-git/trac-git-20111119.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-git/trac-git-20111119.ebuild,v 1.1 2012/02/22 00:11:03 idl0r Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="A git plugin for Trac" +HOMEPAGE="http://trac-hacks.org/wiki/GitPlugin" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND=">=www-apps/trac-0.12 + dev-vcs/git" + +src_install() { + distutils_src_install + rm -f "${D}"/usr/{README,COPYING} +} |