Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 5c6f3961dad0a5d6f8d2b0a5c0e541999f593915
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 20 08:35:16 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 08:35:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c6f3961
[cpanclean] KinoSearch-0.31{3,4}.0
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/KinoSearch/ChangeLog | 4 ++
dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild | 48 --------------------
dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild | 59 -------------------------
3 files changed, 4 insertions(+), 107 deletions(-)
diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index a09aba4..263e119 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Apr 2012; Kent Fredric <kentfredric@...> -KinoSearch-0.313.0.ebuild,
+ -KinoSearch-0.314.0.ebuild:
+ Gone on CPAN
+
*KinoSearch-0.315.0 (18 Apr 2012)
18 Apr 2012; Kent Fredric <kentfredric@...> +KinoSearch-0.315.0.ebuild:
diff --git a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
deleted file mode 100644
index 4879849..0000000
--- a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-MODULE_AUTHOR=CREAMYG
-MODULE_VERSION="0.313"
-inherit perl-module
-
-DESCRIPTION="search engine library"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-COMMOND_DEPEND="
- >=dev-perl/Lingua-Stem-Snowball-0.952.0
- >=dev-perl/Lingua-StopWords-0.09
- dev-perl/Parse-RecDescent
- >=dev-perl/JSON-XS-1.530.0
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Module-Build
- !!<=dev-perl/KinoSearch-0.20
- >=virtual/perl-ExtUtils-CBuilder-0.18
- >=virtual/perl-ExtUtils-ParseXS-2.16
- >=virtual/perl-Devel-PPPort-3.130.0
-"
-kino_api_changed() {
- elog "This package ( $P ) includes a new API incompatible with <= 0.20."
- elog "If you need the old interface, see dev-perl/KinoSearch1"
-}
-
-pkg_postinst() {
- kino_api_changed;
-}
-
-pkg_pretend() {
- kino_api_changed;
- default
-}
diff --git a/dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild
deleted file mode 100644
index 882d655..0000000
--- a/dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=CREAMYG
-MODULE_VERSION=0.314
-inherit perl-module
-
-DESCRIPTION='Search engine library.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.36 ( 0.360.0 )
- echo \>=virtual/perl-Module-Build-0.36
-}
-perl_meta_build() {
- # Devel::PPPort 3.13 ( 3.130.0 )
- echo \>=virtual/perl-Devel-PPPort-3.130.0
- # ExtUtils::CBuilder 0.18 ( 0.180.0 )
- echo \>=virtual/perl-ExtUtils-CBuilder-0.18
- # ExtUtils::ParseXS 2.16 ( 2.160.0 )
- echo \>=virtual/perl-ExtUtils-ParseXS-2.16
-}
-perl_meta_runtime() {
- # JSON::XS 1.53 ( 1.530.0 )
- echo \>=dev-perl/JSON-XS-1.530.0
- # Lingua::Stem::Snowball 0.952 ( 0.952.0 )
- echo \>=dev-perl/Lingua-Stem-Snowball-0.952.0
- # Lingua::StopWords 0.09 ( 0.90.0 )
- echo \>=dev-perl/Lingua-StopWords-0.09
- # Parse::RecDescent
- echo dev-perl/Parse-RecDescent
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-
-kino_api_changed() {
- elog "This package ( $P ) includes a new API incompatible with <= 0.20."
- elog "If you need the old interface, see dev-perl/KinoSearch1"
-}
-
-pkg_postinst() {
- kino_api_changed;
-}
-
-pkg_pretend() {
- kino_api_changed;
- default
-}
-
-SRC_TEST="do"
|
|