www-apps/trac-recaptcharegisterplugin: cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2372 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-08-31 20:58:12 +00:00
parent 42851ad5a9
commit 520eed6fa6
3 changed files with 16 additions and 17 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-recaptcharegisterplugin-0.2.1.2.ebuild,
+trac-recaptcharegisterplugin-0.2.1.2-r1.ebuild:
cleanup
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
trac-recaptcharegisterplugin-0.2.1.2.ebuild:
add arm keyword

View File

@ -1,3 +1,3 @@
EBUILD trac-recaptcharegisterplugin-0.2.1.2.ebuild 1360 RMD160 ad528bd00ce47f909b221c2105fbfadde84d2b84 SHA1 c109b8858dd53faa6148df6fcf767def021c9b5e SHA256 567dc34505a7e0ae435062d16e702a3eab3936bf13e0738eed06a7fd93572849
MISC ChangeLog 391 RMD160 4ad7f53889a4ea945239adabe4360942c59a9425 SHA1 a6d6ce3cea6c4da02f286cea103c5feb0e82917b SHA256 f380ab5b333d62fe2550af01de44f2911528be9bf00aaec8c01f4a986f6f5444
EBUILD trac-recaptcharegisterplugin-0.2.1.2-r1.ebuild 1165 RMD160 40f72049db5062296eaa246c90e93a976e4bcea5 SHA1 6aaf552009d46485631c449fa7fb151ee7ffe6d9 SHA256 3b9e3503287ce0f39c48c18d106b848b96d72c6b8ea055578f0ccac668e936bb
MISC ChangeLog 552 RMD160 72b4a56902b33b9f6a0ebbec939a486baed04a76 SHA1 503568a65695b0d0f10242774bfa0d8707ef3246 SHA256 032a392af65f76f53bbf4866fe02a234955ca895274537b8a98a3a5bf52fd0f0
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

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/recaptcharegisterplugin/0.11"
DESCRIPTION="This hack adds a reCAPTCHA that the user must pass before registering."
HOMEPAGE="http://trac-hacks.org/wiki/RecaptchaRegisterPlugin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
@ -15,20 +19,10 @@ IUSE=""
SLOT="0"
DEPEND="=www-apps/trac-0.12*
www-apps/trac-acct_mgr
dev-python/recaptcha-client
>=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
www-apps/trac-accountmanagerplugin
dev-python/recaptcha-client"
pkg_postinst() {
elog "To enable the SimpleCaptcha plugin in your Trac environments, you have to add:"