www-apps/trac-acct_mgr: cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2349 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-08-31 19:36:17 +00:00
parent 2f6ed66453
commit 814cce25ed
6 changed files with 15 additions and 162 deletions

View File

@ -2,6 +2,12 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-acct_mgr-0.1.3.ebuild, -trac-acct_mgr-0.2.1.ebuild,
-trac-acct_mgr-0.2.1-r1.ebuild, -trac-acct_mgr-0.2.1-r2.ebuild,
+trac-acct_mgr-0.2.1-r3.ebuild:
cleanup
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
trac-acct_mgr-0.1.3.ebuild, trac-acct_mgr-0.2.1.ebuild,
trac-acct_mgr-0.2.1-r1.ebuild, trac-acct_mgr-0.2.1-r2.ebuild:

View File

@ -1,9 +1,6 @@
AUX RegistrationConfirmationPatch.diff 4570 RMD160 e844d2b40e2bf3ca05777f836d346a881d661bdb SHA1 dbf528abc61c510df84ad8a67d2ba657f3dda3ca SHA256 2c4499175037fd06a5e7661a5d61ef97a178b720e5cfe5973d711095b6604088
AUX redirect-fix.patch 579 RMD160 ace1b0a2e46f2bf47266e348643f69e50daa173f SHA1 32494b5b9e36236433305aeabdc01527e51b6004 SHA256 f3ec357c65642753eda0e11266e84916497ffecbd2e8f5d1d667773835486709
AUX replaceMessageWrapper-with-genshi-markup-against-0.11-branch.patch 2759 RMD160 e108ae24e5fafa399745d898a12a3f98694b7a0e SHA1 1b00e9ed79e6063a8ec10cab528ab0d709c5f708 SHA256 b478be6bcae846552bd6f538a1eb21788cb7381ace8439d365d134022b471186
EBUILD trac-acct_mgr-0.1.3.ebuild 1219 RMD160 c6acdc7a51821a276a0c497b1808584d1c2d2eee SHA1 a44b77a9427a682b7a3088efe760cc3ff773e1eb SHA256 14e7fece2f9298f4d8cd3b04e210be7a2e4338127442dba692cfac1ae8355e3c
EBUILD trac-acct_mgr-0.2.1-r1.ebuild 1498 RMD160 c6410b086c10ee7b1998b6b21fdfd717249fad5c SHA1 4ac29bc2562d3cc5f7208db31545fee774b69cd2 SHA256 1ce282923328820a8b928c9c7206047ff61b54886d1411d5eea05c8db7fdb298
EBUILD trac-acct_mgr-0.2.1-r2.ebuild 1501 RMD160 3691c7540c5e0affae97f60708fbc6e858373a31 SHA1 7dcc0af7d0c2d6d159b5fd3f06828eba9599a0d7 SHA256 4149e5b158ba720739d7e71fba751beaac371b7e172370e66dc230badc5ddc60
EBUILD trac-acct_mgr-0.2.1.ebuild 1457 RMD160 e1da3072d73f8a4ded2446c7506e7e6fd607a8d3 SHA1 dde227bb6390186f56f332c5d369247db36dafb5 SHA256 331a23317565d458e324205802080a13c7728c08e9322d4dc77b7e82fc55d67c
MISC ChangeLog 1942 RMD160 320c4e1c2c4cc2f9991e1c410b5883f6be90e731 SHA1 76fd0b58d1a3d9b8dfe22eae3ed3d4ccf0d643e8 SHA256 c05baf7202a9588a4b1808340b86a7eec1b8d2ec288778a56f227e684e7ce709
EBUILD trac-acct_mgr-0.2.1-r3.ebuild 1141 RMD160 d9e2bb3ff4d6046089fd17a3b9c4f8c938284400 SHA1 edafb1e024379a84a06026629c3834418ffcd427 SHA256 9773e5ebce7ff69a7da2fe73f1343b9a6c30a2ea2af730e40038afd0b149eb36
MISC ChangeLog 2164 RMD160 d51afebd7f2dfb4a95efee872128ee9bde3f8ff3 SHA1 f3b8549ca0d9220bd881298179cbbc605d20bbc6 SHA256 a71130b8886f65f9c7bc18ee5e9f06e992020356322dc53e33c9f047e2bae62f
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -1,39 +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/accountmanagerplugin/0.10"
DESCRIPTION="A Trac plugin for administering Trac projects through the web interface."
HOMEPAGE="http://projects.edgewall.com/trac/wiki/WebAdmin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
IUSE=""
SLOT="0"
DEPEND=">=www-apps/trac-0.10
>=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 WebAdmin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " webadmin.* = enabled"
elog "to your trac.ini files."
elog
elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
elog "and/or the TICKET_ADMIN permission."
}

View File

@ -1,49 +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/accountmanagerplugin/0.11"
DESCRIPTION="The AccountManagerPlugin offers several features for managing user accounts."
HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"
# 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"
src_unpack() {
subversion_src_unpack
cd "${S}"
epatch "${FILESDIR}/redirect-fix.patch"
epatch "${FILESDIR}/RegistrationConfirmationPatch.diff"
}
# 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 AccountManager plugin in your Trac environments, you have to add:"
elog " [components]"
elog " trac.web.auth.LoginModule = disabled"
elog " acct_mgr.web_ui.LoginModule = enabled"
elog " acct_mgr.web_ui.RegistrationModule = disabled"
elog "to your trac.ini files."
elog
elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
elog "and/or the TICKET_ADMIN permission."
}

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/accountmanagerplugin/trunk"
DESCRIPTION="The AccountManagerPlugin offers several features for managing user accounts."
HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
@ -15,26 +19,8 @@ IUSE=""
SLOT="0"
DEPEND="=www-apps/trac-0.12*
>=dev-python/setuptools-0.6_rc1"
src_unpack() {
subversion_src_unpack
cd "${S}"
# epatch "${FILESDIR}/redirect-fix.patch"
# epatch "${FILESDIR}/RegistrationConfirmationPatch.diff"
}
# 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 AccountManager plugin in your Trac environments, you have to add:"

View File

@ -1,48 +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/accountmanagerplugin/0.11"
DESCRIPTION="The AccountManagerPlugin offers several features for managing user accounts."
HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"
# 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"
src_unpack() {
subversion_src_unpack
cd "${S}"
epatch "${FILESDIR}/RegistrationConfirmationPatch.diff"
}
# 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 AccountManager plugin in your Trac environments, you have to add:"
elog " [components]"
elog " trac.web.auth.LoginModule = disabled"
elog " acct_mgr.web_ui.LoginModule = enabled"
elog " acct_mgr.web_ui.RegistrationModule = disabled"
elog "to your trac.ini files."
elog
elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
elog "and/or the TICKET_ADMIN permission."
}