www-apps/trac-consultanttheme: cleanup
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2350 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
814cce25ed
commit
86c62194f8
@ -2,6 +2,10 @@
|
|||||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
-trac-consultanttheme-1.0.ebuild, +trac-consultanttheme-1.0-r1.ebuild:
|
||||||
|
cleanup
|
||||||
|
|
||||||
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
trac-consultanttheme-1.0.ebuild, +metadata.xml:
|
trac-consultanttheme-1.0.ebuild, +metadata.xml:
|
||||||
add arm keyword
|
add arm keyword
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
EBUILD trac-consultanttheme-1.0.ebuild 1143 RMD160 5ea5df9d27dbb8e2774ce71c6e5f08d1e508e744 SHA1 55f47e2b1d29e59697ad5aed784ee263ce4cd53c SHA256 f9d82a20c255244cc8a62c5bfda0b6d92cecff7f4a398f5d459d72aff07aa8ff
|
EBUILD trac-consultanttheme-1.0-r1.ebuild 936 RMD160 09bc3b27dcb341b70f9038f942a19735044a7b61 SHA1 6664a55712fc8048b50aefc7cc2529167bec9525 SHA256 40d0e96ffb6b1df4eeb011638240f948227b419adb16e2e29e0c304d44710477
|
||||||
MISC ChangeLog 353 RMD160 2246ed789c617b7287114512e1ea3df47ec74bff SHA1 acc6ed1541874d0a160c65fc6306973d343255d5 SHA256 ed0b9eb7edd316b2d0dbc6d82ea658861b4ca0294a7904ae1117bc5e4eeb8d9f
|
MISC ChangeLog 488 RMD160 a4134053c503c4db2542902deab1600753961994 SHA1 c5611fcc213b765a90a1bba61d85680517dcd8cd SHA256 2b04fb57df8da167aae21bf9ef2b95357f350fe1f6e6050f4c237ae457f2b3d4
|
||||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||||
|
@ -2,12 +2,16 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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 $
|
# $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
|
inherit distutils subversion
|
||||||
|
|
||||||
ESVN_REPO_URI="http://trac-hacks.org/svn/consultanttheme/0.10"
|
ESVN_REPO_URI="http://trac-hacks.org/svn/consultanttheme/0.10"
|
||||||
DESCRIPTION="A Trac theme based on the G-Consultant template from templateworld.com"
|
DESCRIPTION="A Trac theme based on the G-Consultant template from templateworld.com"
|
||||||
HOMEPAGE="http://trac-hacks.org/wiki/ConsultantTheme"
|
HOMEPAGE="http://trac-hacks.org/wiki/ConsultantTheme"
|
||||||
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
||||||
|
|
||||||
LICENSE="trac"
|
LICENSE="trac"
|
||||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||||
@ -15,19 +19,9 @@ IUSE=""
|
|||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND=">=www-apps/trac-0.10
|
DEPEND="dev-python/setuptools"
|
||||||
>=www-apps/trac-themeengine-1.0
|
RDEPEND=">=www-apps/trac-0.12
|
||||||
>=dev-python/setuptools-0.6_rc1"
|
>=www-apps/trac-themeengine-1.0"
|
||||||
|
|
||||||
# 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() {
|
pkg_postinst() {
|
||||||
elog "To enable the ConsultantTheme template, you have to add:"
|
elog "To enable the ConsultantTheme template, you have to add:"
|
Loading…
Reference in New Issue
Block a user