* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Escape-XS/
@ 2012-08-03 3:10 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-08-03 3:10 UTC (permalink / raw
To: gentoo-commits
commit: cdcd4e36650c9cd7092a58383bfddae91d805f41
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 2 22:13:58 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 2 22:13:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cdcd4e36
[added] URI-Escape-XS
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/URI-Escape-XS/ChangeLog | 10 ++++++
dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild | 34 ++++++++++++++++++++
dev-perl/URI-Escape-XS/metadata.xml | 13 +++++++
3 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/dev-perl/URI-Escape-XS/ChangeLog b/dev-perl/URI-Escape-XS/ChangeLog
new file mode 100644
index 0000000..9033951
--- /dev/null
+++ b/dev-perl/URI-Escape-XS/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/URI-Escape-XS
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*URI-Escape-XS-0.80.0 (02 Aug 2012)
+
+ 02 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+ +URI-Escape-XS-0.80.0.ebuild, +metadata.xml:
+ Added for Any-URI-Escape
+
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
new file mode 100644
index 0000000..845f5df
--- /dev/null
+++ b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DANKOGAI
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Drop-In replacement for URI::Escape'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/URI-Escape-XS/metadata.xml b/dev-perl/URI-Escape-XS/metadata.xml
new file mode 100644
index 0000000..971fffa
--- /dev/null
+++ b/dev-perl/URI-Escape-XS/metadata.xml
@@ -0,0 +1,13 @@
+<?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">URI-Escape-XS</remote-id>
+ <remote-id type="cpan-module">URI::Escape::XS</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Escape-XS/
@ 2012-08-08 10:32 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
To: gentoo-commits
commit: bb8d474c5e748f7a154e9611befe0571bddccb1d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 8 09:58:58 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 8 09:58:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bb8d474c
[newversion] URI-Escape-XS-0.90.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/URI-Escape-XS/ChangeLog | 6 +++
dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild | 34 ++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dev-perl/URI-Escape-XS/ChangeLog b/dev-perl/URI-Escape-XS/ChangeLog
index 9033951..5fd9ee2 100644
--- a/dev-perl/URI-Escape-XS/ChangeLog
+++ b/dev-perl/URI-Escape-XS/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*URI-Escape-XS-0.90.0 (08 Aug 2012)
+
+ 08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+ +URI-Escape-XS-0.90.0.ebuild:
+ Version Bump
+
*URI-Escape-XS-0.80.0 (02 Aug 2012)
02 Aug 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
new file mode 100644
index 0000000..cdfba16
--- /dev/null
+++ b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DANKOGAI
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Drop-In replacement for URI::Escape'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+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:master commit in: dev-perl/URI-Escape-XS/
@ 2013-03-02 7:02 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-03-02 7:02 UTC (permalink / raw
To: gentoo-commits
commit: b2f136ecdea85a0a46cc3a474e1177fc17787716
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 2 06:51:48 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 06:51:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b2f136ec
[newversion] URI-Escape-XS-0.100.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/URI-Escape-XS/ChangeLog | 8 ++++-
.../URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild | 34 ++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletions(-)
diff --git a/dev-perl/URI-Escape-XS/ChangeLog b/dev-perl/URI-Escape-XS/ChangeLog
index 5fd9ee2..3b31cb2 100644
--- a/dev-perl/URI-Escape-XS/ChangeLog
+++ b/dev-perl/URI-Escape-XS/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/URI-Escape-XS
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*URI-Escape-XS-0.100.0 (02 Mar 2013)
+
+ 02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+ +URI-Escape-XS-0.100.0.ebuild:
+ Version Bump
+
*URI-Escape-XS-0.90.0 (08 Aug 2012)
08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild
new file mode 100644
index 0000000..353ece6
--- /dev/null
+++ b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DANKOGAI
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION='Drop-In replacement for URI::Escape'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+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:master commit in: dev-perl/URI-Escape-XS/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 7a551dc686876609379366dd0a7878b06a7358ed
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:14:08 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:14:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7a551dc6
[cleanup] URI-Escape-XS: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild | 34 ----------------------
dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild | 34 ----------------------
2 files changed, 68 deletions(-)
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
deleted file mode 100644
index 845f5df..0000000
--- a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DANKOGAI
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Drop-In replacement for URI::Escape'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
deleted file mode 100644
index cdfba16..0000000
--- a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DANKOGAI
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Drop-In replacement for URI::Escape'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-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
end of thread, other threads:[~2015-06-09 8:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 3:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Escape-XS/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-08-08 10:32 Kent Fredric
2013-03-02 7:02 Kent Fredric
2015-06-09 8:14 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox