summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-08-02 15:38:39 +0000
committerJeroen Roovers <jer@gentoo.org>2011-08-02 15:38:39 +0000
commit9d19470df2e6c4a7784459df1a5a1f1c52616308 (patch)
treec85b96747ba4b1db3dda994491350014594e6ddb /dev-libs
parentStable on amd64 wrt bug #377341 (diff)
downloadgentoo-2-9d19470df2e6c4a7784459df1a5a1f1c52616308.tar.gz
gentoo-2-9d19470df2e6c4a7784459df1a5a1f1c52616308.tar.bz2
gentoo-2-9d19470df2e6c4a7784459df1a5a1f1c52616308.zip
Old.
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/geoip/ChangeLog6
-rw-r--r--dev-libs/geoip/geoip-1.4.6.ebuild38
-rw-r--r--dev-libs/geoip/geoip-1.4.7-r1.ebuild58
-rw-r--r--dev-libs/geoip/geoip-1.4.7.ebuild56
4 files changed, 5 insertions, 153 deletions
diff --git a/dev-libs/geoip/ChangeLog b/dev-libs/geoip/ChangeLog
index 50c53dde9a2d..59ac144c7ac9 100644
--- a/dev-libs/geoip/ChangeLog
+++ b/dev-libs/geoip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/geoip
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.124 2011/08/02 15:00:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.125 2011/08/02 15:38:39 jer Exp $
+
+ 02 Aug 2011; Jeroen Roovers <jer@gentoo.org> -geoip-1.4.6.ebuild,
+ -geoip-1.4.7.ebuild, -geoip-1.4.7-r1.ebuild:
+ ^
02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> geoip-1.4.8.ebuild:
Stable on amd64 wrt bug #374241
diff --git a/dev-libs/geoip/geoip-1.4.6.ebuild b/dev-libs/geoip/geoip-1.4.6.ebuild
deleted file mode 100644
index e563f48c8fc1..000000000000
--- a/dev-libs/geoip/geoip-1.4.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.6.ebuild,v 1.13 2010/10/14 18:45:32 jer Exp $
-
-EAPI=2
-inherit libtool
-
-MY_P=${P/geoip/GeoIP}
-MY_P=${MY_P/_}
-DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS entries don't exist"
-HOMEPAGE="http://www.maxmind.com/geoip/api/c.shtml"
-SRC_URI="http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz"
-
-# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
-LICENSE="LGPL-2.1 GPL-2 MaxMind2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="perl-geoipupdate"
-
-DEPEND=""
-RDEPEND="perl-geoipupdate? ( dev-perl/PerlIO-gzip
- dev-perl/libwww-perl )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -e "s:usr local share GeoIP:usr share GeoIP:" \
- -e "s:usr local etc:etc:" -i apps/geoipupdate-pureperl.pl
-
- elibtoolize # FreeBSD requires this
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- use perl-geoipupdate && { dobin apps/geoipupdate-pureperl.pl || die; }
- dodoc AUTHORS ChangeLog README TODO conf/GeoIP.conf.default || die
- rm "${D}/etc/GeoIP.conf.default"
-}
diff --git a/dev-libs/geoip/geoip-1.4.7-r1.ebuild b/dev-libs/geoip/geoip-1.4.7-r1.ebuild
deleted file mode 100644
index bbdba585ef7b..000000000000
--- a/dev-libs/geoip/geoip-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.7-r1.ebuild,v 1.1 2011/06/16 14:59:15 pva Exp $
-
-EAPI=4
-
-inherit autotools-utils libtool
-
-MY_P=${P/geoip/GeoIP}
-
-DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS entries don't exist"
-HOMEPAGE="http://www.maxmind.com/geoip/api/c.shtml"
-SRC_URI="
- http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz
- ipv6? ( http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz )
-"
-
-# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
-LICENSE="LGPL-2.1 GPL-2 MaxMind2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6 perl-geoipupdate static-libs"
-
-RDEPEND="
- perl-geoipupdate? (
- dev-perl/PerlIO-gzip
- dev-perl/libwww-perl
- )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -e "s:usr local share GeoIP:usr share GeoIP:" \
- -e "s:usr local etc:etc:" \
- -i apps/geoipupdate-pureperl.pl || die
-
- elibtoolize # FreeBSD requires this
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use perl-geoipupdate && dobin apps/geoipupdate-pureperl.pl
- dodoc AUTHORS ChangeLog README TODO conf/GeoIP.conf.default
- rm "${ED}/etc/GeoIP.conf.default"
- use static-libs || remove_libtool_files
-
- if use ipv6; then
- insinto /usr/share/GeoIP
- doins "${WORKDIR}/GeoIPv6.dat" || die
- fi
-
- dosbin "${FILESDIR}/geoipupdate.sh"
-}
diff --git a/dev-libs/geoip/geoip-1.4.7.ebuild b/dev-libs/geoip/geoip-1.4.7.ebuild
deleted file mode 100644
index 8a004a973043..000000000000
--- a/dev-libs/geoip/geoip-1.4.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.7.ebuild,v 1.3 2011/06/07 11:14:34 jer Exp $
-
-EAPI=4
-
-inherit autotools-utils libtool
-
-MY_P=${P/geoip/GeoIP}
-
-DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS entries don't exist"
-HOMEPAGE="http://www.maxmind.com/geoip/api/c.shtml"
-SRC_URI="
- http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz
- ipv6? ( http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz )
-"
-
-# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
-LICENSE="LGPL-2.1 GPL-2 MaxMind2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6 perl-geoipupdate static-libs"
-
-RDEPEND="
- perl-geoipupdate? (
- dev-perl/PerlIO-gzip
- dev-perl/libwww-perl
- )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -e "s:usr local share GeoIP:usr share GeoIP:" \
- -e "s:usr local etc:etc:" \
- -i apps/geoipupdate-pureperl.pl || die
-
- elibtoolize # FreeBSD requires this
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use perl-geoipupdate && dobin apps/geoipupdate-pureperl.pl
- dodoc AUTHORS ChangeLog README TODO conf/GeoIP.conf.default
- rm "${ED}/etc/GeoIP.conf.default"
- use static-libs || remove_libtool_files
-
- if use ipv6; then
- insinto /usr/share/GeoIP
- doins "${WORKDIR}/GeoIPv6.dat" || die
- fi
-}