* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-EOL/
@ 2012-09-17 10:30 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 27d53c41b468c02d1bc4d94ce15db2f45d05cf20
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 09:54:34 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 09:54:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=27d53c41
[newversion] Test-EOL-1.500.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-EOL/ChangeLog | 5 +++
dev-perl/Test-EOL/Test-EOL-1.500.0.ebuild | 52 +++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-EOL/ChangeLog b/dev-perl/Test-EOL/ChangeLog
index 3e58767..0449e3f 100644
--- a/dev-perl/Test-EOL/ChangeLog
+++ b/dev-perl/Test-EOL/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-EOL-1.500.0 (17 Sep 2012)
+
+ 17 Sep 2012; Kent Fredric <kentfredric@gmail.com> +Test-EOL-1.500.0.ebuild:
+ Version Bump
+
*Test-EOL-1.300.0 (23 Jun 2012)
23 Jun 2012; Kent Fredric <kentfredric@gmail.com> +Test-EOL-1.300.0.ebuild:
diff --git a/dev-perl/Test-EOL/Test-EOL-1.500.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.500.0.ebuild
new file mode 100644
index 0000000..e909965
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-1.500.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=1.5
+inherit perl-module
+
+DESCRIPTION='Check the correct line endings in your project'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Cwd
+ echo virtual/perl-File-Spec
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # strict
+ echo dev-lang/perl
+ # vars
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Config
+ #echo unresolved
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # FindBin
+ echo dev-lang/perl
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-EOL/
@ 2016-03-08 18:16 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-03-08 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 703eac18d7ae3ccf48220831aefe2fbf03f1621c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 8 18:13:21 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 8 18:13:21 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=703eac18
dev-perl/Test-EOL: remove, gone to ::gentoo
dev-perl/Test-EOL/Test-EOL-1.500.0-r1.ebuild | 51 ----------------------------
dev-perl/Test-EOL/metadata.xml | 16 ---------
2 files changed, 67 deletions(-)
diff --git a/dev-perl/Test-EOL/Test-EOL-1.500.0-r1.ebuild b/dev-perl/Test-EOL/Test-EOL-1.500.0-r1.ebuild
deleted file mode 100644
index 9093472..0000000
--- a/dev-perl/Test-EOL/Test-EOL-1.500.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=1.5
-inherit perl-module
-
-DESCRIPTION='Check the correct line endings in your project'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Cwd
- echo virtual/perl-File-Spec
- # File::Find
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # Test::Builder
- echo virtual/perl-Test-Simple
- # strict
- echo dev-lang/perl
- # vars
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Config
- #echo unresolved
- # File::Temp
- echo virtual/perl-File-Temp
- # FindBin
- echo dev-lang/perl
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/Test-EOL/metadata.xml b/dev-perl/Test-EOL/metadata.xml
deleted file mode 100644
index 06e1306..0000000
--- a/dev-perl/Test-EOL/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Test-EOL</remote-id>
- <remote-id type="cpan-module">Test::EOL</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-EOL/
@ 2012-06-23 16:39 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-23 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 742f0c4aa83ecf7c416fb520c5ab52320228750c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 16:37:03 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 16:37:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=742f0c4a
[newversion] Test-EOL-1.300.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-EOL/ChangeLog | 5 +++
dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-EOL/ChangeLog b/dev-perl/Test-EOL/ChangeLog
index 313aa6e..3e58767 100644
--- a/dev-perl/Test-EOL/ChangeLog
+++ b/dev-perl/Test-EOL/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-EOL-1.300.0 (23 Jun 2012)
+
+ 23 Jun 2012; Kent Fredric <kentfredric@gmail.com> +Test-EOL-1.300.0.ebuild:
+ Version Bump
+
*Test-EOL-1.100.0 (29 Feb 2012)
29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Test-EOL-1.100.0.ebuild:
diff --git a/dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild
new file mode 100644
index 0000000..f3545e3
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=1.3
+inherit perl-module
+
+DESCRIPTION='Check the correct line endings in your project'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # FindBin
+ echo dev-lang/perl
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # strict
+ echo dev-lang/perl
+ # vars
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Config
+ #echo unresolved
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-EOL/
@ 2012-02-29 12:06 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 3d216eaa289ce08ccb7b42ae52a8c81ea6877d28
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 07:31:40 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 07:31:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3d216eaa
[newversion] Test-EOL-1.100.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-EOL/ChangeLog | 7 +++-
dev-perl/Test-EOL/Test-EOL-1.100.0.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Test-EOL/ChangeLog b/dev-perl/Test-EOL/ChangeLog
index 6465e22..313aa6e 100644
--- a/dev-perl/Test-EOL/ChangeLog
+++ b/dev-perl/Test-EOL/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Test-EOL
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-EOL-1.100.0 (29 Feb 2012)
+
+ 29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Test-EOL-1.100.0.ebuild:
+ Version Bump
+
*Test-EOL-0.900.0 (31 Oct 2011)
31 Oct 2011; Kent Fredric <kentfredric@gmail.com> -Test-EOL-0.9.ebuild,
diff --git a/dev-perl/Test-EOL/Test-EOL-1.100.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.100.0.ebuild
new file mode 100644
index 0000000..4112359
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-1.100.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RIBASUSHI
+MODULE_VERSION=1.1
+inherit perl-module
+
+DESCRIPTION='Check the correct line endings in your project'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # FindBin
+ echo dev-lang/perl
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # strict
+ echo dev-lang/perl
+ # vars
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Config
+ #echo unresolved
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-EOL/
@ 2011-10-31 4:52 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-10-31 4:52 UTC (permalink / raw
To: gentoo-commits
commit: 03f760f3703ea88ff6d5d51a4dbe86c171fa0640
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 03:11:48 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 31 03:11:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=03f760f3
[migrate] Test-EOL
(Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Test-EOL/ChangeLog | 8 +++++++-
...Test-EOL-0.9.ebuild => Test-EOL-0.900.0.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-EOL/ChangeLog b/dev-perl/Test-EOL/ChangeLog
index 5aa0d0f..6465e22 100644
--- a/dev-perl/Test-EOL/ChangeLog
+++ b/dev-perl/Test-EOL/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Test-EOL
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-EOL-0.900.0 (31 Oct 2011)
+
+ 31 Oct 2011; Kent Fredric <kentfredric@gmail.com> -Test-EOL-0.9.ebuild,
+ +Test-EOL-0.900.0.ebuild:
+ Migrate to x.y.z
+
*Test-EOL-0.9 (23 Aug 2010)
23 Aug 2010; Kent Fredric <kentfredric@gmail.com> +Test-EOL-0.9.ebuild,
diff --git a/dev-perl/Test-EOL/Test-EOL-0.9.ebuild b/dev-perl/Test-EOL/Test-EOL-0.900.0.ebuild
similarity index 88%
rename from dev-perl/Test-EOL/Test-EOL-0.9.ebuild
rename to dev-perl/Test-EOL/Test-EOL-0.900.0.ebuild
index e5847c8..86c8508 100644
--- a/dev-perl/Test-EOL/Test-EOL-0.9.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-0.900.0.ebuild
@@ -1,8 +1,9 @@
-# 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=FLORA
+MODULE_VERSION="0.9"
inherit perl-module
DESCRIPTION="Check the correct line endings in your project"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-08 18:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 10:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-EOL/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-03-08 18:16 Kent Fredric
2012-06-23 16:39 Kent Fredric
2012-02-29 12:06 Kent Fredric
2011-10-31 4:52 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox