summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-21 12:04:18 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-21 12:04:18 +0000
commit68f9822ebd599ae42784b7e2256c61fdc477b309 (patch)
tree4e3a8399839ced70a4dd69118c26886d41bb3ea3 /dev-perl/Geo-IP
parentQA: IUSE variable was missing. (Manifest recommit) (diff)
downloadgentoo-2-68f9822ebd599ae42784b7e2256c61fdc477b309.tar.gz
gentoo-2-68f9822ebd599ae42784b7e2256c61fdc477b309.tar.bz2
gentoo-2-68f9822ebd599ae42784b7e2256c61fdc477b309.zip
QA: IUSE variable was missing, unnecessary definition of S removed.
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r--dev-perl/Geo-IP/ChangeLog6
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.15.ebuild6
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.21.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog
index fc873828bf40..0162c278cf72 100644
--- a/dev-perl/Geo-IP/ChangeLog
+++ b/dev-perl/Geo-IP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Geo-IP
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.7 2004/03/15 22:43:57 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.8 2004/03/21 12:04:18 mboman Exp $
+
+ 21 Mar 2004; Michael Boman <mboman@gentoo.org> Geo-IP-1.15.ebuild,
+ Geo-IP-1.21.ebuild:
+ QA: IUSE variable was missing, unnecessary definition of S removed.
16 Mar 2004; Michael Boman <mboman@gentoo.org> Geo-IP-1.21.ebuild:
Marked 1.21 stable on x86
diff --git a/dev-perl/Geo-IP/Geo-IP-1.15.ebuild b/dev-perl/Geo-IP/Geo-IP-1.15.ebuild
index deb512714ac7..c583f7a1549b 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.15.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.15.ebuild
@@ -1,10 +1,10 @@
-# 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/Geo-IP/Geo-IP-1.15.ebuild,v 1.2 2003/06/30 00:44:08 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.15.ebuild,v 1.3 2004/03/21 12:04:18 mboman Exp $
inherit perl-module
-S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="Look up country by IP Address"
SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme"
diff --git a/dev-perl/Geo-IP/Geo-IP-1.21.ebuild b/dev-perl/Geo-IP/Geo-IP-1.21.ebuild
index bb3001130adf..2ab2f60211cd 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.21.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.21.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.21.ebuild,v 1.2 2004/03/15 22:43:57 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.21.ebuild,v 1.3 2004/03/21 12:04:18 mboman Exp $
inherit perl-module
-S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="Look up country by IP Address"
SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme"