public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Trie/
@ 2015-06-09 10:13 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1ee51047fa6c9428c563e78b6b9fa2ba5c18608c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:08:02 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:08:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1ee51047

[cleanup] Tree-Trie: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild | 32 --------------------------
 dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild | 35 -----------------------------
 2 files changed, 67 deletions(-)

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild b/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
deleted file mode 100644
index 841c115..0000000
--- a/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=AVIF
-MODULE_VERSION="1.7"
-inherit perl-module
-
-DESCRIPTION="A data structure optimized for prefix lookup"
-
-# LICENSE either "as perl" (README) or "Artistic" (Trie.pm)
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage )"
-RDEPEND=""
-
-#src_prepare (){
-#	perl-module_src_prepare
-#	# These are coverage tests for documentation
-#	# They currently fail, but thats really not all that important to us.
-#	rm t/01_pod.t || die "Can't rm a pod test"
-#	rm t/02_pod_cover.t || die "Can't rm a pod test :( "
-#	# You'll get warnings about this
-#	# ie: Warning: the following files are missing in your kit:
-#	# But meh.
-#}
-SRC_TEST="do"

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild b/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild
deleted file mode 100644
index d551400..0000000
--- a/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=AVIF
-MODULE_VERSION=1.8
-inherit perl-module
-
-DESCRIPTION="A data structure optimized for prefix lookup"
-
-# LICENSE either "as perl" (README) or "Artistic" (Trie.pm)
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-DEPEND="test? (
-	>=dev-perl/Test-Pod-1.26 $(comment 1.260.0)
-	>=dev-perl/Test-Pod-Coverage-1.08  $(comment 1.80.0)
-	>=dev-perl/Pod-Coverage-0.18 $(comment 0.180.0)
-)"
-RDEPEND=""
-
-#src_prepare (){
-#	perl-module_src_prepare
-#	# These are coverage tests for documentation
-#	# They currently fail, but thats really not all that important to us.
-#	rm t/01_pod.t || die "Can't rm a pod test"
-#	rm t/02_pod_cover.t || die "Can't rm a pod test :( "
-#	# You'll get warnings about this
-#	# ie: Warning: the following files are missing in your kit:
-#	# But meh.
-#}
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Trie/
@ 2012-02-29 12:06 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c9a7a2701d99efba5e7063c5282f9b9202fdf031
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 11:01:57 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 11:01:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c9a7a270

[newversion] Tree-Trie-1.900.0

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

---
 dev-perl/Tree-Trie/ChangeLog                |    7 ++++-
 dev-perl/Tree-Trie/Tree-Trie-1.900.0.ebuild |   40 +++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Tree-Trie/ChangeLog b/dev-perl/Tree-Trie/ChangeLog
