diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-21 20:54:43 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-21 20:54:43 +0000 |
commit | 672e060006b3c812fdafd4a04e75a698f32643bd (patch) | |
tree | a43a6483c64d00a5ac66b55dac79db0727aded3c | |
parent | Remove older versions (diff) | |
download | gentoo-2-672e060006b3c812fdafd4a04e75a698f32643bd.tar.gz gentoo-2-672e060006b3c812fdafd4a04e75a698f32643bd.tar.bz2 gentoo-2-672e060006b3c812fdafd4a04e75a698f32643bd.zip |
Remove older versions
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | dev-perl/Search-Xapian/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.15.0.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/dev-perl/Search-Xapian/ChangeLog b/dev-perl/Search-Xapian/ChangeLog index 7bd90d85d6e6..35dd0360b828 100644 --- a/dev-perl/Search-Xapian/ChangeLog +++ b/dev-perl/Search-Xapian/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Search-Xapian # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.51 2014/10/21 20:45:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.52 2014/10/21 20:54:43 blueness Exp $ + + 21 Oct 2014; Anthony G. Basile <blueness@gentoo.org> + -Search-Xapian-1.2.15.0.ebuild, -Search-Xapian-1.2.16.0.ebuild: + Remove older versions *Search-Xapian-1.2.19.0 (21 Oct 2014) diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.15.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.15.0.ebuild deleted file mode 100644 index aa28378a0747..000000000000 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.15.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.15.0.ebuild,v 1.2 2014/08/04 09:35:56 zlogene Exp $ - -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="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" -IUSE="examples" - -RDEPEND="~dev-libs/xapian-${VERSION} - !dev-libs/xapian-bindings[perl]" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST="do" - -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.16.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild deleted file mode 100644 index d74ac053caf3..000000000000 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild,v 1.2 2014/08/04 09:35:56 zlogene Exp $ - -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="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" -IUSE="examples" - -RDEPEND="~dev-libs/xapian-${VERSION} - !dev-libs/xapian-bindings[perl]" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST="do" - -myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}" - -src_install() { - perl-module_src_install - - use examples && { - docinto examples - dodoc "${S}"/examples/* - } -} |