www-apps/trac-themeengine: Bump

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1877 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-01-28 19:25:59 +00:00
parent 5d55ce3c00
commit b22194ea83
3 changed files with 46 additions and 2 deletions

View File

@ -1,7 +1,11 @@
# ChangeLog for www-apps/trac-themeengine
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
28 Jan 2010; Mario Fetka <mario.fetka@gmail.com>
+trac-themeengine-2.0-r1.ebuild:
Bump
*trac-themeengine-2.0 (12 Jul 2009)
12 Jul 2009; Mario Fetka <mario.fetka@gmail.com>

View File

@ -1,4 +1,5 @@
EBUILD trac-themeengine-1.0.ebuild 1152 RMD160 67c5fa3036cc42e94e43d799d99955e258e0ab13 SHA1 32c01ee3a540b0c10ab09746b50f06dc912c09b3 SHA256 6149d2a80ca71af10aa0385ce8fb7cbfd8cc3d3526d6b02fe035add903200fc2
EBUILD trac-themeengine-2.0-r1.ebuild 1156 RMD160 e281bcd41d86067434a8d193ba01c74d93d676bc SHA1 2cb26135f6f99f96be8b1fb4283d3423c8c76da2 SHA256 73a733d202b65ccaaeb1a5c6e798773641f998021e6649cffc508e24b7683bfd
EBUILD trac-themeengine-2.0.ebuild 1152 RMD160 5e33a46270cb3b3392b975a1853ed265134c9d7b SHA1 778240540c51f7322d8213b9f8963eb95857bd98 SHA256 4861883482661e6ce00b13bdb391537dc03b3dd97b7369d4e9140374760258b2
MISC ChangeLog 464 RMD160 e37885ae6d2b27d84651f2aabd4db252853264ee SHA1 bd541e033cf17fb641d58971c3bb35b026685edf SHA256 975550dba613f050863914c16940dea3807528b2aaf03b95a47c481f50697d79
MISC ChangeLog 558 RMD160 ebbf4021e12e3466fe79f785871faab48374ee58 SHA1 2ef2a89e7085d2658563ef73687df6e888d31a30 SHA256 a57e153e71e57d4e2511ad5d6bf0b7820d680496ecf49c1a14fd07eba1d16b82
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,39 @@
# Copyright 1999-2010 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.12_pre*
>=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."
}