public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2012-04-16 19:33 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-04-16 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     756e1bf85dc4708a93edbbb8d8aacc73e004c17c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 16 17:19:24 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 16 17:19:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=756e1bf8

[newversion] KinoSearch-0.314.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/KinoSearch/ChangeLog                 |    8 +++-
 dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild |    4 +-
 dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild |   59 +++++++++++++++++++++++++
 3 files changed, 68 insertions(+), 3 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index 1352cb5..3681954 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/KinoSearch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KinoSearch-0.314.0 (16 Apr 2012)
+
+  16 Apr 2012; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.313.0.ebuild,
+  +KinoSearch-0.314.0.ebuild:
+  Version Bump
+
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch-0.311.0.ebuild,
   -KinoSearch-0.312.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
index 6bf8d3d..4879849 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,7 +20,7 @@ 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.53
+	>=dev-perl/JSON-XS-1.530.0
 "
 RDEPEND="
 	${COMMON_DEPEND}

diff --git a/dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild
new file mode 100644
index 0000000..882d655
--- /dev/null
+++ b/dev-perl/KinoSearch/KinoSearch-0.314.0.ebuild
@@ -0,0 +1,59 @@
+# 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"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2012-04-20  8:36 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-04-20  8:36 UTC (permalink / raw
  To: 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@gmail.com> -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@gmail.com> +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"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2012-04-18  4:43 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-04-18  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     294f5a3e820382d4d32fc208bea9f2eb4b723cc3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 04:07:09 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 18 04:07:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=294f5a3e

[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/ChangeLog
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: $
 
+*KinoSearch-0.315.0 (18 Apr 2012)
+
+  18 Apr 2012; Kent Fredric <kentfredric@gmail.com> +KinoSearch-0.315.0.ebuild:
+  Version Bump
+
 *KinoSearch-0.314.0 (16 Apr 2012)
 
   16 Apr 2012; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.313.0.ebuild,

diff --git a/dev-perl/KinoSearch/KinoSearch-0.315.0.ebuild b/dev-perl/KinoSearch/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=4
+MODULE_AUTHOR=CREAMYG
+MODULE_VERSION=0.315
+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"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-08-26 18:49 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-08-26 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     496fbfb145c12141773d76d9c1490f8bb045cd26
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 17:38:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 17:38:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=496fbfb1

[cpanclean] KinoSearch-0.31{1,2}.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/KinoSearch/ChangeLog                 |    4 ++
 dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild |   48 -------------------------
 dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild |   48 -------------------------
 3 files changed, 4 insertions(+), 96 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index c109c31..1352cb5 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch-0.311.0.ebuild,
+  -KinoSearch-0.312.0.ebuild:
+  Gone on CPAN
+
   22 Apr 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.311.0.ebuild,
   KinoSearch-0.312.0.ebuild, KinoSearch-0.313.0.ebuild:
   fixdep Lingua-Stem-Snowball

diff --git a/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
deleted file mode 100644
index 00d5195..0000000
--- a/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-MODULE_AUTHOR=CREAMYG
-MODULE_VERSION="0.311"
-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.53
-"
-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.312.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
deleted file mode 100644
index 006900a..0000000
--- a/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-MODULE_AUTHOR=CREAMYG
-MODULE_VERSION="0.312"
-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.53
-"
-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
-}



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/KinoSearch/
@ 2011-04-23 13:00 Kent Fredric
  2011-04-22 14:00 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 11+ messages in thread
From: Kent Fredric @ 2011-04-23 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9ad0ee404684ef4036990450afeb754d137da0fe
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 22 13:57:55 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 22 13:57:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9ad0ee40

[fixdep] dev-perl/Kinosearch -> Lingua-Stem-Snowball

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                 |    4 ++++
 dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild |    2 +-
 dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild |    2 +-
 dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index a38a83d..c109c31 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.311.0.ebuild,
+  KinoSearch-0.312.0.ebuild, KinoSearch-0.313.0.ebuild:
+  fixdep Lingua-Stem-Snowball
+
   05 Apr 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.311.0.ebuild,
   KinoSearch-0.312.0.ebuild, KinoSearch-0.313.0.ebuild:
   Fixdep Devel-PPPort

diff --git a/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
index 4c63f37..00d5195 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 COMMOND_DEPEND="
-	>=dev-perl/Lingua-Stem-Snowball-0.952
+	>=dev-perl/Lingua-Stem-Snowball-0.952.0
 	>=dev-perl/Lingua-StopWords-0.09
 	dev-perl/Parse-RecDescent
 	>=dev-perl/JSON-XS-1.53

diff --git a/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
index 87739a8..006900a 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 COMMOND_DEPEND="
-	>=dev-perl/Lingua-Stem-Snowball-0.952
+	>=dev-perl/Lingua-Stem-Snowball-0.952.0
 	>=dev-perl/Lingua-StopWords-0.09
 	dev-perl/Parse-RecDescent
 	>=dev-perl/JSON-XS-1.53

