summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-01-30 11:07:48 +0000
committerTorsten Veller <tove@gentoo.org>2009-01-30 11:07:48 +0000
commit3a438f3930f5b8cdbc3d8ee0044df5f8eebcd1e7 (patch)
tree15bce64cc9b3e1a59714c4e59960589fa2f16807
parentRemove libXrender dep. Works without same as fine. Per bug #256851. (diff)
downloadgentoo-2-3a438f3930f5b8cdbc3d8ee0044df5f8eebcd1e7.tar.gz
gentoo-2-3a438f3930f5b8cdbc3d8ee0044df5f8eebcd1e7.tar.bz2
gentoo-2-3a438f3930f5b8cdbc3d8ee0044df5f8eebcd1e7.zip
Cleanup. Add perl to metadata
(Portage version: 2.2_rc23/cvs/Linux i686)
-rw-r--r--dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild18
-rw-r--r--dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild15
-rw-r--r--dev-perl/Algorithm-Diff/ChangeLog8
-rw-r--r--dev-perl/Algorithm-Diff/metadata.xml1
4 files changed, 14 insertions, 28 deletions
diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild
deleted file mode 100644
index a17d1284fc9b..000000000000
--- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild,v 1.14 2007/03/04 19:00:24 ticho Exp $
-
-inherit perl-module
-
-DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists"
-HOMEPAGE="http://search.cpan.org/~tyemq/"
-SRC_URI="mirror://cpan/authors/id/T/TY/TYEMQ/${P}.zip"
-LICENSE="|| ( Artistic GPL-2 )"
-IUSE=""
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-
-DEPEND="app-arch/unzip
- dev-lang/perl"
-
-SRC_TEST="do"
diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild
index bbead842b4d5..ebe105f9bf55 100644
--- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild
+++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild,v 1.6 2007/11/10 11:49:13 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild,v 1.7 2009/01/30 11:07:48 tove Exp $
+MODULE_AUTHOR=TYEMQ
inherit perl-module
-DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists"
-HOMEPAGE="http://search.cpan.org/~tyemq/"
-SRC_URI="mirror://cpan/authors/id/T/TY/TYEMQ/${P}.tar.gz"
+DESCRIPTION="Compute intelligent differences between two files / lists"
+
LICENSE="|| ( Artistic GPL-2 )"
-IUSE=""
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+IUSE=""
-DEPEND="app-arch/unzip
- dev-lang/perl"
+DEPEND="dev-lang/perl"
SRC_TEST="do"
diff --git a/dev-perl/Algorithm-Diff/ChangeLog b/dev-perl/Algorithm-Diff/ChangeLog
index 1fef769f1f78..e1ef1aa8f8d7 100644
--- a/dev-perl/Algorithm-Diff/ChangeLog
+++ b/dev-perl/Algorithm-Diff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Algorithm-Diff
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/ChangeLog,v 1.31 2007/08/09 14:16:11 dertobi123 Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/ChangeLog,v 1.32 2009/01/30 11:07:48 tove Exp $
+
+ 30 Jan 2009; Torsten Veller <tove@gentoo.org> metadata.xml,
+ -Algorithm-Diff-1.1901.ebuild, Algorithm-Diff-1.1902.ebuild:
+ Cleanup. Add perl to metadata
09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
Algorithm-Diff-1.1902.ebuild:
diff --git a/dev-perl/Algorithm-Diff/metadata.xml b/dev-perl/Algorithm-Diff/metadata.xml
index d369d068ffb8..640db1fc744a 100644
--- a/dev-perl/Algorithm-Diff/metadata.xml
+++ b/dev-perl/Algorithm-Diff/metadata.xml
@@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
+ <herd>perl</herd>
</pkgmetadata>