dev-perl/Search-Xapian: remove older versions
authorAnthony G. Basile <blueness@gentoo.org>
Sun, 30 Sep 2018 14:58:25 +0000 (10:58 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 30 Sep 2018 14:58:35 +0000 (10:58 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
dev-perl/Search-Xapian/Manifest
dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild [deleted file]
dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild [deleted file]
dev-perl/Search-Xapian/Search-Xapian-1.2.25.1.ebuild [deleted file]

index 5a7cfa721b3036122b030ebd4bb7852b12da194c..77a3228dc3caee6cc753ac227fb4498804fb08bf 100644 (file)
@@ -1,4 +1,2 @@
-DIST Search-Xapian-1.2.23.0.tar.gz 70255 BLAKE2B 7258dde8dd58f3627d1b7fc8a508c8d7a403b3212bbe90e8f2f76e9e77fc4fa522e0dfd04d865435ccae3d6c43446d7fd70361af0036ed10013fb6111a3467b6 SHA512 48d47e4edc5f752fc31c4142ce3c92a8ead122d4d872326a153fcb9f8667da4101384a3e06375ebb8d2e3148df744484e92bedad7bf4743417c84018ccda9526
 DIST Search-Xapian-1.2.25.0.tar.gz 72097 BLAKE2B 9e9f54718bf597c7592cc936e23ce4684ba4104f890ee7216e303af9a075eb895459a46d17bd2c32820eb436545a8a9e008b17f83fa586bf3e9160d80813872d SHA512 2bb0bea59ddfd8159df0b3051034ca28478cb74832cfe7a103b8a4dbeddbd41f6223be6ad56eb3dcb8c7a785d2f7d500844c41f35da3997a843b3ba624a4e795
-DIST Search-Xapian-1.2.25.1.tar.gz 72320 BLAKE2B ffdc57cd70b35ef0ddfa94818d7b34b5d80077380901791b27564e6f544a658221e34e3997ae1412ccb8f1e21d515041959de90859f66c450273432de1d1f9bf SHA512 7cb78c1304b69a733b75c1a9b5ae4197be519e67528214a46e4bb9da660cda79f8e9ecf46219af09f174bf652b6000e0eeb50f736a80f2e6f47be46b2d58ef8d
 DIST Search-Xapian-1.2.25.2.tar.gz 72424 BLAKE2B b959e1f111def3660f17669e49dfa9bff95bc421bdde35dac22d5cad4d350057cf7b077f030797158c3ae6c7c292775f44e88381e685b9fb5e8364bef3d03403 SHA512 92b92f28cf50d162905ef230a28956a4e57d3baca81d227751e905756239be0f843b58f38a8dfdb6c8b6ae827e37a60d7df7022cfab43164293223dd430d4d2d
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
deleted file mode 100644 (file)
index cb142fb..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=OLLY
-inherit perl-module toolchain-funcs versionator
-
-VERSION=$(get_version_component_range 1-3)
-
-SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
-DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples test"
-
-RDEPEND="dev-libs/xapian:0/1.2.22
-       !dev-libs/xapian-bindings[perl]"
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-       test? ( dev-perl/Devel-Leak )
-"
-
-DIST_TEST=do
-# parallel fails sometimes...
-
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
-
-src_install() {
-       perl-module_src_install
-
-       use examples && {
-               docinto examples
-               dodoc "${S}"/examples/*
-       }
-}
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild
deleted file mode 100644 (file)
index e7f905d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MODULE_AUTHOR=OLLY
-inherit perl-module toolchain-funcs versionator
-
-VERSION=$(get_version_component_range 1-3)
-
-SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
-DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="examples"
-
-RDEPEND="dev-libs/xapian:0/1.2.22
-       !dev-libs/xapian-bindings[perl]"
-DEPEND="${RDEPEND}
-       dev-perl/Module-Build"
-
-SRC_TEST=skip
-# missing dependencies; fixed in -r1
-
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
-
-src_install() {
-       perl-module_src_install
-
-       use examples && {
-               docinto examples
-               dodoc "${S}"/examples/*
-       }
-}
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.1.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.1.ebuild
deleted file mode 100644 (file)
index cc66a71..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=OLLY
-inherit perl-module toolchain-funcs versionator
-
-VERSION=$(get_version_component_range 1-3)
-
-SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
-DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples test"
-
-RDEPEND="dev-libs/xapian:0/1.2.22
-       !dev-libs/xapian-bindings[perl]"
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-       test? ( dev-perl/Devel-Leak )
-"
-
-DIST_TEST=do
-# parallel fails sometimes...
-
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
-
-src_install() {
-       perl-module_src_install
-
-       use examples && {
-               docinto examples
-               dodoc "${S}"/examples/*
-       }
-}