blueness 15/04/20 23:43:26
Modified: ChangeLog
Added: Search-Xapian-1.2.20.0.ebuild
Removed: Search-Xapian-1.2.14.0.ebuild
Search-Xapian-1.2.17.0.ebuild
Search-Xapian-1.2.18.0.ebuild
Log:
Clean up.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.67 dev-perl/Search-Xapian/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.67&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.67&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 19 Apr 2015 06:56:14 -0000 1.66
+++ ChangeLog 20 Apr 2015 23:43:26 -0000 1.67
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/Search-Xapian
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.66
2015/04/19 06:56:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.67
2015/04/20 23:43:26 blueness Exp $
+
+*Search-Xapian-1.2.20.0 (20 Apr 2015)
+
+ 20 Apr 2015; Anthony G. Basile <[email protected]>
+ +Search-Xapian-1.2.20.0.ebuild, -Search-Xapian-1.2.14.0.ebuild,
+ -Search-Xapian-1.2.17.0.ebuild, -Search-Xapian-1.2.18.0.ebuild:
+ Clean up.
19 Apr 2015; Pacho Ramos <[email protected]> Search-Xapian-1.2.19.0.ebuild:
x86 stable wrt bug #531758
1.1 dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild?rev=1.1&content-type=text/plain
Index: Search-Xapian-1.2.20.0.ebuild
===================================================================
# Copyright 1999-2015 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.20.0.ebuild,v
1.1 2015/04/20 23:43:26 blueness 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="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~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/*
}
}