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

commit:     7227e5abbca7a2e178acb7bcc96a41ce0e91e74b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 13:37:10 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 13:37:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7227e5ab

[added] Syntax-Keyword-Junciton-0.3.1

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Syntax-Keyword-Junction/ChangeLog         |   10 ++++++
 .../Syntax-Keyword-Junction-0.3.1.ebuild           |   33 ++++++++++++++++++++
 dev-perl/Syntax-Keyword-Junction/metadata.xml      |   19 +++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/ChangeLog b/dev-perl/Syntax-Keyword-Junction/ChangeLog
new file mode 100644
index 0000000..39f7a26
--- /dev/null
+++ b/dev-perl/Syntax-Keyword-Junction/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Syntax-Keyword-Junction
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Syntax-Keyword-Junction-0.3.1 (04 Nov 2012)
+
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Syntax-Keyword-Junction-0.3.1.ebuild, +metadata.xml:
+  Added for Moose-Autobox
+

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild
new file mode 100644
index 0000000..4cadc4f
--- /dev/null
+++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.003001
+inherit perl-module
+
+DESCRIPTION='Perl6 style Junction operators in Perl5'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
+	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# syntax
+	echo dev-perl/syntax
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Syntax-Keyword-Junction/metadata.xml b/dev-perl/Syntax-Keyword-Junction/metadata.xml
new file mode 100644
index 0000000..906ce81
--- /dev/null
+++ b/dev-perl/Syntax-Keyword-Junction/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+	<maintainer>
+		<email>kentfredric@gmail.com</email>
+		<name>Kent Fredric</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Syntax-Keyword-Junction</remote-id>
+		<remote-id type="cpan-module">Syntax::Feature::Junction</remote-id>
+		<remote-id type="cpan-module">Syntax::Keyword::Junction</remote-id>
+		<remote-id type="cpan-module">Syntax::Keyword::Junction::All</remote-id>
+		<remote-id type="cpan-module">Syntax::Keyword::Junction::Any</remote-id>
+		<remote-id type="cpan-module">Syntax::Keyword::Junction::Base</remote-id>
+		<remote-id type="cpan-module">Syntax::Keyword::Junction::None</remote-id>
+		<remote-id type="cpan-module">Syntax::Keyword::Junction::One</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2012-11-20 22:54 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-11-20 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6ddfd55467e30e1262b3bb7cb1e06363f88308e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 22:42:08 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 22:42:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6ddfd554

[newversion] Syntax-Keyword-Junction-0.3.2

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Syntax-Keyword-Junction/ChangeLog         |    6 +++
 .../Syntax-Keyword-Junction-0.3.2.ebuild           |   33 ++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/ChangeLog b/dev-perl/Syntax-Keyword-Junction/ChangeLog
index 39f7a26..c72f7f4 100644
--- a/dev-perl/Syntax-Keyword-Junction/ChangeLog
+++ b/dev-perl/Syntax-Keyword-Junction/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Syntax-Keyword-Junction-0.3.2 (20 Nov 2012)
+
+  20 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Syntax-Keyword-Junction-0.3.2.ebuild:
+  Version Bump
+
 *Syntax-Keyword-Junction-0.3.1 (04 Nov 2012)
 
   04 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild
new file mode 100644
index 0000000..3afdaa9
--- /dev/null
+++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.003002
+inherit perl-module
+
+DESCRIPTION='Perl6 style Junction operators in Perl5'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
+	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# syntax
+	echo dev-perl/syntax
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(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:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2013-05-01 22:23 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-05-01 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d1e2804bd9cd4daab445bd97f927746bbdfe4d53
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 30 03:33:31 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 30 03:33:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1e2804b

[newversion] Syntax-Keyword-Junction-0.3.4

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Syntax-Keyword-Junction/ChangeLog         |    6 +++
 .../Syntax-Keyword-Junction-0.3.4.ebuild           |   33 ++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/ChangeLog b/dev-perl/Syntax-Keyword-Junction/ChangeLog
index c638ed2..4c960a0 100644
--- a/dev-perl/Syntax-Keyword-Junction/ChangeLog
+++ b/dev-perl/Syntax-Keyword-Junction/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Syntax-Keyword-Junction-0.3.4 (30 Apr 2013)
+
+  30 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Syntax-Keyword-Junction-0.3.4.ebuild:
+  Version Bump
+
 *Syntax-Keyword-Junction-0.3.3 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild
new file mode 100644
index 0000000..c31ce13
--- /dev/null
+++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.003004
+inherit perl-module
+
+DESCRIPTION='Perl6 style Junction operators in Perl5'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
+	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# syntax
+	echo dev-perl/syntax
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(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:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2015-03-26  9:26 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-03-26  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1f3e5bbd58a76aa725f0b58dd9bf03e0dadbb2df
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 09:22:34 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 09:22:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1f3e5bbd

[prune] Syntax-Keyword-Junction -> Gone to ::gentoo

 .../Syntax-Keyword-Junction-0.3.1.ebuild           | 33 ----------------------
 .../Syntax-Keyword-Junction-0.3.2.ebuild           | 33 ----------------------
 .../Syntax-Keyword-Junction-0.3.3.ebuild           | 33 ----------------------
 .../Syntax-Keyword-Junction-0.3.4.ebuild           | 33 ----------------------
 dev-perl/Syntax-Keyword-Junction/metadata.xml      | 19 -------------
 5 files changed, 151 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild
deleted file mode 100644
index 4cadc4f..0000000
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.003001
-inherit perl-module
-
-DESCRIPTION='Perl6 style Junction operators in Perl5'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
-	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# syntax
-	echo dev-perl/syntax
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild
deleted file mode 100644
index 3afdaa9..0000000
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.003002
-inherit perl-module
-
-DESCRIPTION='Perl6 style Junction operators in Perl5'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
-	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# syntax
-	echo dev-perl/syntax
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.3.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.3.ebuild
deleted file mode 100644
index 216dea3..0000000
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.003003
-inherit perl-module
-
-DESCRIPTION='Perl6 style Junction operators in Perl5'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
-	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# syntax
-	echo dev-perl/syntax
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild
deleted file mode 100644
index c31ce13..0000000
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.003004
-inherit perl-module
-
-DESCRIPTION='Perl6 style Junction operators in Perl5'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Sub::Exporter::Progressive 0.001006 ( 0.1.6 )
-	echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# syntax
-	echo dev-perl/syntax
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Syntax-Keyword-Junction/metadata.xml b/dev-perl/Syntax-Keyword-Junction/metadata.xml
deleted file mode 100644
index 906ce81..0000000
--- a/dev-perl/Syntax-Keyword-Junction/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>perl</herd>
-	<maintainer>
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Syntax-Keyword-Junction</remote-id>
-		<remote-id type="cpan-module">Syntax::Feature::Junction</remote-id>
-		<remote-id type="cpan-module">Syntax::Keyword::Junction</remote-id>
-		<remote-id type="cpan-module">Syntax::Keyword::Junction::All</remote-id>
-		<remote-id type="cpan-module">Syntax::Keyword::Junction::Any</remote-id>
-		<remote-id type="cpan-module">Syntax::Keyword::Junction::Base</remote-id>
-		<remote-id type="cpan-module">Syntax::Keyword::Junction::None</remote-id>
-		<remote-id type="cpan-module">Syntax::Keyword::Junction::One</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-03-26  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 22:23 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Keyword-Junction/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26  9:26 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-11-04 13:51 Kent Fredric

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