blueness    14/06/23 11:47:00

  Modified:             ChangeLog
  Added:                Search-Xapian-1.2.18.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.44                 dev-perl/Search-Xapian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   18 Jun 2014 10:34:44 -0000      1.43
+++ ChangeLog   23 Jun 2014 11:47:00 -0000      1.44
@@ -1,6 +1,12 @@
 # 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.43 
2014/06/18 10:34:44 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.44 
2014/06/23 11:47:00 blueness Exp $
+
+*Search-Xapian-1.2.18.0 (23 Jun 2014)
+
+  23 Jun 2014; Anthony G. Basile <[email protected]>
+  +Search-Xapian-1.2.18.0.ebuild:
+  Version bump
 
   18 Jun 2014; Chema Alonso <[email protected]> Search-Xapian-1.2.17.0.ebuild:
   Stable for amd64 wrt bug #506974



1.1                  dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild?rev=1.1&content-type=text/plain

Index: Search-Xapian-1.2.18.0.ebuild
===================================================================
# 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.18.0.ebuild,v 
1.1 2014/06/23 11:47:00 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="~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/*
        }
}




Reply via email to