diff --git a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
index d591fc3..6bf8d3d 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 COMMOND_DEPEND="
-	>=dev-perl/Lingua-Stem-Snowball-0.952
+	>=dev-perl/Lingua-Stem-Snowball-0.952.0
 	>=dev-perl/Lingua-StopWords-0.09
 	dev-perl/Parse-RecDescent
 	>=dev-perl/JSON-XS-1.53



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-04-05 18:16 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-04-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     07b775f5f555d5301de7c9b7e799c074b527a891
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  5 18:03:09 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 18:03:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=07b775f5

[fixdep] KinoSearch -> Devel-PPPort

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                 |    4 ++++
 dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild |    2 +-
 dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild |    2 +-
 dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index 72dd737..a38a83d 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.311.0.ebuild,
+  KinoSearch-0.312.0.ebuild, KinoSearch-0.313.0.ebuild:
+  Fixdep Devel-PPPort
+
 *KinoSearch-0.313.0 (26 Mar 2011)
 
   26 Mar 2011; Kent Fredric <kentfredric@gmail.com> +KinoSearch-0.313.0.ebuild:

diff --git a/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
index 5bf11e7..4c63f37 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
@@ -31,7 +31,7 @@ DEPEND="
 	!!<=dev-perl/KinoSearch-0.20
 	>=virtual/perl-ExtUtils-CBuilder-0.18
 	>=virtual/perl-ExtUtils-ParseXS-2.16
