Changeset 814cce2 for www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1-r3.ebuild
- Timestamp:
- 08/31/2010 09:36:17 PM (10 years ago)
- Branches:
- master
- Children:
- 86c6219
- Parents:
- 2f6ed66
- git-author:
- geos_one <geos_one@…> (08/31/2010 09:36:17 PM)
- git-committer:
- geos_one <geos_one@…> (08/31/2010 09:36:17 PM)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1-r3.ebuild
r8a84c1b r814cce2 2 2 # Distributed under the terms of the GNU General Public License v2 3 3 # $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 $ 4 5 EAPI="2" 6 PYTHON_DEPEND="2" 7 SUPPORT_PYTHON_ABIS="1" 8 RESTRICT_PYTHON_ABIS="3.*" 4 9 5 10 inherit distutils subversion … … 8 13 DESCRIPTION="The AccountManagerPlugin offers several features for managing user accounts." 9 14 HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin" 10 # SRC_URI="mirror://gentoo/${P}.tar.bz2"11 15 12 16 LICENSE="trac" … … 16 20 SLOT="0" 17 21 18 DEPEND="=www-apps/trac-0.12* 19 >=dev-python/setuptools-0.6_rc1" 20 21 src_unpack() { 22 subversion_src_unpack 23 cd "${S}" 24 # epatch "${FILESDIR}/redirect-fix.patch" 25 # epatch "${FILESDIR}/RegistrationConfirmationPatch.diff" 26 } 27 28 29 # from marienz's setuptools.eclass: 30 src_install() { 31 "${python}" setup.py install --root=${D} --no-compile \ 32 --single-version-externally-managed "$@" || die "install failed" 33 } 34 35 src_test() { 36 "${python}" setup.py test || die "tests failed" 37 } 22 DEPEND="dev-python/setuptools" 23 RDEPEND=">=www-apps/trac-0.12" 38 24 39 25 pkg_postinst() {
Note: See TracChangeset
for help on using the changeset viewer.