commit:     a7caa2f24a4593c1a3fc81c14668eb7282abecdc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 01:13:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 01:13:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7caa2f2

dev-libs/geoip: drop 1.6.9-r1, 1.6.10, 1.6.11

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/geoip/Manifest              |  3 --
 dev-libs/geoip/geoip-1.6.10.ebuild   | 57 ------------------------------------
 dev-libs/geoip/geoip-1.6.11.ebuild   | 57 ------------------------------------
 dev-libs/geoip/geoip-1.6.9-r1.ebuild | 57 ------------------------------------
 4 files changed, 174 deletions(-)

diff --git a/dev-libs/geoip/Manifest b/dev-libs/geoip/Manifest
index 474f1a2b683..4c43fe25c33 100644
--- a/dev-libs/geoip/Manifest
+++ b/dev-libs/geoip/Manifest
@@ -1,4 +1 @@
-DIST geoip-1.6.10.tar.gz 161506 BLAKE2B 
968ae25afe8345def099b82acf5bca4b7bcba05ffdc8d17f164bc2a91db25e2be45319a942fef05f084c6d6463521d481286888cbe7b43c7394e46ea0b47b5ca
 SHA512 
5cd527da9d9a921bcc3020e636b410310e6462832804ac2d594b9cb4ceaacac0c31eb64f97e23e77d468da7b63a704084e140c8b69b838e362a188309756a2bf
-DIST geoip-1.6.11.tar.gz 161934 BLAKE2B 
628dd37bbcfffe36970d6bc8cd12ff1d504d9dc7bb760860ce59fbeeac631317556077ca5b50ae42c9cc8567ed41194379ed0743a0c2b0b0bef65504b13e62cb
 SHA512 
9c017a95c7903898b9a2bc10c34e51b390326c181c46e6f99daf3bc4d8f84cfcf640c5cc92d527e4c7428e2b5bfa835cc57040507eb836062139a795726349b9
 DIST geoip-1.6.12.tar.gz 160826 BLAKE2B 
a6cb17141e4e9d00c15d19d7adfecb5492b14591911dc85de403afc9f94801fe1ec92b6106478448074d3679d6c9fa6a44f210b9cc751aba0c0425a5fae699c1
 SHA512 
d1ed2dae091548f555cde4d26e4b51ae1e8fbb12ef1695fd95963229d9a1bf241e6f09e5d77b151d51edd0cef78ddef490c6a3f3a70ff122bdd9c0ac5500fc7d
-DIST geoip-1.6.9.tar.gz 158576 BLAKE2B 
797dce578c0e2b92b02cf125be5448746025e86c6d9a2efd4ec2c99de99b3874c9da0ef20c7c76308121420ea8099a0744c0240640ff9732b961789ce334b8d1
 SHA512 
a3a34511ba32e6c7d0b46b0e608c5be54411cf5b095c867c3225941b55e5714ec7c68de64e0aefcf4ee2081fbd626480067d6bc9822d775decef1f8e26d7e976

diff --git a/dev-libs/geoip/geoip-1.6.10.ebuild 
b/dev-libs/geoip/geoip-1.6.10.ebuild
deleted file mode 100644
index 2f5ee8e5606..00000000000
--- a/dev-libs/geoip/geoip-1.6.10.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils ltprune
-
-DESCRIPTION="GeoIP Legacy C API"
-HOMEPAGE="https://github.com/maxmind/geoip-api-c";
-SRC_URI="
-       https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${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 arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="
-       net-misc/wget
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-S="${WORKDIR}/${PN}-api-c-${PV}"
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-       sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r6.sh > 
geoipupdate.sh || die
-}
-
-src_install() {
-       default
-
-       dodoc AUTHORS ChangeLog NEWS.md README*
-
-       prune_libtool_files
-
-       keepdir /usr/share/GeoIP
-
-       dosbin geoipupdate.sh
-}
-
-pkg_postinst() {
-       ewarn "WARNING: Databases are no longer installed by this ebuild."
-       elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
-       elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
-       elog "with geo-located IP address databases."
-}

diff --git a/dev-libs/geoip/geoip-1.6.11.ebuild 
b/dev-libs/geoip/geoip-1.6.11.ebuild
deleted file mode 100644
index 3c6fe0eb74c..00000000000
--- a/dev-libs/geoip/geoip-1.6.11.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils ltprune
-
-DESCRIPTION="GeoIP Legacy C API"
-HOMEPAGE="https://github.com/maxmind/geoip-api-c";
-SRC_URI="
-       https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="
-       net-misc/wget
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-S="${WORKDIR}/${PN}-api-c-${PV}"
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-       sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r6.sh > 
geoipupdate.sh || die
-}
-
-src_install() {
-       default
-
-       dodoc AUTHORS ChangeLog NEWS.md README*
-
-       prune_libtool_files
-
-       keepdir /usr/share/GeoIP
-
-       dosbin geoipupdate.sh
-}
-
-pkg_postinst() {
-       ewarn "WARNING: Databases are no longer installed by this ebuild."
-       elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
-       elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
-       elog "with geo-located IP address databases."
-}

diff --git a/dev-libs/geoip/geoip-1.6.9-r1.ebuild 
b/dev-libs/geoip/geoip-1.6.9-r1.ebuild
deleted file mode 100644
index b951be9e1a6..00000000000
--- a/dev-libs/geoip/geoip-1.6.9-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils ltprune
-
-DESCRIPTION="GeoIP Legacy C API"
-HOMEPAGE="https://github.com/maxmind/geoip-api-c";
-SRC_URI="
-       https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${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 arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="
-       net-misc/wget
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-S="${WORKDIR}/${PN}-api-c-${PV}"
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-       sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r6.sh > 
geoipupdate.sh || die
-}
-
-src_install() {
-       default
-
-       dodoc AUTHORS ChangeLog NEWS.md README*
-
-       prune_libtool_files
-
-       keepdir /usr/share/GeoIP
-
-       dosbin geoipupdate.sh
-}
-
-pkg_postinst() {
-       ewarn "WARNING: Databases are no longer installed by this ebuild."
-       elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
-       elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
-       elog "with geo-located IP address databases."
-}

Reply via email to