diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-05-26 21:54:59 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-05-26 21:54:59 +0000 |
commit | 81745f105452d4435d1973177d8742edebe7506b (patch) | |
tree | 39c0c5a241345ffcf285feece36e0549830180ab /net-zope/externalfile | |
parent | Overquoted ${S} causes epatch failure, undo it per bug #223619. (diff) | |
download | gentoo-2-81745f105452d4435d1973177d8742edebe7506b.tar.gz gentoo-2-81745f105452d4435d1973177d8742edebe7506b.tar.bz2 gentoo-2-81745f105452d4435d1973177d8742edebe7506b.zip |
Make repoman happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-zope/externalfile')
-rw-r--r-- | net-zope/externalfile/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/externalfile/externalfile-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | net-zope/externalfile/metadata.xml | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/net-zope/externalfile/ChangeLog b/net-zope/externalfile/ChangeLog index 0284734540b5..b7e42c9c6d47 100644 --- a/net-zope/externalfile/ChangeLog +++ b/net-zope/externalfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/externalfile -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/ChangeLog,v 1.9 2007/07/02 15:22:04 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/ChangeLog,v 1.10 2008/05/26 21:54:59 tupone Exp $ + + 26 May 2008; Tupone Alfredo <tupone@gentoo.org> metadata.xml, + externalfile-1.2.0.ebuild: + Make repoman happy 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> externalfile-1.2.0.ebuild: diff --git a/net-zope/externalfile/externalfile-1.2.0.ebuild b/net-zope/externalfile/externalfile-1.2.0.ebuild index b42a448ed08f..8c284a99142f 100644 --- a/net-zope/externalfile/externalfile-1.2.0.ebuild +++ b/net-zope/externalfile/externalfile-1.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.8 2007/07/02 15:22:04 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.9 2008/05/26 21:54:59 tupone Exp $ inherit zproduct NEW_PV="${PV//./-}" -DESCRIPTION="ExternalFile extends Zope to work with files in the filesystem. You can create instances of ExternalFile that behave like standard Zope objects except that they get their contents from a file located anywhere in a Zope-accessible filesystem" +DESCRIPTION="Extends Zope to work with files in the filesystem." HOMEPAGE="http://www.zope.org/Members/arielpartners/ExternalFile" SRC_URI="${HOMEPAGE}/${PV}/ExternalFile-${NEW_PV}.zip" diff --git a/net-zope/externalfile/metadata.xml b/net-zope/externalfile/metadata.xml index 46c8eea1b318..111b4f17ae7e 100644 --- a/net-zope/externalfile/metadata.xml +++ b/net-zope/externalfile/metadata.xml @@ -2,4 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>net-zope</herd> +<longdescription lang="en"> +ExternalFile extends Zope to work with files in the filesystem. You can create +instances of ExternalFile that behave like standard Zope objects except that +they get their contents from a file located anywhere in a Zope-accessible +filesystem +</longdescription> </pkgmetadata> |