Initial Commit
Package-Manager: portage-2.2.0_alpha166 RepoMan-Options: --force
This commit is contained in:
parent
4eb6010466
commit
610850b72c
9
www-apps/trac-defaultccplugin/ChangeLog
Normal file
9
www-apps/trac-defaultccplugin/ChangeLog
Normal file
@ -0,0 +1,9 @@
|
||||
# ChangeLog for www-apps/trac-defaultccplugin
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*trac-defaultccplugin-0.3 (24 Apr 2013)
|
||||
|
||||
24 Apr 2013; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
|
||||
+trac-defaultccplugin-0.3.ebuild:
|
||||
Initial Commit
|
3
www-apps/trac-defaultccplugin/Manifest
Normal file
3
www-apps/trac-defaultccplugin/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
EBUILD trac-defaultccplugin-0.3.ebuild 1029 SHA256 25100b4df9a78f545467fdce2eec89632dca84f37be857193d0ac8c01bb9f77d SHA512 31cfca1f21e2b7fa9603922eacca660f5e1e61d03a44ff5c8fada7fad3f9d20bd6c4f16112bc77de6446865bfdb48d12d0ebd728b94807714666ccb67f660009 WHIRLPOOL c426462de12994854a4d5e3c1eb6e7baf259f28caf4de5ca667b4696f27d54543e4c808d176e706221029676b25f4bc1e031dc71984bbd0d2aa153e1cdef83de
|
||||
MISC ChangeLog 290 SHA256 2333787fdfb440f0a29dadaa1666f737f795f53696a0086534d029da3d916e01 SHA512 df4e3dc8e0dc24694a7edcd0885ad86d9d6079e66ede6ea6b881f87c185a0ad822633570875bd4d825c9c5c9ab1b3b8a11cf5dd8a31fcbe72f522da17c9586f0 WHIRLPOOL 4c594151d5491d4e6706388f2cc86d8ea17cb831e52cf53ae2e24e62751d1aa66b37da790e294c05b00df127de0243c8c9a3d42d383e5dc8ee10ea0017dacd56
|
||||
MISC metadata.xml 205 SHA256 9fdfc9c91107d94feb8416adc2cec7734fa27084bff83ea859938b3216e028bc SHA512 ef3a39d2cd131cd29451ec2d009484e89b60e8cbeed5fc0f5f899cebb0c5f9867682ce603982e4de32004493944c6ff99a4c797e7ef2441d6049e5a616143a8b WHIRLPOOL 779e2cb116b19389f70acc6d49694358619116f9849f3b8e46f00df4e39b4476424b20990b9dabb4ba16605d1894d6b820eaeb930401d825265bfdca27f6fb96
|
7
www-apps/trac-defaultccplugin/metadata.xml
Normal file
7
www-apps/trac-defaultccplugin/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>mario.fetka@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2013 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 $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils subversion
|
||||
|
||||
ESVN_REPO_URI="http://trac-hacks.org/svn/defaultccplugin/trunk/"
|
||||
DESCRIPTION="Default CC for new tickets"
|
||||
HOMEPAGE="http://trac-hacks.org/wiki/DefaultCcPlugin"
|
||||
|
||||
LICENSE="BEER-WARE"
|
||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
RDEPEND=">=www-apps/trac-0.12"
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
elog "To enable the AccountManager plugin in your Trac environments, you have to add:"
|
||||
elog " [components]"
|
||||
elog " defaultcc.admin = enable"
|
||||
elog " defaultcc.main = enable"
|
||||
elog "to your trac.ini files."
|
||||
elog
|
||||
elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
|
||||
elog "and/or the TICKET_ADMIN permission."
|
||||
}
|
Loading…
Reference in New Issue
Block a user