www-apps/trac-tagsplugin: add 0.12 branch

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1764 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-12-26 10:51:16 +00:00
parent 506b090639
commit 8edfd1f04f
3 changed files with 43 additions and 1 deletions

View File

@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
26 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
+trac-tagsplugin-0.6-r1.ebuild:
add 0.12 branch
17 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
trac-tagsplugin-0.6.ebuild:
Bump

View File

@ -1,3 +1,4 @@
EBUILD trac-tagsplugin-0.6-r1.ebuild 1103 RMD160 fc53fd995fe509a003c003c2fdad31bca85ba7ec SHA1 55c1c6e4b4c2be86a49acf7d94bc2958761e2a2d SHA256 e68c688823b1785da1a65cac3975057bcf2aea7fff3956ac7a7c317c2ef1dafc
EBUILD trac-tagsplugin-0.6.ebuild 1103 RMD160 5956064bcf22d2472098887dc0d11d5ba675d6c6 SHA1 72251ee2b06ff3852b9fc6a91982ce66e8703120 SHA256 8b692edc87bfe4102e6bcc7501a68cae51fde47ee4fd9a032634a1ff98c23bee
MISC ChangeLog 372 RMD160 68e79ec895f506aad2d2f01f76dd37be7bfb3c81 SHA1 07e81b91c7d154a6c353a5aad00ba1c1da2d512d SHA256 da29106a950012f37b825bb448d888dd773a98127d6e7eecd246d20630064575
MISC ChangeLog 476 RMD160 1b15a5fba53e0e85e16051615947736453776fd8 SHA1 f8790492db6a04c8e070de48a655c691c091c93d SHA256 0c38714c2a5a5d3378ff5b63e3a8fe093f2259eb348b2555cd64be18329aa150
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,37 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $
inherit distutils subversion
ESVN_REPO_URI="http://trac-hacks.org/svn/tagsplugin/trunk/"
DESCRIPTION="The TagsPlugin implements both a generic tagging engine, and frontends for the Wiki and ticket systems."
HOMEPAGE="http://trac-hacks.org/wiki/TagsPlugin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
SLOT="0"
DEPEND="=www-apps/trac-0.12*
>=dev-python/setuptools-0.6_rc1"
# from marienz's setuptools.eclass:
src_install() {
"${python}" setup.py install --root=${D} --no-compile \
--single-version-externally-managed "$@" || die "install failed"
}
src_test() {
"${python}" setup.py test || die "tests failed"
}
pkg_postinst() {
elog "To enable the GitPlugin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " tractags.* = enabled"
elog ""
elog "to your trac.ini files."
}