add new plugins

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1361 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-07-12 10:29:47 +00:00
parent 9377d1ae30
commit 104ef94f8d
12 changed files with 135 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# ChangeLog for www-apps/trac-intrablogtheme
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
18 Aug 2007; Mario Fetka <mario-fetka@gmx.at> ChangeLog:
Initial ebuild for Trac IntraBlog Theme

View File

@ -0,0 +1,2 @@
EBUILD trac-crystalxtheme-1.0.ebuild 1125 RMD160 4885a1b45c4cbafbee309753e893d08d711bf0ab SHA1 8cc6fd0a27cd9fd1ee0e8eb14da6800807137bf1 SHA256 ad63bbf1640a011163f9ce14ee805101ced1941001de1659929a3129eb3412e0
MISC ChangeLog 231 RMD160 8d2e07cb3615f7ab152854ae2ba7d0d70a184b0c SHA1 bd041563a09dccbed73a2a87c330dc9548f585dd SHA256 f756c9260cae070151b72ae7d918b8cfba0f604ce946108057c364c302faad9e

View File

@ -0,0 +1,7 @@
# ChangeLog for www-apps/trac-gitplugin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
23 Nov 2008; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
initial checkin

View File

@ -0,0 +1,3 @@
EBUILD trac-downloadsplugin-0.2.ebuild 2328 RMD160 d8c5aa3a47d92076411bf6cd2597fa4f43b0da8b SHA1 4556ed77e6abdf05c273c878079363ec29633392 SHA256 6e3efb85f2e66eef924fddbdac9b21e9dfb0afd2e90e2a588d6b7924fb6f2621
MISC ChangeLog 205 RMD160 45c47942fb475c3f7a71934e456cad653225a23f SHA1 1ec52d7bf1afc93ea4fd2a70613009e8127eda0d SHA256 c30a9b8bde5dcecc032d300c57f442bfa750bcc1623300ce9001bbcf0fb9fd31
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>maintainer-wanted</herd>
</pkgmetadata>

View File

@ -0,0 +1,57 @@
# Copyright 1999-2008 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/downloadsplugin/0.11/"
DESCRIPTION="This plugin provides downloads section which may contain releases or other files."
HOMEPAGE="http://trac-hacks.org/wiki/DownloadsPlugin"
# 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 GitPlugin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " tracdownloads.api.DownloadsApi = enabled"
elog " tracdownloads.core.DownloadsCore = enabled"
elog " tracdownloads.init.DownloadsInit = enabled"
elog " tracdownloads.timeline.DownloadsTimeline = enabled"
elog " tracdownloads.wiki.DownloadsWiki = enabled"
elog " tracdownloads.admin.DownloadsWebAdmin = enabled # Branch 0.10 and 0.11."
elog " tracdownloads.webadmin.DownloadsWebAdmin = enabled # Branch 0.12 only."
elog " tracdownloads.consoleadmin.DownloadsConsoleAdmin = enabled # Branch 0.12 only."
elog " tracdownloads.core.DownloadsDownloads = enabled # Branch 0.12 only."
elog " tracdownloads.tags.DownloadsTags = enabled # With TagsPlugin installed."
elog " [downloads]"
elog " title = Downloads"
elog " path = /var/lib/trac/downloads"
elog " ext = zip gz bz2 rar # For 0.10 and 0.11 branch."
elog " ext = zip,gz,bz2,rar # For 0.12 branch."
elog " visible_fields = id file description size time count author tags component version \"
elog " architecture platform type # For 0.10 and 0.11 branch."
elog " visible_fields = id,file,description,size,time,count,author,tags,component,version, \"
elog " architecture,platform,type # For 0.12 branch."
elog " unique_filename = False"
elog " consoleadmin_user = anonymous # Branch 0.12 only."
elog ""
elog "to your trac.ini files."
}

View File

@ -1,3 +1,4 @@
EBUILD trac-gitplugin-0.11.0.1.ebuild 1818 RMD160 c71a5c0cea7a112502d9b89d7207fc4b1e335554 SHA1 df06b901efff7f5b55859212a6849d14113561b3 SHA256 f63f2b8d3b8e833ec8a99838d73c7a48f3d59097a227110fbf89f99d24eb0905
EBUILD trac-gitplugin-0.11.0.2.ebuild 1818 RMD160 c71a5c0cea7a112502d9b89d7207fc4b1e335554 SHA1 df06b901efff7f5b55859212a6849d14113561b3 SHA256 f63f2b8d3b8e833ec8a99838d73c7a48f3d59097a227110fbf89f99d24eb0905
MISC ChangeLog 205 RMD160 45c47942fb475c3f7a71934e456cad653225a23f SHA1 1ec52d7bf1afc93ea4fd2a70613009e8127eda0d SHA256 c30a9b8bde5dcecc032d300c57f442bfa750bcc1623300ce9001bbcf0fb9fd31
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,7 @@
# ChangeLog for www-apps/trac-gitplugin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
23 Nov 2008; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
initial checkin

View File

@ -0,0 +1,3 @@
EBUILD trac-downloadsplugin-0.2.ebuild 1633 RMD160 9aff61da2a1e37e9082b0d3b102b6a82dfe820f8 SHA1 33b9e436f9748567f9e50d63ab3d76fc51c22553 SHA256 ea56fbaffbe359e5bf405f177018dc2530e4e68aac38444cd68d9e53aff60655
MISC ChangeLog 205 RMD160 45c47942fb475c3f7a71934e456cad653225a23f SHA1 1ec52d7bf1afc93ea4fd2a70613009e8127eda0d SHA256 c30a9b8bde5dcecc032d300c57f442bfa750bcc1623300ce9001bbcf0fb9fd31
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>maintainer-wanted</herd>
</pkgmetadata>

View File

@ -0,0 +1,37 @@
# Copyright 1999-2008 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/tagsplugin/tags/0.6"
DESCRIPTION="The TagsPlugin implements both a generic tagging engine, and frontends for the Wiki and ticket systems."
HOMEPAGE="http://trac-hacks.org/wiki/TagsPlugin"
# 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 GitPlugin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " tractags.* = enabled"
elog ""
elog "to your trac.ini files."
}

View File

@ -1,3 +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 metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5