summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-04-19 13:25:02 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-04-19 13:25:02 +0000
commit82d524cb7636680efabd73eeffddad12b74ad464 (patch)
tree6b3f36dcf9ab8bcb9528d9177af7bfd55093c79b /dev-perl/Algorithm-Diff
parentadded s390 keywords (Manifest recommit) (diff)
downloadgentoo-2-82d524cb7636680efabd73eeffddad12b74ad464.tar.gz
gentoo-2-82d524cb7636680efabd73eeffddad12b74ad464.tar.bz2
gentoo-2-82d524cb7636680efabd73eeffddad12b74ad464.zip
Removed S=... with no effect, added IUSE
Diffstat (limited to 'dev-perl/Algorithm-Diff')
-rw-r--r--dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild6
-rw-r--r--dev-perl/Algorithm-Diff/ChangeLog8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild
index f900e2b7af40..8e7425c1914a 100644
--- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild
+++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.1 2003/09/29 15:51:00 sediener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.2 2004/04/19 13:25:02 phosphan Exp $
inherit perl-module
-S=${WORKDIR}/${P}
CATEGORY="dev-perl"
DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists"
@@ -12,5 +11,6 @@ HOMEPAGE="http://search.cpan.org/~nedkonz/${P}/"
SRC_URI="http://search.cpan.org/CPAN/authors/id/N/NE/NEDKONZ/${P}.tar.gz"
LICENSE="Artistic | GPL-2"
+IUSE=""
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
diff --git a/dev-perl/Algorithm-Diff/ChangeLog b/dev-perl/Algorithm-Diff/ChangeLog
index 40fbcc53274a..1a2998ad8a4c 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/ChangeLog,v 1.1 2003/09/29 15:51:00 sediener Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/ChangeLog,v 1.2 2004/04/19 13:25:02 phosphan Exp $
+
+ 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org>
+ Algorithm-Diff-1.15.ebuild:
+ Removed S=... with no effect, added IUSE
*Algorithm-Diff-1.15 (29 Sep 2003)