www-apps/trac-mentalaxistheme: cleanup
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2368 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
f0e9a3b749
commit
d67d3cd7ab
@ -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-mentalaxistheme-1.0.ebuild, +trac-mentalaxistheme-1.0-r1.ebuild:
|
||||||
|
cleanup
|
||||||
|
|
||||||
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||||
add arm keyword
|
add arm keyword
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
EBUILD trac-mentalaxistheme-1.0.ebuild 1155 RMD160 65568ca91af5a0ef72b51730f2769f77415bb26b SHA1 ce296c71d94e3a776579bdacec88f9318c236a8a SHA256 8417ac12df35feab9f0ef9bc1fe5e592c245364ed86465ae883c556d27f70af1
|
EBUILD trac-mentalaxistheme-1.0-r1.ebuild 947 RMD160 ca049bac4da512358bf89a7692d37b6c0beb924c SHA1 6d09c277f9cc95e4fc1a738cb8a5209458797987 SHA256 04b2e952e91d946ee5cc272b73f5e1e981e8ee6f7940c4b44f8d4e8ce9f75824
|
||||||
MISC ChangeLog 303 RMD160 94301b75c60eef5cdba70f074f5b83af4eb44e73 SHA1 d08a52ec67909f2edae0e911d0c543ba66a9cb5a SHA256 1bc635e7e7a84c263a274f47c8a857f9b9dfc78f74556773d556ce608eb73760
|
MISC ChangeLog 438 RMD160 41e90f5cabd8ac0b556c2b38b17cdd9bdebd4a9e SHA1 a190386a12f948f36ddcd193b4c79d77a5e74b77 SHA256 1b7ccfc9313848db077b93bd01363499ce52f3b416b104b0c4de3de336abefbb
|
||||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||||
|
@ -1,13 +1,17 @@
|
|||||||
# Copyright 1999-2007 Gentoo Foundation
|
# Copyright 1999-2010 Gentoo Foundation
|
||||||
# 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/tracmentalaxistheme//0.10"
|
ESVN_REPO_URI="http://trac-hacks.org/svn/tracmentalaxistheme/0.10"
|
||||||
DESCRIPTION="A Trac theme based on the Mentalaxis template from http://www.templateworld.com"
|
DESCRIPTION="A Trac theme based on the Mentalaxis template from http://www.templateworld.com"
|
||||||
HOMEPAGE="http://trac-hacks.org/wiki/TracMentalaxisTheme"
|
HOMEPAGE="http://trac-hacks.org/wiki/TracMentalaxisTheme"
|
||||||
# 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 IntraBlog template, you have to add:"
|
elog "To enable the IntraBlog template, you have to add:"
|
Loading…
Reference in New Issue
Block a user