summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-04-11 14:23:32 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-04-11 14:23:32 +0000
commita9c498f1297c81008e9740dcc9112612ea3e9f1a (patch)
treeb7756a601f11dbc2449f704804c4ee5f531a8350 /dev-perl
parentfix for 432236, add versioned dep on libpng-1.5* (diff)
downloadgentoo-2-a9c498f1297c81008e9740dcc9112612ea3e9f1a.tar.gz
gentoo-2-a9c498f1297c81008e9740dcc9112612ea3e9f1a.tar.bz2
gentoo-2-a9c498f1297c81008e9740dcc9112612ea3e9f1a.zip
Remove older stable
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Search-Xapian/ChangeLog6
-rw-r--r--dev-perl/Search-Xapian/Search-Xapian-1.2.12.0.ebuild36
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-perl/Search-Xapian/ChangeLog b/dev-perl/Search-Xapian/ChangeLog
index 6599badda983..a8418f5ad1f9 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.27 2013/03/17 17:46:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.28 2013/04/11 14:23:32 blueness Exp $
+
+ 11 Apr 2013; Anthony G. Basile <blueness@gentoo.org>
+ -Search-Xapian-1.2.12.0.ebuild:
+ Remove older stable
17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Add proxy-maintainers to metadata.xml
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.12.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.12.0.ebuild
deleted file mode 100644
index 5cbd3e70aa44..000000000000
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.12.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 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.12.0.ebuild,v 1.8 2012/09/19 09:40:41 johu Exp $
-
-EAPI="3"
-
-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-1.2.9
- !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/*
- }
-}