index b920572..aa0eb0a 100644
--- a/dev-perl/Tree-Trie/ChangeLog
+++ b/dev-perl/Tree-Trie/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Tree-Trie
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Tree-Trie-1.900.0 (29 Feb 2012)
+
+  29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Tree-Trie-1.900.0.ebuild:
+  Version Bump
+
 *Tree-Trie-1.800.0 (06 May 2011)
 
   06 May 2011; Kent Fredric <kentfredric@gmail.com> +Tree-Trie-1.800.0.ebuild:

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.900.0.ebuild b/dev-perl/Tree-Trie/Tree-Trie-1.900.0.ebuild
new file mode 100644
index 0000000..4afefbe
--- /dev/null
+++ b/dev-perl/Tree-Trie/Tree-Trie-1.900.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=AVIF
+MODULE_VERSION=1.9
+inherit perl-module
+
+DESCRIPTION='A data structure optimized for prefix lookup.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+	# Pod::Coverage 0.18 ( 0.180.0 )
+	echo \>=dev-perl/Pod-Coverage-0.180.0
+	# Test::Pod 1.26 ( 1.260.0 )
+	echo \>=dev-perl/Test-Pod-1.26
+	# Test::Pod::Coverage 1.08 ( 1.80.0 )
+	echo \>=dev-perl/Test-Pod-Coverage-1.80.0
+}
+perl_meta_runtime() {
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Tree-Trie/
@ 2011-05-08 16:10 Kent Fredric
  2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 4+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0ec3e1a45ff56b6378b484422b46b93c28bc57ac
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 06:56:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 06:57:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ec3e1a4

[newversion] Tree-Trie-1.800.0

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

---
 dev-perl/Tree-Trie/ChangeLog                |    5 ++++
 dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild |   35 +++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Tree-Trie/ChangeLog b/dev-perl/Tree-Trie/ChangeLog
index d5d9d07..b920572 100644
--- a/dev-perl/Tree-Trie/ChangeLog
+++ b/dev-perl/Tree-Trie/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Tree-Trie-1.800.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com> +Tree-Trie-1.800.0.ebuild:
+  Bump
+
 *Tree-Trie-1.700.0 (06 May 2011)
 
   06 May 2011; Kent Fredric <kentfredric@gmail.com> -Tree-Trie-1.7.ebuild,

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild b/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild
new file mode 100644
index 0000000..d551400
--- /dev/null
+++ b/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=AVIF
+MODULE_VERSION=1.8
+inherit perl-module
+
+DESCRIPTION="A data structure optimized for prefix lookup"
+
+# LICENSE either "as perl" (README) or "Artistic" (Trie.pm)
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+DEPEND="test? (
+	>=dev-perl/Test-Pod-1.26 $(comment 1.260.0)
+	>=dev-perl/Test-Pod-Coverage-1.08  $(comment 1.80.0)
+	>=dev-perl/Pod-Coverage-0.18 $(comment 0.180.0)
+)"
+RDEPEND=""
+
+#src_prepare (){
+#	perl-module_src_prepare
+#	# These are coverage tests for documentation
+#	# They currently fail, but thats really not all that important to us.
+#	rm t/01_pod.t || die "Can't rm a pod test"
+#	rm t/02_pod_cover.t || die "Can't rm a pod test :( "
+#	# You'll get warnings about this
+#	# ie: Warning: the following files are missing in your kit:
+#	# But meh.
+#}
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Trie/
@ 2011-05-06  7:21 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-06  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     317bbb06d460c3d4c9f95c0ccb4abc5671859757
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 06:51:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 06:51:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=317bbb06

[migrate] Tree-Trie

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

---
 dev-perl/Tree-Trie/ChangeLog                       |    8 +++++++-
 ...ee-Trie-1.7.ebuild => Tree-Trie-1.700.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Tree-Trie/ChangeLog b/dev-perl/Tree-Trie/ChangeLog
index 99b2f78..d5d9d07 100644
--- a/dev-perl/Tree-Trie/ChangeLog
+++ b/dev-perl/Tree-Trie/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Tree-Trie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Tree-Trie-1.700.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com> -Tree-Trie-1.7.ebuild,
+  +Tree-Trie-1.700.0.ebuild:
+  Migrate
+
 *Tree-Trie-1.7 (04 Nov 2010)
 
   04 Nov 2010; Torsten Veller <tove@gentoo.org> -Tree-Trie-1.5.ebuild,

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.7.ebuild b/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
similarity index 92%
rename from dev-perl/Tree-Trie/Tree-Trie-1.7.ebuild
rename to dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
index c6baf89..841c115 100644
--- a/dev-perl/Tree-Trie/Tree-Trie-1.7.ebuild
+++ b/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 
 MODULE_AUTHOR=AVIF
+MODULE_VERSION="1.7"
 inherit perl-module
 
 DESCRIPTION="A data structure optimized for prefix lookup"



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

end of thread, other threads:[~2015-06-09 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 10:13 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Trie/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-29 12:06 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-06  7:21 Kent Fredric

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