www-apps/trac-recaptcharegisterplugin: correct wrong deeps
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1769 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
2934913432
commit
0367614a3a
8
www-apps/trac-recaptcharegisterplugin/ChangeLog
Normal file
8
www-apps/trac-recaptcharegisterplugin/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
||||
# ChangeLog for www-apps/trac-recaptcharegisterplugin
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
26 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
trac-recaptcharegisterplugin-0.2.1.2.ebuild, +metadata.xml:
|
||||
correct wrong deeps
|
||||
|
@ -1 +1,3 @@
|
||||
EBUILD trac-recaptcharegisterplugin-0.2.1.2.ebuild 1345 RMD160 ced9f0139faa27afe2f735634d177c8daeac7515 SHA1 ed2e7fcb66bc8a37a53d605dff781ea473da698f SHA256 77b38437b64dbf28bcc592da6eeb2d8fc3bac9603a72b95147323cdd44b75b55
|
||||
EBUILD trac-recaptcharegisterplugin-0.2.1.2.ebuild 1355 RMD160 155626127648c9fbb65ab247e1002cf286f85307 SHA1 e101e46746a0f7cd87b2b3385a67f216a68f2eb3 SHA256 326a340cf13eaa0518dee208525aa753119850adff477b4692f1675e4079f5d5
|
||||
MISC ChangeLog 274 RMD160 0c1face64ed49d55bf814b16b706b2d0d0df33a2 SHA1 c7199d56a67afe3cec52cc5182b7a203888d22f6 SHA256 bd44e30091612a3e82b6a5350ea2f0cfbce0b80034ac42edc65ca2b27d648ba4
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||
|
34
www-apps/trac-recaptcharegisterplugin/metadata.xml
Normal file
34
www-apps/trac-recaptcharegisterplugin/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>
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Copyright 1999-2009 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 $
|
||||
|
||||
@ -17,7 +17,7 @@ SLOT="0"
|
||||
|
||||
DEPEND="=www-apps/trac-0.12*
|
||||
www-apps/trac-acct_mgr
|
||||
dev-python/skimpy
|
||||
dev-python/recaptcha-client
|
||||
>=dev-python/setuptools-0.6_rc1"
|
||||
|
||||
# from marienz's setuptools.eclass:
|
||||
|
Loading…
Reference in New Issue
Block a user