-	>=virtual/perl-Devel-PPPort-3.13
+	>=virtual/perl-Devel-PPPort-3.130.0
 "
 kino_api_changed() {
 	elog "This package ( $P ) includes a new API incompatible with <= 0.20."

diff --git a/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
index 4855972..87739a8 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
@@ -31,7 +31,7 @@ DEPEND="
 	!!<=dev-perl/KinoSearch-0.20
 	>=virtual/perl-ExtUtils-CBuilder-0.18
 	>=virtual/perl-ExtUtils-ParseXS-2.16
-	>=virtual/perl-Devel-PPPort-3.13
+	>=virtual/perl-Devel-PPPort-3.130.0
 "
 kino_api_changed() {
 	elog "This package ( $P ) includes a new API incompatible with <= 0.20."

diff --git a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
index c0f7ba8..d591fc3 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
@@ -31,7 +31,7 @@ DEPEND="
 	!!<=dev-perl/KinoSearch-0.20
 	>=virtual/perl-ExtUtils-CBuilder-0.18
 	>=virtual/perl-ExtUtils-ParseXS-2.16
-	>=virtual/perl-Devel-PPPort-3.13
+	>=virtual/perl-Devel-PPPort-3.130.0
 "
 kino_api_changed() {
 	elog "This package ( $P ) includes a new API incompatible with <= 0.20."



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-03-26  5:17 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-03-26  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     06b61219c147ac29f3dfc5a3584fea0f7cd40060
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 04:50:40 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 04:50:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=06b61219

[newversion] KinoSearch-0.313.0

(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                 |    5 +++
 dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild |   48 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index efadcc1..72dd737 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KinoSearch-0.313.0 (26 Mar 2011)
+
+  26 Mar 2011; Kent Fredric <kentfredric@gmail.com> +KinoSearch-0.313.0.ebuild:
+  Bump
+
   23 Mar 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch-0.165.0.ebuild:
   removed, nolonger builds
 

diff --git a/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
new file mode 100644
index 0000000..c0f7ba8
--- /dev/null
+++ b/dev-perl/KinoSearch/KinoSearch-0.313.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 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
+	>=dev-perl/Lingua-StopWords-0.09
+	dev-perl/Parse-RecDescent
+	>=dev-perl/JSON-XS-1.53
+"
+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.13
+"
+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
+}



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-03-23 18:48 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-03-23 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1e17b6dbec78c9f537ec60f3072d7d247f491731
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 18:42:54 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 18:42:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1e17b6db

[newversion] KinoSearch-0.312.0

(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                 |    5 +++
 dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild |   48 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index 5ad505f..939b628 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KinoSearch-0.312.0 (23 Mar 2011)
+
+  23 Mar 2011; Kent Fredric <kentfredric@gmail.com> +KinoSearch-0.312.0.ebuild:
+  Bump
+
   23 Mar 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.165.0.ebuild:
   QA on older kinosearch
 

diff --git a/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
new file mode 100644
index 0000000..4855972
--- /dev/null
+++ b/dev-perl/KinoSearch/KinoSearch-0.312.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="0.312"
+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
+	>=dev-perl/Lingua-StopWords-0.09
+	dev-perl/Parse-RecDescent
+	>=dev-perl/JSON-XS-1.53
+"
+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.13
+"
+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
+}



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-03-23 18:48 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-03-23 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     292c8692b0bc8abe686e0ad12e9836a4ffb510ba
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 18:45:19 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 18:45:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=292c8692

[clean] KinoSearch-0.165.0 : Broken

(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                 |    3 +++
 dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild |   23 -----------------------
 2 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index 939b628..efadcc1 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Mar 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch-0.165.0.ebuild:
+  removed, nolonger builds
+
 *KinoSearch-0.312.0 (23 Mar 2011)
 
   23 Mar 2011; Kent Fredric <kentfredric@gmail.com> +KinoSearch-0.312.0.ebuild:

diff --git a/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
deleted file mode 100644
index 225de7e..0000000
--- a/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=CREAMYG
-MODULE_VERSION="0.165"
-inherit perl-module
-
-DESCRIPTION="search engine library"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
-	virtual/perl-Module-Build
-	virtual/perl-IO-Compress
-	>=dev-perl/Lingua-Stem-Snowball-0.94
-	>=dev-perl/Lingua-StopWords-0.02
-"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-03-23 18:48 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-03-23 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8842b6eb8253b6ca41e12f4c7178f0c80f2829e0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 18:22:28 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 18:22:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8842b6eb

[QA] Kinosearch 0.165.0

(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                 |    3 +++
 dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild |    6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index ae09385..5ad505f 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Mar 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch-0.165.0.ebuild:
+  QA on older kinosearch
+
 *KinoSearch-0.311.0 (23 Mar 2011)
 *KinoSearch-0.165.0 (23 Mar 2011)
 

diff --git a/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild b/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
index 1197e3b..225de7e 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=3
 MODULE_AUTHOR=CREAMYG
 MODULE_VERSION="0.165"
 inherit perl-module
@@ -13,9 +13,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="
+RDEPEND="
 	virtual/perl-Module-Build
 	virtual/perl-IO-Compress
 	>=dev-perl/Lingua-Stem-Snowball-0.94
 	>=dev-perl/Lingua-StopWords-0.02
 "
+DEPEND="${RDEPEND}"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/
@ 2011-03-23 18:48 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-03-23 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e7eb00388d2c2fbf5ae01dd05140325f1a4a3ff6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 18:21:18 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 18:21:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e7eb0038

[migrate] KinoSearch

(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KinoSearch/ChangeLog                      |    8 ++++++++
 ...arch-0.165.ebuild => KinoSearch-0.165.0.ebuild} |    3 ++-
 ...arch-0.311.ebuild => KinoSearch-0.311.0.ebuild} |    1 +
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/dev-perl/KinoSearch/ChangeLog b/dev-perl/KinoSearch/ChangeLog
index 458c196..ae09385 100644
--- a/dev-perl/KinoSearch/ChangeLog
+++ b/dev-perl/KinoSearch/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KinoSearch-0.311.0 (23 Mar 2011)
+*KinoSearch-0.165.0 (23 Mar 2011)
+
+  23 Mar 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch-0.165.ebuild,
+  +KinoSearch-0.165.0.ebuild, -KinoSearch-0.311.ebuild,
+  +KinoSearch-0.311.0.ebuild:
+  Migrate to x.y.z
+
 *KinoSearch-0.311 (09 Jan 2011)
 
   09 Jan 2011; Kent Fredric <kentfredric@gmail.com> +KinoSearch-0.311.ebuild:

diff --git a/dev-perl/KinoSearch/KinoSearch-0.165.ebuild b/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
similarity index 85%
rename from dev-perl/KinoSearch/KinoSearch-0.165.ebuild
rename to dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
index b2b9de3..1197e3b 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.165.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.165.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="0.165"
 inherit perl-module
 
 DESCRIPTION="search engine library"

diff --git a/dev-perl/KinoSearch/KinoSearch-0.311.ebuild b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
similarity index 97%
rename from dev-perl/KinoSearch/KinoSearch-0.311.ebuild
rename to dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
index c1b396f..5bf11e7 100644
--- a/dev-perl/KinoSearch/KinoSearch-0.311.ebuild
+++ b/dev-perl/KinoSearch/KinoSearch-0.311.0.ebuild
@@ -5,6 +5,7 @@
 EAPI="4"
 
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="0.311"
 inherit perl-module
 
 DESCRIPTION="search engine library"



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-04-20  8:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 19:33 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-04-20  8:36 Kent Fredric
2012-04-18  4:43 Kent Fredric
2011-08-26 18:49 Kent Fredric
2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-04-22 14:00 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-05 18:16 Kent Fredric
2011-03-26  5:17 Kent Fredric
2011-03-23 18:48 Kent Fredric
2011-03-23 18:48 Kent Fredric
2011-03-23 18:48 Kent Fredric
2011-03-23 18:48 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox