www-apps/trac-themeengine: cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2351 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-08-31 19:42:36 +00:00
parent 86c62194f8
commit 1152de9f0f
5 changed files with 14 additions and 95 deletions

View File

@ -2,6 +2,11 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-themeengine-1.0.ebuild, -trac-themeengine-2.0.ebuild,
-trac-themeengine-2.0-r1.ebuild, +trac-themeengine-2.0.1.ebuild:
cleanup
03 Mar 2010; Mario Fetka <mario.fetka@gmail.com>
trac-themeengine-1.0.ebuild, trac-themeengine-2.0.ebuild,
trac-themeengine-2.0-r1.ebuild:

View File

@ -1,5 +1,3 @@
EBUILD trac-themeengine-1.0.ebuild 1157 RMD160 02f4cff05b842b782514c6a69900286e8e7e4deb SHA1 1f2fb3f1e457c1a5eb3a6aa81533f0c300bedaf6 SHA256 97503ed809def40b82e82dba5eabaac05be0ef618039fee85c0747da53262225
EBUILD trac-themeengine-2.0-r1.ebuild 1161 RMD160 f23a650bb3faec05136d1073aaafdb0bc24b0357 SHA1 a3d405baaf6a1b35e3cb0ffe0cd6c9b45f252ec8 SHA256 bcf86be2cd4179f8995ccfb8d18ea54b8b4ce4d47df1898bd9558b1f1099de0a
EBUILD trac-themeengine-2.0.ebuild 1157 RMD160 7dfb4ea22d1146c89cea20ab83410a3fa0bea629 SHA1 6feb8d85cc8c7300e72a74637a4d38847b7e2954 SHA256 a224f0a78b26a923b3c851396d7105692208c4d0bcc512c49fc35c52076f987e
MISC ChangeLog 722 RMD160 70394c9443028fc84216c60fc24d3b96a0768113 SHA1 6e09fc30c55650449e4c212360c12f33431ac4dc SHA256 731909a377755d1ce91f8e43b1dd5b15e3c9a4b71e280c955a991bb723380e0b
EBUILD trac-themeengine-2.0.1.ebuild 950 RMD160 e95fca6a534502a145ea8ec0aa73afdeff24087b SHA1 204b780caeca5779980487ecf8d14b96a55658d6 SHA256 21af54acb0cd2b56d4cc26bc117b8c4b4abc7bcb9947f8397e1ff23b03d5ffe0
MISC ChangeLog 913 RMD160 b147e16fda5bf05dfcf19d417e1bda46719be92a SHA1 b6b35d881a163260ccff18fa5cd5cc159d86e30d SHA256 6d80476b4d33b4b77e80189ba92291820b2c98b5f91f4cfd744fdb368181e8b7
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -1,39 +0,0 @@
# 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 ~arm ~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."
}

View File

@ -2,12 +2,16 @@
# 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 $
EAPI="2"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
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 ~arm ~ppc64 ~x86"
@ -15,18 +19,8 @@ IUSE=""
SLOT="0"
DEPEND=">=www-apps/trac-0.10
>=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"
}
DEPEND="dev-python/setuptools"
RDEPEND=">=www-apps/trac-0.12"
pkg_postinst() {
elog "To enable the Modular styles manager plugin in your Trac environments, you have to add:"

View File

@ -1,39 +0,0 @@
# 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 ~arm ~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."
}