www-apps/trac-pytpptheme: initial checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2339 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
7566e03289
commit
463337f3dd
8
www-apps/trac-pytpptheme/ChangeLog
Normal file
8
www-apps/trac-pytpptheme/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# ChangeLog for www-apps/trac-pytpptheme
|
||||||
|
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+trac-pytpptheme-2.2.3.ebuild, +metadata.xml:
|
||||||
|
initial checkin
|
||||||
|
|
3
www-apps/trac-pytpptheme/Manifest
Normal file
3
www-apps/trac-pytpptheme/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
EBUILD trac-pytpptheme-2.2.3.ebuild 1106 RMD160 0d2e4eb311a2cc7a6a78f5a0cc6ce129e91d9f9e SHA1 36dff35320640a3bf3391ce9d8b96b112baaaa67 SHA256 22549072c3f9b0836453ad932b8ed33664f6cfe26167d40623dc1fbc21b17ae6
|
||||||
|
MISC ChangeLog 243 RMD160 28bddc90845f28e93996fd4449777e6d9788519a SHA1 b423c128aba6b379e84fa18001d62cb68afb3846 SHA256 f5b34c6064ef6bdcf67703de1c6658691c2eff5fc6953127b516c2177a387d4c
|
||||||
|
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
34
www-apps/trac-pytpptheme/metadata.xml
Normal file
34
www-apps/trac-pytpptheme/metadata.xml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<!--
|
||||||
|
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
|
||||||
|
|
||||||
|
This is the example metadata file.
|
||||||
|
The root element of this file is <pkgmetadata>. Within this element a
|
||||||
|
number of subelements are allowed: herd, maintainer, and
|
||||||
|
longdescription. herd is a required subelement.
|
||||||
|
|
||||||
|
For a full description look at:
|
||||||
|
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
|
||||||
|
|
||||||
|
|
||||||
|
Before committing, please remove the comments from this file. They are
|
||||||
|
not relevant for general metadata.xml files.
|
||||||
|
-->
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>no-herd</herd>
|
||||||
|
<maintainer>
|
||||||
|
<email>@gentoo.org</email>
|
||||||
|
<!-- <description>Description of the maintainership</description> -->
|
||||||
|
</maintainer>
|
||||||
|
<!-- <longdescription>Long description of the package</longdescription> -->
|
||||||
|
<!--
|
||||||
|
<use>
|
||||||
|
<flag name='flag'>Description of how USE='flag' affects this package</flag>
|
||||||
|
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
|
||||||
|
package</flag>
|
||||||
|
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
|
||||||
|
Requires an installed dictionary from <cat>app-dicts</cat></flag>
|
||||||
|
</use>
|
||||||
|
-->
|
||||||
|
</pkgmetadata>
|
40
www-apps/trac-pytpptheme/trac-pytpptheme-2.2.3.ebuild
Normal file
40
www-apps/trac-pytpptheme/trac-pytpptheme-2.2.3.ebuild
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# 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/pytppthemeplugin/0.11/"
|
||||||
|
DESCRIPTION="A theme based on python.org and The Python Papers"
|
||||||
|
HOMEPAGE="http://trac-hacks.org/wiki/PyDotOrgTheme"
|
||||||
|
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="trac"
|
||||||
|
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND=">=www-apps/trac-0.10
|
||||||
|
>=www-apps/trac-themeengine-2.0
|
||||||
|
>=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 IntraBlog template, you have to add:"
|
||||||
|
elog " [components]"
|
||||||
|
elog " pytpptheme.* = enabled"
|
||||||
|
elog
|
||||||
|
elog " [theme]"
|
||||||
|
elog " theme = PyTpp"
|
||||||
|
elog "to your trac.ini files."
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user