www-apps/trac-fullblogplugin: cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2363 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-08-31 20:24:11 +00:00
parent 81df223dd4
commit b3f0dd9af6
4 changed files with 15 additions and 53 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-fullblogplugin-0.1.ebuild, -trac-fullblogplugin-0.1-r1.ebuild,
+trac-fullblogplugin-0.1.1.ebuild:
cleanup
26 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
trac-fullblogplugin-0.1.ebuild, trac-fullblogplugin-0.1-r1.ebuild:
add arm keyword

View File

@ -1,4 +1,3 @@
EBUILD trac-fullblogplugin-0.1-r1.ebuild 1057 RMD160 9fb5c5d6dd8518176498c252292abb4212c81de6 SHA1 0b47c05ee843d4f72fec90929b453a8e6e02d037 SHA256 1e6f44a0514f9fb82460b1d82ab2f4e25fac09b97a5c6d1a78bbd01f8f902a53
EBUILD trac-fullblogplugin-0.1.ebuild 1057 RMD160 6a44e3ea178ac78bb502b556e6547a1d4d398823 SHA1 bfbed625441abe71b236155a41f94c3332df2af8 SHA256 cc370609d1c47e3c0e4ca20ac08f4dcbeadad80e41b552aaa4e4addc09176d52
MISC ChangeLog 457 RMD160 9e0c2ef3a6d276d50b018a1e67245e749acf3c47 SHA1 a08b64f5d7b2d1e3a9cdab1bb7a29cc12339bfd4 SHA256 e5bdbe638eb07bb5fff145f30ebd12da77c1f6d9508fb1b63f2df71843a189c5
EBUILD trac-fullblogplugin-0.1.1.ebuild 876 RMD160 a5224f05efd785ee5d4b2d9fcabc684599dffa39 SHA1 ca1ed2bbce62d892cab71b9957e1e3dc3f4249e7 SHA256 8330d72d3d62613d31e7eb7033224184eb0e4d544b4fa4aaff976466546eb538
MISC ChangeLog 627 RMD160 c53ce6ed06a0e7ba134c038737f0200b2b64e273 SHA1 f6995fba8aa159adbdd010049f2b45687f25e391 SHA256 ea54ac1ba6dadde7c81d428c577887023bb0fe995d8cab4fbcf2241b0d7c8500
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

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/fullblogplugin/0.11/"
DESCRIPTION="This plugin provides a project Blog."
HOMEPAGE="http://trac-hacks.org/wiki/FullBlogPlugin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
@ -15,18 +19,9 @@ IUSE=""
SLOT="0"
DEPEND="=www-apps/trac-0.12*
>=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
www-apps/trac-tagsplugin"
pkg_postinst() {
elog "To enable the FullBlogPlugin plugin in your Trac environments, you have to add:"

View File

@ -1,37 +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/fullblogplugin/0.11/"
DESCRIPTION="This plugin provides a project Blog."
HOMEPAGE="http://trac-hacks.org/wiki/FullBlogPlugin"
# 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 FullBlogPlugin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " tracfullblog.* = enabled"
elog ""
elog "to your trac.ini files."
}