www-apps/trac-themeengine: new version

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1364 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-07-12 10:32:17 +00:00
parent af110caf9e
commit a4e2cb1b75
3 changed files with 46 additions and 1 deletions

View File

@ -2,6 +2,12 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*trac-themeengine-2.0 (12 Jul 2009)
12 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
+trac-themeengine-2.0.ebuild:
new version
18 Feb 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
trac-themeengine-1.0.ebuild:
Bump

View File

@ -1,4 +1,4 @@
EBUILD trac-themeengine-1.0.ebuild 1152 RMD160 67c5fa3036cc42e94e43d799d99955e258e0ab13 SHA1 32c01ee3a540b0c10ab09746b50f06dc912c09b3 SHA256 6149d2a80ca71af10aa0385ce8fb7cbfd8cc3d3526d6b02fe035add903200fc2
EBUILD trac-themeengine-2.0.ebuild 1152 RMD160 5e33a46270cb3b3392b975a1853ed265134c9d7b SHA1 778240540c51f7322d8213b9f8963eb95857bd98 SHA256 4861883482661e6ce00b13bdb391537dc03b3dd97b7369d4e9140374760258b2
MISC ChangeLog 329 RMD160 dd77bb194ac8d16aecb8bae65506e50440b6033f SHA1 b1298be53ad9d4a7efbc56de16a7cefc3353e48e SHA256 434bb90ae5f1f47e108360e6cda4830c64069537d270c7697c69d4020b0ab242
MISC ChangeLog 464 RMD160 e37885ae6d2b27d84651f2aabd4db252853264ee SHA1 bd541e033cf17fb641d58971c3bb35b026685edf SHA256 975550dba613f050863914c16940dea3807528b2aaf03b95a47c481f50697d79
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,39 @@
# Copyright 1999-2009 Gentoo Foundation
# 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 $
inherit distutils subversion
ESVN_REPO_URI="http://trac-hacks.org/svn/themeengineplugin/0.11"
DESCRIPTION="A Trac plugin that simplifies the process of distributing and deploying themes and styles."
HOMEPAGE="http://trac-hacks.org/wiki/ThemeEnginePlugin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
SLOT="0"
DEPEND="=www-apps/trac-0.11*
>=dev-python/setuptools-0.6_rc1"
# 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() {
elog "To enable the Modular styles manager plugin in your Trac environments, you have to add:"
elog " [components]"
elog " themeengine.* = enabled"
elog
elog " [theme]"
elog " theme = <Name>"
elog "to your trac.ini files."
}