* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Number-Bytes-Human/
@ 2013-03-02 7:02 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-03-02 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 59a8017a793aaf511aa76c553e24cb54d3c197d4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 2 05:08:02 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 05:08:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59a8017a
Migrate Number-Bytes-Human to x.y.z
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Number-Bytes-Human/ChangeLog | 10 ++++++++++
....07.ebuild => Number-Bytes-Human-0.70.0.ebuild} | 3 ++-
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Number-Bytes-Human/ChangeLog b/dev-perl/Number-Bytes-Human/ChangeLog
new file mode 100644
index 0000000..6fe966e
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Number-Bytes-Human
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Number-Bytes-Human-0.70.0 (02 Mar 2013)
+
+ 02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+ -Number-Bytes-Human-0.07.ebuild, +Number-Bytes-Human-0.70.0.ebuild:
+ Migrate to x.y.z
+
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.07.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.70.0.ebuild
similarity index 81%
rename from dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.07.ebuild
rename to dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.70.0.ebuild
index 6789089..ea0eb49 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.07.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.70.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=FERREIRA
+MODULE_VERSION="0.07"
inherit perl-module
DESCRIPTION="Convert byte count to human readable format."
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Number-Bytes-Human/
@ 2013-03-02 7:02 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-03-02 7:02 UTC (permalink / raw
To: gentoo-commits
commit: c779bd5d514d35fdaea3839e224f8a0e0485d852
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 2 05:18:57 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 05:18:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c779bd5d
[newversion] Number-Bytes-Human-0.90.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Number-Bytes-Human/ChangeLog | 6 +++
.../Number-Bytes-Human-0.90.0.ebuild | 38 ++++++++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Number-Bytes-Human/ChangeLog b/dev-perl/Number-Bytes-Human/ChangeLog
index 6fe966e..c4930a2 100644
--- a/dev-perl/Number-Bytes-Human/ChangeLog
+++ b/dev-perl/Number-Bytes-Human/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Number-Bytes-Human-0.90.0 (02 Mar 2013)
+
+ 02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+ +Number-Bytes-Human-0.90.0.ebuild:
+ Version Bump
+
*Number-Bytes-Human-0.70.0 (02 Mar 2013)
02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.90.0.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.90.0.ebuild
new file mode 100644
index 0000000..288644f
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.90.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOBERT
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Convert byte count to human readable format'
+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() {
+ # Carp
+ # echo dev-lang/perl
+ # POSIX
+ # echo dev-lang/perl
+ # 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] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Number-Bytes-Human/
@ 2020-08-25 22:49 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 5bb4f2275785200c472a118f01016a8d9ee2a1fb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:16:17 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:40 2020 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5bb4f227
dev-perl/Number-Bytes-Human: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Number-Bytes-Human-0.90.0.ebuild | 38 ----------------------
dev-perl/Number-Bytes-Human/metadata.xml | 16 ---------
2 files changed, 54 deletions(-)
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.90.0.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.90.0.ebuild
deleted file mode 100644
index cba05bb5c..000000000
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.90.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DAGOBERT
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Convert byte count to human readable format'
-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() {
- # Carp
- # echo dev-lang/perl
- # POSIX
- # echo dev-lang/perl
- # 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/Number-Bytes-Human/metadata.xml b/dev-perl/Number-Bytes-Human/metadata.xml
deleted file mode 100644
index bf3bc4583..000000000
--- a/dev-perl/Number-Bytes-Human/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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>mb@italpro.net</email>
- <name>Michele Beltrame</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Number-Bytes-Human</remote-id>
- <remote-id type="cpan-module">Number::Bytes::Human</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-25 22:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-02 7:02 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Number-Bytes-Human/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 Kent Fredric
2013-03-02 7:02 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox