www-apps/trac-tagsplugin: cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2362 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-08-31 20:22:45 +00:00
parent 7e78c5c426
commit 81df223dd4
4 changed files with 14 additions and 53 deletions

View File

@ -2,6 +2,11 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-tagsplugin-0.6.ebuild, -trac-tagsplugin-0.6-r1.ebuild,
+trac-tagsplugin-0.6-r2.ebuild:
cleanup
03 Mar 2010; Mario Fetka <mario.fetka@gmail.com>
trac-tagsplugin-0.6.ebuild, trac-tagsplugin-0.6-r1.ebuild:
add keyword

View File

@ -1,4 +1,3 @@
EBUILD trac-tagsplugin-0.6-r1.ebuild 1108 RMD160 006d2bf073d197755100cbd5e308676b2875f3e4 SHA1 36a89a7dc1bc8d9f58e452b84e3d168621dfe6a4 SHA256 3d3b1209a681041ebfe45baf2eb632bc48acf59445dd2cdb12a7546aaa539de4
EBUILD trac-tagsplugin-0.6.ebuild 1108 RMD160 e6dee545838152dddcbfd4203b361aaca5797869 SHA1 e6ee6395b7b8ff8285dc177b3184375e07dcbe67 SHA256 30ef65ab35330fe8462ec08593894cf59d6ec2d38edf9c5a3301b7a76b14f9a9
MISC ChangeLog 603 RMD160 dde1837811c612568780d4e041721fba48e8e3e8 SHA1 ec97c860b256b5a92d6bdecc4cfc6d19b4d7b7b7 SHA256 0e6309da33adf7c30819d947cfc71d6b59eca4fb70751581a51d2d33de9d5c62
EBUILD trac-tagsplugin-0.6-r2.ebuild 901 RMD160 7b76039dabd4b1d4291523beb4e415d5453ab0ef SHA1 1fb089dd0808a8ce94d610e73e0b155457d88d3f SHA256 e389f0980db141e980ff91cc2ccfb9a8f720e803703834f55724ef43c378145c
MISC ChangeLog 762 RMD160 5906d11209309958ee72e769c864e52ca81664db SHA1 774a8da70e1134137862e857ff12de0509a30a05 SHA256 187efcc62d5e1006f944c37ead26ceb9af26592537e8e5219cfdaa9d9f20ce57
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -2,12 +2,16 @@
# 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 $
EAPI="2"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
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 ~arm ~ppc64 ~x86"
@ -15,18 +19,8 @@ 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"
}
DEPEND="dev-python/setuptools"
RDEPEND=">=www-apps/trac-0.12"
pkg_postinst() {
elog "To enable the GitPlugin plugin in your Trac environments, you have to add:"

View File

@ -1,37 +0,0 @@
# Copyright 1999-2010 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 ~arm ~ppc64 ~x86"
IUSE=""
SLOT="0"
DEPEND="=www-apps/trac-0.11*
>=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."
}