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

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

[migrate/fix] Lingua-Stem-Snowball ( EAPI, QA, Module::Build )

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

---
 dev-perl/Lingua-Stem-Snowball/ChangeLog            |   10 ++++++++++
 ....ebuild => Lingua-Stem-Snowball-0.952.0.ebuild} |   13 ++++++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Lingua-Stem-Snowball/ChangeLog b/dev-perl/Lingua-Stem-Snowball/ChangeLog
new file mode 100644
index 0000000..cff6258
--- /dev/null
+++ b/dev-perl/Lingua-Stem-Snowball/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Lingua-Stem-Snowball
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Lingua-Stem-Snowball-0.952.0 (22 Apr 2011)
+
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Lingua-Stem-Snowball-0.952.ebuild, +Lingua-Stem-Snowball-0.952.0.ebuild:
+  Migrate, Add Module::Build
+

diff --git a/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild b/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.0.ebuild
similarity index 64%
rename from dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild
rename to dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.0.ebuild
index 8f37174..8ab17a1 100644
--- a/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild
+++ b/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.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: $
-
+EAPI=4
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="0.952"
 inherit perl-module
 
 DESCRIPTION="Perl interface to Snowball stemmers."
@@ -11,8 +12,14 @@ LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+IUSE="test"
+RDEPEND=""
 DEPEND="
+	virtual/perl-Module-Build
 	virtual/perl-ExtUtils-CBuilder
 	virtual/perl-ExtUtils-ParseXS
+	test? (
+		virtual/perl-Test-Simple
+	)
 "
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Lingua-Stem-Snowball/
  2011-04-22 13:53 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lingua-Stem-Snowball/ Kent Fredric
@ 2011-04-23 13:00 ` Kent Fredric
  2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  1 sibling, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-23 13:00 UTC (permalink / raw
  To: gentoo-commits

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

[migrate/fix] Lingua-Stem-Snowball ( EAPI, QA, Module::Build )

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

---
 dev-perl/Lingua-Stem-Snowball/ChangeLog            |   10 ++++++++++
 ....ebuild => Lingua-Stem-Snowball-0.952.0.ebuild} |   13 ++++++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Lingua-Stem-Snowball/ChangeLog b/dev-perl/Lingua-Stem-Snowball/ChangeLog
new file mode 100644
index 0000000..cff6258
--- /dev/null
+++ b/dev-perl/Lingua-Stem-Snowball/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Lingua-Stem-Snowball
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Lingua-Stem-Snowball-0.952.0 (22 Apr 2011)
+
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Lingua-Stem-Snowball-0.952.ebuild, +Lingua-Stem-Snowball-0.952.0.ebuild:
+  Migrate, Add Module::Build
+

diff --git a/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild b/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.0.ebuild
similarity index 64%
rename from dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild
rename to dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.0.ebuild
index 8f37174..8ab17a1 100644
--- a/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild
+++ b/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.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: $
-
+EAPI=4
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="0.952"
 inherit perl-module
 
 DESCRIPTION="Perl interface to Snowball stemmers."
@@ -11,8 +12,14 @@ LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+IUSE="test"
+RDEPEND=""
 DEPEND="
+	virtual/perl-Module-Build
 	virtual/perl-ExtUtils-CBuilder
 	virtual/perl-ExtUtils-ParseXS
+	test? (
+		virtual/perl-Test-Simple
+	)
 "
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Lingua-Stem-Snowball/
  2011-04-22 13:53 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lingua-Stem-Snowball/ Kent Fredric
  2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-04-23 13:00 ` Kent Fredric
  1 sibling, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-23 13:00 UTC (permalink / raw
  To: gentoo-commits

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

[migrate/fix] Lingua-Stem-Snowball ( EAPI, QA, Module::Build )

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

---
 dev-perl/Lingua-Stem-Snowball/ChangeLog            |   10 ++++++++++
 ....ebuild => Lingua-Stem-Snowball-0.952.0.ebuild} |   13 ++++++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Lingua-Stem-Snowball/ChangeLog b/dev-perl/Lingua-Stem-Snowball/ChangeLog
new file mode 100644
index 0000000..cff6258
--- /dev/null
+++ b/dev-perl/Lingua-Stem-Snowball/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Lingua-Stem-Snowball
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Lingua-Stem-Snowball-0.952.0 (22 Apr 2011)
+
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Lingua-Stem-Snowball-0.952.ebuild, +Lingua-Stem-Snowball-0.952.0.ebuild:
+  Migrate, Add Module::Build
+

diff --git a/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild b/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.0.ebuild
similarity index 64%
rename from dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild
rename to dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.0.ebuild
index 8f37174..8ab17a1 100644
--- a/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.ebuild
+++ b/dev-perl/Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952.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: $
-
+EAPI=4
 MODULE_AUTHOR=CREAMYG
+MODULE_VERSION="0.952"
 inherit perl-module
 
 DESCRIPTION="Perl interface to Snowball stemmers."
@@ -11,8 +12,14 @@ LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+IUSE="test"
+RDEPEND=""
 DEPEND="
+	virtual/perl-Module-Build
 	virtual/perl-ExtUtils-CBuilder
 	virtual/perl-ExtUtils-ParseXS
+	test? (
+		virtual/perl-Test-Simple
+	)
 "
+SRC_TEST="do"



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

end of thread, other threads:[~2011-04-23 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 13:53 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lingua-Stem-Snowball/ Kent Fredric
2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 13:00 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric

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