Changeset 495557a
- Timestamp:
- 08/31/2010 10:34:47 PM (11 years ago)
- Branches:
- master
- Children:
- f0e9a3b
- Parents:
- f017807
- git-author:
- geos_one <geos_one@…> (08/31/2010 10:34:47 PM)
- git-committer:
- geos_one <geos_one@…> (08/31/2010 10:34:47 PM)
- Location:
- www-apps/trac-gnomebrtheme
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
www-apps/trac-gnomebrtheme/ChangeLog
r6bcb957 r495557a 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-gnomebrtheme-0.1.ebuild, +trac-gnomebrtheme-0.1-r1.ebuild: 7 cleanup 4 8 5 9 26 Feb 2010; Mario Fetka <mario.fetka@gmail.com> -
www-apps/trac-gnomebrtheme/Manifest
r6bcb957 r495557a 1 EBUILD trac-gnomebrtheme-0.1 .ebuild 1110 RMD160 59a7b18b0d83e1a19b1c38d6c5291e7986c71341 SHA1 1e51aa4c6ba6dce2c787e79100dc9f9c7e30d05c SHA256 c830e09bf7f97772f348800afa41f44f4338fb4716befa71549fce5ea15775dc2 MISC ChangeLog 417 RMD160 aa8c3726832d2b04d8620ac3400fd6b3553bac0f SHA1 7bd5b69bf575fa2a6c375fc9857644ae2c4923b2 SHA256 4ee9d0a20742d57506bd70f2c9a2cc53cf20342a335bda557afafb84d06a236a1 EBUILD trac-gnomebrtheme-0.1-r1.ebuild 903 RMD160 33cdc9b2e7db4d2638b7f4f8922d77c120de4d4d SHA1 7769ddd8d7dc00d1f5b4543bd785c5b2409b0c41 SHA256 7f422dc6e34d3964a0672db754a16864ab2d022b22b25faeebc3aeaf9f2ea307 2 MISC ChangeLog 546 RMD160 0050a5fb8c868df6961044e23ae1f132c5956129 SHA1 71a7ac8f2d007d8485497ea5835ae710276d1543 SHA256 b62d90fc71c13917775324ca4067a66c77a18ff127f5155f637b6119273d828a 3 3 MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5 -
www-apps/trac-gnomebrtheme/trac-gnomebrtheme-0.1-r1.ebuild
r6bcb957 r495557a 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 Trac theme that emulates the look of br.gnome.org" 9 14 HOMEPAGE="http://trac-hacks.org/wiki/GnomeBrTheme" 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.