From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SKMjp-0005MI-04 for garchives@archives.gentoo.org; Wed, 18 Apr 2012 04:43:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B261EE09B0; Wed, 18 Apr 2012 04:43:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 74D73E09B0 for ; Wed, 18 Apr 2012 04:43:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BACF61B401D for ; Wed, 18 Apr 2012 04:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8011EE542C for ; Wed, 18 Apr 2012 04:43:04 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1334722029.294f5a3e820382d4d32fc208bea9f2eb4b723cc3.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/KinoSearch/ChangeLog dev-perl/KinoSearch/KinoSearch-0.315.0.ebuild X-VCS-Directories: dev-perl/KinoSearch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 294f5a3e820382d4d32fc208bea9f2eb4b723cc3 X-VCS-Branch: master Date: Wed, 18 Apr 2012 04:43:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f7179cff-f6ca-4bf2-a747-808e9e090947 X-Archives-Hash: 93e0da56b440830749baeae2e3767b57 commit: 294f5a3e820382d4d32fc208bea9f2eb4b723cc3 Author: Kent Fredric gmail com> AuthorDate: Wed Apr 18 04:07:09 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Apr 18 04:07:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D294f5a3e [newversion] KinoSearch-0.315.0 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit= with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/KinoSearch/ChangeLog | 5 ++ dev-perl/KinoSearch/KinoSearch-0.315.0.ebuild | 59 +++++++++++++++++++= ++++++ 2 files changed, 64 insertions(+), 0 deletions(-) diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLo= g index 3681954..a09aba4 100644 --- a/dev-perl/KinoSearch/ChangeLog +++ b/dev-perl/KinoSearch/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*KinoSearch-0.315.0 (18 Apr 2012) + + 18 Apr 2012; Kent Fredric +KinoSearch-0.315.0.= ebuild: + Version Bump + *KinoSearch-0.314.0 (16 Apr 2012) =20 16 Apr 2012; Kent Fredric KinoSearch-0.313.0.e= build, diff --git a/dev-perl/KinoSearch/KinoSearch-0.315.0.ebuild b/dev-perl/Kin= oSearch/KinoSearch-0.315.0.ebuild new file mode 100644 index 0000000..7447dd8 --- /dev/null +++ b/dev-perl/KinoSearch/KinoSearch-0.315.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DCREAMYG +MODULE_VERSION=3D0.315 +inherit perl-module + +DESCRIPTION=3D'Search engine library.' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # Module::Build 0.36 ( 0.360.0 ) + echo \>=3Dvirtual/perl-Module-Build-0.36 +} +perl_meta_build() { + # Devel::PPPort 3.13 ( 3.130.0 ) + echo \>=3Dvirtual/perl-Devel-PPPort-3.130.0 + # ExtUtils::CBuilder 0.18 ( 0.180.0 ) + echo \>=3Dvirtual/perl-ExtUtils-CBuilder-0.18 + # ExtUtils::ParseXS 2.16 ( 2.160.0 ) + echo \>=3Dvirtual/perl-ExtUtils-ParseXS-2.16 +} +perl_meta_runtime() { + # JSON::XS 1.53 ( 1.530.0 ) + echo \>=3Ddev-perl/JSON-XS-1.530.0 + # Lingua::Stem::Snowball 0.952 ( 0.952.0 ) + echo \>=3Ddev-perl/Lingua-Stem-Snowball-0.952.0 + # Lingua::StopWords 0.09 ( 0.90.0 ) + echo \>=3Ddev-perl/Lingua-StopWords-0.09 + # Parse::RecDescent + echo dev-perl/Parse-RecDescent +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" + +kino_api_changed() { + elog "This package ( $P ) includes a new API incompatible with <=3D 0.2= 0." + elog "If you need the old interface, see dev-perl/KinoSearch1" +} + +pkg_postinst() { + kino_api_changed; +} + +pkg_pretend() { + kino_api_changed; + default +} + +SRC_TEST=3D"do"