- Timestamp:
- 08/31/2010 10:05:31 PM (10 years ago)
- Branches:
- master
- Children:
- 0131bff
- Parents:
- 5729ecc
- git-author:
- geos_one <geos_one@…> (08/31/2010 10:05:31 PM)
- git-committer:
- geos_one <geos_one@…> (08/31/2010 10:05:31 PM)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
www-apps/trac-crystalxtheme/trac-crystalxtheme-1.0-r1.ebuild
re2ca240 r54533ac 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="A theme for Trac based on http://www.oswd.org/design/preview/id/3465." 9 14 HOMEPAGE="http://trac-hacks.org/wiki/CrystalxTheme" 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.10 19 >=www-apps/trac-themeengine-2.0 20 >=dev-python/setuptools-0.6_rc1" 21 22 # from marienz's setuptools.eclass: 23 src_install() { 24 "${python}" setup.py install --root=${D} --no-compile \ 25 --single-version-externally-managed "$@" || die "install failed" 26 } 27 28 src_test() { 29 "${python}" setup.py test || die "tests failed" 30 } 22 DEPEND="dev-python/setuptools" 23 RDEPEND=">=www-apps/trac-0.12 24 >=www-apps/trac-themeengine-2.0" 31 25 32 26 pkg_postinst() {
Note: See TracChangeset
for help on using the changeset viewer.