public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Tree-Trie/
Date: Sun,  8 May 2011 16:10:44 +0000 (UTC)	[thread overview]
Message-ID: <0ec3e1a45ff56b6378b484422b46b93c28bc57ac.kent@gentoo> (raw)

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"



WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Tree-Trie/
Date: Sun,  8 May 2011 16:10:24 +0000 (UTC)	[thread overview]
Message-ID: <0ec3e1a45ff56b6378b484422b46b93c28bc57ac.kent@gentoo> (raw)
Message-ID: <20110508161024.zXXZxTmcZQ3Y8Gm4QrKMBUGOvLwfkP28kHy2y8tU6-Q@z> (raw)

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"



WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Trie/
Date: Fri,  6 May 2011 07:21:29 +0000 (UTC)	[thread overview]
Message-ID: <0ec3e1a45ff56b6378b484422b46b93c28bc57ac.kent@gentoo> (raw)
Message-ID: <20110506072129.JBzghZ-kZ-00xoc7Zx9JtaAFGPGn2zhFhUmYiWhLUf8@z> (raw)

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"



             reply	other threads:[~2011-05-08 16:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-08 16:10 Kent Fredric [this message]
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Trie/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-05-06  7:21 [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0ec3e1a45ff56b6378b484422b46b93c28bc57ac.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox