* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Bone-Easy/
@ 2012-11-05 23:23 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 90381d49a292b488cc159a2fb7063654b7e56657
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 5 22:06:51 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 22:08:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=90381d49
[import/dwc/bone-easy] reash 0.04 as 0.40.0 , update metadata, import done
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
...ne-Easy-0.04.ebuild => Bone-Easy-0.40.0.ebuild} | 23 ++++++++++---------
dev-perl/Bone-Easy/ChangeLog | 8 ++++++-
dev-perl/Bone-Easy/metadata.xml | 9 +++++++
3 files changed, 28 insertions(+), 12 deletions(-)
diff --git a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild b/dev-perl/Bone-Easy/Bone-Easy-0.40.0.ebuild
similarity index 52%
rename from dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
rename to dev-perl/Bone-Easy/Bone-Easy-0.40.0.ebuild
index c4834b5..d5afb28 100644
--- a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
+++ b/dev-perl/Bone-Easy/Bone-Easy-0.40.0.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
-EAPI=2
-
+EAPI=5
MODULE_AUTHOR=MSCHWERN
+MODULE_VERSION=0.04
inherit perl-module
-DESCRIPTION="Perl module for generating pickup lines"
-
+DESCRIPTION='Perl module for generating pickup lines.'
+LICENSE="GPL-2"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="
+
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Bone-Easy/ChangeLog b/dev-perl/Bone-Easy/ChangeLog
index 59f5403..d9244ff 100644
--- a/dev-perl/Bone-Easy/ChangeLog
+++ b/dev-perl/Bone-Easy/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Bone-Easy
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Bone-Easy-0.40.0 (05 Nov 2012)
+
+ 05 Nov 2012; Kent Fredric <kentfredric@gmail.com> -Bone-Easy-0.04.ebuild,
+ +Bone-Easy-0.40.0.ebuild, metadata.xml:
+ Rehash from scratch, migrate to x.y.z, update metadata
+
08 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
Bone-Easy-0.04.ebuild, +metadata.xml:
Convert to EAPI=2 and add metadata.xml
diff --git a/dev-perl/Bone-Easy/metadata.xml b/dev-perl/Bone-Easy/metadata.xml
index 743b271..7e150fc 100644
--- a/dev-perl/Bone-Easy/metadata.xml
+++ b/dev-perl/Bone-Easy/metadata.xml
@@ -6,4 +6,13 @@
<email>dwc@pobox.com</email>
<name>Daniel Westermann-Clark</name>
</maintainer>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Bone-Easy</remote-id>
+ <remote-id type="cpan-module">Bone::Easy</remote-id>
+ <remote-id type="cpan-module">Bone::Easy::Rules</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Bone-Easy/
@ 2012-11-05 23:23 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 9e5505409acb627c5340eeb5c681e2e102161248
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 21:03:48 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 22:08:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9e550540
[import/dwc/bone-easy] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild | 17 +++++++++--------
dev-perl/Bone-Easy/ChangeLog | 8 ++++++++
dev-perl/Bone-Easy/metadata.xml | 9 +++++++++
3 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
index bc03acc..c4834b5 100644
--- a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
+++ b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
@@ -1,18 +1,19 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=MSCHWERN
inherit perl-module
DESCRIPTION="Perl module for generating pickup lines"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
IUSE=""
-RDEPEND="dev-lang/perl"
+RDEPEND=""
DEPEND="${RDEPEND}"
diff --git a/dev-perl/Bone-Easy/ChangeLog b/dev-perl/Bone-Easy/ChangeLog
new file mode 100644
index 0000000..59f5403
--- /dev/null
+++ b/dev-perl/Bone-Easy/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Bone-Easy
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 08 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ Bone-Easy-0.04.ebuild, +metadata.xml:
+ Convert to EAPI=2 and add metadata.xml
+
diff --git a/dev-perl/Bone-Easy/metadata.xml b/dev-perl/Bone-Easy/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Bone-Easy/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Bone-Easy/
@ 2012-11-05 23:23 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 989f7e457c316a128a773bfd3abaa249b8b942dc
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 15:43:12 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 22:08:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=989f7e45
[import/dwc/bone-easy] Add remaning ebuilds from my perl-other overlay
---
dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
new file mode 100644
index 0000000..bc03acc
--- /dev/null
+++ b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild
@@ -0,0 +1,18 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Perl module for generating pickup lines"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="nomirror"
+
+IUSE=""
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-05 23:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 23:23 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Bone-Easy/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-11-05 23:23 Kent Fredric
2012-11-05 23:23 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox