update
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2355 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
5729ecc2df
commit
54533ac40b
@ -1,3 +1,3 @@
|
|||||||
EBUILD trac-crystalxtheme-1.0.ebuild 1128 RMD160 0c61df018ab5329ca86d621354ccae57cf193ae8 SHA1 08313c6223f5355d171b6b3d3b10b4911e88f176 SHA256 b43c03221edfd27643520692b007f9fea98c53ec6387d286bdd0298f6154e88e
|
EBUILD trac-crystalxtheme-1.0-r1.ebuild 921 RMD160 6fbfb9b3e3489d4b0b5a6c5ac004a7a51a82229b SHA1 da700b35a9cf582d3ea978dbd6d9304c5b873960 SHA256 c1cb62aee0f1e6032725388a3bb63c7c2b7a7c68623bf7d5843fd004fcc7bc7f
|
||||||
MISC ChangeLog 487 RMD160 41cac99c3706ff5cb4eada7f2be7307f8c0ac4ca SHA1 236c3fe73c6b3d3987e466bed003e8566fe743e2 SHA256 46ab24e048deb7df9c0f782188477869b6920d8450ebadc8fd41755bc9961cd9
|
MISC ChangeLog 487 RMD160 41cac99c3706ff5cb4eada7f2be7307f8c0ac4ca SHA1 236c3fe73c6b3d3987e466bed003e8566fe743e2 SHA256 46ab24e048deb7df9c0f782188477869b6920d8450ebadc8fd41755bc9961cd9
|
||||||
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/crystalxtheme/0.11"
|
ESVN_REPO_URI="http://trac-hacks.org/svn/crystalxtheme/0.11"
|
||||||
DESCRIPTION="A theme for Trac based on http://www.oswd.org/design/preview/id/3465."
|
DESCRIPTION="A theme for Trac based on http://www.oswd.org/design/preview/id/3465."
|
||||||
HOMEPAGE="http://trac-hacks.org/wiki/CrystalxTheme"
|
HOMEPAGE="http://trac-hacks.org/wiki/CrystalxTheme"
|
||||||
# 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-2.0
|
RDEPEND=">=www-apps/trac-0.12
|
||||||
>=dev-python/setuptools-0.6_rc1"
|
>=www-apps/trac-themeengine-2.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