diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 19:27:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 19:47:49 +0100 |
commit | 7846e5d9076c4d1cdb3f3e49e76883bab2cd5afe (patch) | |
tree | ad1a3e84b8c8ce350a6e0fd4c67af2e1ecda20b8 /dev-perl/Search-Xapian | |
parent | dev-libs/xmlrpc-c: drop multilib (diff) | |
download | gentoo-7846e5d9076c4d1cdb3f3e49e76883bab2cd5afe.tar.gz gentoo-7846e5d9076c4d1cdb3f3e49e76883bab2cd5afe.tar.bz2 gentoo-7846e5d9076c4d1cdb3f3e49e76883bab2cd5afe.zip |
dev-perl/Search-Xapian: drop 1.2.25.4-r1, 1.2.25.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Search-Xapian')
-rw-r--r-- | dev-perl/Search-Xapian/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild | 41 | ||||
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild | 41 |
3 files changed, 0 insertions, 83 deletions
diff --git a/dev-perl/Search-Xapian/Manifest b/dev-perl/Search-Xapian/Manifest index 7c7138f42a91..975561a3623c 100644 --- a/dev-perl/Search-Xapian/Manifest +++ b/dev-perl/Search-Xapian/Manifest @@ -1,2 +1 @@ -DIST Search-Xapian-1.2.25.4.tar.gz 75336 BLAKE2B 06e3fe3871f00c173f4c24303b33eb046867dda1274535c1d22b98027804df19b3dc6b80d6213c2090e05362c508d0e41b55cdc165ccedd8a45bfff19d4fe07b SHA512 14d34641583fb3cce3e7cd4b16e5001be9c7808d07e4942b4842196f36906649053d1ff522a5a1b82200ecd714c55afaf7bd653bf7df9a462db91d05cd12cb01 DIST Search-Xapian-1.2.25.5.tar.gz 74960 BLAKE2B e0691383c4fd8ddd286b8db653ddd9175cde9f37ccf470764272456dbea8ceb8893eb011ae57a18816b3974a56db2dc773d90b7a4778e24ac0a6c78eb175a19e SHA512 3099ba3f8726029d7a5c916f6b05d2d7cea41534b0f364687c7d9e0212340dca2a313a1ac8e0f6531a7c1084c8833a0e6d45bcff8fec32e0a6e5922bc0bcb81f diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild deleted file mode 100644 index f7d7e72802ad..000000000000 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=OLLY -inherit perl-module toolchain-funcs - -MY_VERSION=$(ver_cut 1-3) - -SRC_URI+=" http://oligarchy.co.uk/xapian/${MY_VERSION}/${P}.tar.gz" -DESCRIPTION="Perl XS frontend to the Xapian C++ search library" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="examples test" -RESTRICT="!test? ( 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... - -src_configure() { - myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}" - perl-module_src_configure -} - -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.5.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild deleted file mode 100644 index 0c320bfdd619..000000000000 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=OLLY -inherit perl-module toolchain-funcs - -MY_VERSION=$(ver_cut 1-3) - -SRC_URI+=" http://oligarchy.co.uk/xapian/${MY_VERSION}/${P}.tar.gz" -DESCRIPTION="Perl XS frontend to the Xapian C++ search library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="examples test" -RESTRICT="!test? ( 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... - -src_configure() { - myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}" - perl-module_src_configure -} - -src_install() { - perl-module_src_install - - use examples && { - docinto examples - dodoc "${S}"/examples/* - } -} |