public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch1/
  2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-04-22 14:00 ` Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-22 14:00 UTC (permalink / raw
  To: gentoo-commits

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

[fixdep] KinoSearch1 -> Lingua-Stem-Snowball

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

---
 dev-perl/KinoSearch1/ChangeLog               |    6 +++++-
 dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild |    4 ++--
 dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/KinoSearch1/ChangeLog b/dev-perl/KinoSearch1/ChangeLog
index 72bd281..f411226 100644
--- a/dev-perl/KinoSearch1/ChangeLog
+++ b/dev-perl/KinoSearch1/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/KinoSearch1
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch1-1.00.ebuild,
+  KinoSearch1-1.01.ebuild:
+  Fixdep Lingua-En-Snowball
+
 *KinoSearch1-1.01 (04 Nov 2010)
 
   04 Nov 2010; Torsten Veller <tove@gentoo.org> +KinoSearch1-1.01.ebuild:

diff --git a/dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild b/dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild
index d6047f0..344bcac 100644
--- a/dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild
+++ b/dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
 	virtual/perl-IO-Compress
-	>=dev-perl/Lingua-Stem-Snowball-0.94
+	>=dev-perl/Lingua-Stem-Snowball-0.940.0
 	>=dev-perl/Lingua-StopWords-0.02
 "
 DEPEND="

diff --git a/dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild b/dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild
index deb4912..9ca5890 100644
--- a/dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild
+++ b/dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ IUSE=""
 
 COMMON_DEPEND="
 	virtual/perl-IO-Compress
-	>=dev-perl/Lingua-Stem-Snowball-0.94
+	>=dev-perl/Lingua-Stem-Snowball-0.940.0
 	>=dev-perl/Lingua-StopWords-0.02
 "
 DEPEND="



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch1/
@ 2011-04-22 14:00 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-22 14:00 UTC (permalink / raw
  To: gentoo-commits

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

[migrate] Kinosearch1

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

---
 dev-perl/KinoSearch1/ChangeLog                     |    8 ++++++++
 ...earch1-1.00.ebuild => KinoSearch1-1.0.0.ebuild} |    1 +
 ...arch1-1.01.ebuild => KinoSearch1-1.10.0.ebuild} |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/dev-perl/KinoSearch1/ChangeLog b/dev-perl/KinoSearch1/ChangeLog
index f411226..86db601 100644
--- a/dev-perl/KinoSearch1/ChangeLog
+++ b/dev-perl/KinoSearch1/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KinoSearch1-1.10.0 (22 Apr 2011)
+*KinoSearch1-1.0.0 (22 Apr 2011)
+
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch1-1.00.ebuild,
+  +KinoSearch1-1.0.0.ebuild, -KinoSearch1-1.01.ebuild,
+  +KinoSearch1-1.10.0.ebuild:
+  Migrate
+
   22 Apr 2011; Kent Fredric <kentfredric@gmail.com> KinoSearch1-1.00.ebuild,
   KinoSearch1-1.01.ebuild:
   Fixdep Lingua-En-Snowball

diff --git a/dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild b/dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild
similarity index 96%
rename from dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild
rename to dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild
index 344bcac..3125e37 100644
--- a/dev-perl/KinoSearch1/KinoSearch1-1.00.ebuild
+++ b/dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=3
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="1.00"
 inherit perl-module
 
 DESCRIPTION="search engine library"

diff --git a/dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild b/dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild
similarity index 96%
rename from dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild
rename to dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild
index 9ca5890..a7ccb65 100644
--- a/dev-perl/KinoSearch1/KinoSearch1-1.01.ebuild
+++ b/dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild
@@ -5,6 +5,7 @@
 EAPI=3
 
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="1.01"
 inherit perl-module
 
 DESCRIPTION="search engine library"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch1/
@ 2011-08-26 18:49 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26 18:49 UTC (permalink / raw
  To: gentoo-commits

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

[cpanclean] KinoSearch1-1.0.0

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

---
 dev-perl/KinoSearch1/ChangeLog                |    3 ++
 dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild |   30 -------------------------
 2 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/dev-perl/KinoSearch1/ChangeLog b/dev-perl/KinoSearch1/ChangeLog
index 86db601..6a535ed 100644
--- a/dev-perl/KinoSearch1/ChangeLog
+++ b/dev-perl/KinoSearch1/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com> -KinoSearch1-1.0.0.ebuild:
+  Gone on CPAN
+
 *KinoSearch1-1.10.0 (22 Apr 2011)
 *KinoSearch1-1.0.0 (22 Apr 2011)
 

diff --git a/dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild b/dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild
deleted file mode 100644
index 3125e37..0000000
--- a/dev-perl/KinoSearch1/KinoSearch1-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +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="1.00"
-inherit perl-module
-
-DESCRIPTION="search engine library"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	virtual/perl-IO-Compress
-	>=dev-perl/Lingua-Stem-Snowball-0.940.0
-	>=dev-perl/Lingua-StopWords-0.02
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-File-Spec
-	virtual/perl-Storable
-	virtual/perl-Module-Build
-	virtual/perl-ExtUtils-CBuilder
-	virtual/perl-ExtUtils-ParseXS
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch1/
@ 2015-06-14 16:30 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     90f06ff5fa32d5012653dfca02c4572d8fbec823
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:13:27 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:13:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=90f06ff5

[fixup] KinoSearch1:  Module::Build is no longer part of core Perl and has been moved to dev-perl

Package-Manager: portage-2.2.17

 dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild b/dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild
index a7ccb65..a12e666 100644
--- a/dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild
+++ b/dev-perl/KinoSearch1/KinoSearch1-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -23,7 +23,7 @@ DEPEND="
 	${COMMON_DEPEND}
 	virtual/perl-File-Spec
 	virtual/perl-Storable
-	virtual/perl-Module-Build
+	dev-perl/Module-Build
 	virtual/perl-ExtUtils-CBuilder
 	virtual/perl-ExtUtils-ParseXS
 "


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

end of thread, other threads:[~2015-06-14 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 16:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch1/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
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-22 14:00 Kent Fredric

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