Changeset d67d3cd
- Timestamp:
- 08/31/2010 10:41:08 PM (10 years ago)
- Branches:
- master
- Children:
- 156246e
- Parents:
- f0e9a3b
- git-author:
- geos_one <geos_one@…> (08/31/2010 10:41:08 PM)
- git-committer:
- geos_one <geos_one@…> (08/31/2010 10:41:08 PM)
- Location:
- www-apps/trac-mentalaxistheme
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
www-apps/trac-mentalaxistheme/ChangeLog
rdc1510e rd67d3cd 2 2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 3 3 # $Header: $ 4 5 31 Aug 2010; Mario Fetka <mario.fetka@gmail.com> 6 -trac-mentalaxistheme-1.0.ebuild, +trac-mentalaxistheme-1.0-r1.ebuild: 7 cleanup 4 8 5 9 26 Feb 2010; Mario Fetka <mario.fetka@gmail.com> ChangeLog: -
www-apps/trac-mentalaxistheme/Manifest
r1db6ed3 rd67d3cd 1 EBUILD trac-mentalaxistheme-1.0 .ebuild 1155 RMD160 65568ca91af5a0ef72b51730f2769f77415bb26b SHA1 ce296c71d94e3a776579bdacec88f9318c236a8a SHA256 8417ac12df35feab9f0ef9bc1fe5e592c245364ed86465ae883c556d27f70af12 MISC ChangeLog 303 RMD160 94301b75c60eef5cdba70f074f5b83af4eb44e73 SHA1 d08a52ec67909f2edae0e911d0c543ba66a9cb5a SHA256 1bc635e7e7a84c263a274f47c8a857f9b9dfc78f74556773d556ce608eb737601 EBUILD trac-mentalaxistheme-1.0-r1.ebuild 947 RMD160 ca049bac4da512358bf89a7692d37b6c0beb924c SHA1 6d09c277f9cc95e4fc1a738cb8a5209458797987 SHA256 04b2e952e91d946ee5cc272b73f5e1e981e8ee6f7940c4b44f8d4e8ce9f75824 2 MISC ChangeLog 438 RMD160 41e90f5cabd8ac0b556c2b38b17cdd9bdebd4a9e SHA1 a190386a12f948f36ddcd193b4c79d77a5e74b77 SHA256 1b7ccfc9313848db077b93bd01363499ce52f3b416b104b0c4de3de336abefbb 3 3 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 -
www-apps/trac-mentalaxistheme/trac-mentalaxistheme-1.0-r1.ebuild
r1db6ed3 rd67d3cd 1 # Copyright 1999-20 07Gentoo Foundation1 # Copyright 1999-2010 Gentoo Foundation 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 4 5 EAPI="2" 6 PYTHON_DEPEND="2" 7 SUPPORT_PYTHON_ABIS="1" 8 RESTRICT_PYTHON_ABIS="3.*" 9 5 10 inherit distutils subversion 6 11 7 ESVN_REPO_URI="http://trac-hacks.org/svn/tracmentalaxistheme/ /0.10"12 ESVN_REPO_URI="http://trac-hacks.org/svn/tracmentalaxistheme/0.10" 8 13 DESCRIPTION="A Trac theme based on the Mentalaxis template from http://www.templateworld.com" 9 14 HOMEPAGE="http://trac-hacks.org/wiki/TracMentalaxisTheme" 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-1.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-1.0" 31 25 32 26 pkg_postinst() {
Note: See TracChangeset
for help on using the changeset viewer.