www-apps/trac-downloadsplugin: add missing dependency
(Portage version: 2.2.0_alpha75-r1/git/Linux x86_64, unsigned Manifest commit)
This commit is contained in:
parent
0aa0872c39
commit
6255c76c77
@ -1,7 +1,11 @@
|
|||||||
# ChangeLog for www-apps/trac-gitplugin
|
# ChangeLog for www-apps/trac-downloadsplugin
|
||||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
19 Nov 2011; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
trac-downloadsplugin-0.3-r1.ebuild, metadata.xml:
|
||||||
|
add missing dependency
|
||||||
|
|
||||||
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
|
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
trac-downloadsplugin-0.3-r1.ebuild:
|
trac-downloadsplugin-0.3-r1.ebuild:
|
||||||
Add distutils_pkg_postinst to postinstall section
|
Add distutils_pkg_postinst to postinstall section
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
EBUILD trac-downloadsplugin-0.3-r1.ebuild 1850 RMD160 d892e3d4ed70209755f1e46c29f2e4ae2ab70c4e SHA1 07f8e04911ef170c352891da098099059033166d SHA256 077e92fc1a8e0ba165f6d888dec0434a4cf823beefbe5d1cb59dc5df5aa189e3
|
EBUILD trac-downloadsplugin-0.3-r1.ebuild 1883 RMD160 cdd445e94a75520adca0c0a4a04ede37e0dfa229 SHA1 5c03957f92a99b313ae21826a77f9601655bde9e SHA256 a296252965e7a44e6440ed5118bd0f471ab3d8eb1c6bbcc049e63d1614db13fa
|
||||||
MISC ChangeLog 868 RMD160 4eef310e1681e9d3833cb401b8a19a7f76575cd9 SHA1 0d9c9712d86693d1f5317920c90ff65e7ab15903 SHA256 8e3d755b08ae2eb87abf2493347d129ade771a8e52e526f8dbb9db96580ee561
|
MISC ChangeLog 1003 RMD160 796e0e6fc2183a4c58aeb467998cebc6371b6e6c SHA1 290598f5d42623662ea94d2bdb6a8d53186c950c SHA256 a3b37e75a167da89b276e1252be1b61a2fd0605a6224634accb395d6af2be69c
|
||||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
MISC metadata.xml 205 RMD160 f85e91d792c694cb3e45fac26295dba0e6e43786 SHA1 3f13c3b49579342e2308323aa3dda2f43dd94c23 SHA256 9fdfc9c91107d94feb8416adc2cec7734fa27084bff83ea859938b3216e028bc
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<herd>maintainer-wanted</herd>
|
<maintainer>
|
||||||
|
<email>mario.fetka@gmail.com</email>
|
||||||
|
</maintainer>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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 $
|
# $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 $
|
||||||
|
|
||||||
@ -13,14 +13,15 @@ ESVN_REPO_URI="http://trac-hacks.org/svn/downloadsplugin/0.12/"
|
|||||||
DESCRIPTION="This plugin provides downloads section which may contain releases or other files."
|
DESCRIPTION="This plugin provides downloads section which may contain releases or other files."
|
||||||
HOMEPAGE="http://trac-hacks.org/wiki/DownloadsPlugin"
|
HOMEPAGE="http://trac-hacks.org/wiki/DownloadsPlugin"
|
||||||
|
|
||||||
LICENSE="trac"
|
LICENSE="GPL-3"
|
||||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="dev-python/setuptools"
|
DEPEND="dev-python/setuptools"
|
||||||
RDEPEND=">=www-apps/trac-0.12"
|
RDEPEND=">=www-apps/trac-0.12
|
||||||
|
>=www-apps/trac-tagsplugin-0.6"
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
distutils_pkg_postinst
|
distutils_pkg_postinst
|
||||||
|
Loading…
Reference in New Issue
Block a user