public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Diff-Parser/
@ 2011-03-15  1:10 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-15  1:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5c3368557103a9edcfecd7c36167881dfad04ce1
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 16:33:01 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:50:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c336855

[import] ( dwc:Text-Diff-Parser) Bump, convert to EAPI=2, and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

---
 dev-perl/Text-Diff-Parser/ChangeLog                |   11 +++++++++++
 .../Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild  |   20 --------------------
 .../Text-Diff-Parser-0.0900.ebuild                 |   20 ++++++++++++++++++++
 dev-perl/Text-Diff-Parser/metadata.xml             |    9 +++++++++
 4 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/dev-perl/Text-Diff-Parser/ChangeLog b/dev-perl/Text-Diff-Parser/ChangeLog
new file mode 100644
index 0000000..c87a1da
--- /dev/null
+++ b/dev-perl/Text-Diff-Parser/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/Text-Diff-Parser
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Text-Diff-Parser-0.0900 (09 Jul 2009)
+
+  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  -Text-Diff-Parser-0.08.ebuild, +Text-Diff-Parser-0.0900.ebuild,
+  +metadata.xml:
+  Bump, convert to EAPI=2, and add metadata.xml
+

diff --git a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild
deleted file mode 100644
index 9a3ddcf..0000000
--- a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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="Parse patch files containing unified and standard diffs"
-HOMEPAGE="http://search.cpan.org/dist/Text-Diff-Parser/"
-SRC_URI="mirror://cpan/authors/id/G/GW/GWYN/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="mirror"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.0900.ebuild b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.0900.ebuild
new file mode 100644
index 0000000..2ccfa63
--- /dev/null
+++ b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.0900.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=GWYN
+inherit perl-module
+
+DESCRIPTION="Parse patch files containing unified and standard diffs"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Text-Diff-Parser/metadata.xml b/dev-perl/Text-Diff-Parser/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Text-Diff-Parser/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] 4+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Diff-Parser/
@ 2011-03-15  1:10 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-15  1:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7baee84b546b33b0f4983e55859cda7d3666040e
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: Tue Mar 15 00:50:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7baee84b

[import] ( dwc:Text-Diff-Parser) Add remaning ebuilds from my perl-other overlay

---
 .../Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild  |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild
new file mode 100644
index 0000000..9a3ddcf
--- /dev/null
+++ b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.08.ebuild
@@ -0,0 +1,20 @@
+# 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="Parse patch files containing unified and standard diffs"
+HOMEPAGE="http://search.cpan.org/dist/Text-Diff-Parser/"
+SRC_URI="mirror://cpan/authors/id/G/GW/GWYN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Diff-Parser/
@ 2011-03-15  1:10 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-15  1:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e7f37080607eed282ecc09eb14495ab22c1e90f5
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Fri Sep 11 15:52:09 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:50:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e7f37080

[import] ( dwc:Text-Diff-Parser) Bump Text-Diff-Parser to 0.1001
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

---
 dev-perl/Text-Diff-Parser/ChangeLog                |    6 ++++++
 .../Text-Diff-Parser-0.1001.ebuild                 |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Text-Diff-Parser/ChangeLog b/dev-perl/Text-Diff-Parser/ChangeLog
index c87a1da..6f55c60 100644
--- a/dev-perl/Text-Diff-Parser/ChangeLog
+++ b/dev-perl/Text-Diff-Parser/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Text-Diff-Parser-0.1001 (11 Sep 2009)
+
+  11 Sep 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  +Text-Diff-Parser-0.1001.ebuild:
+  Bump Text-Diff-Parser to 0.1001
+
 *Text-Diff-Parser-0.0900 (09 Jul 2009)
 
   09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>

diff --git a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.1001.ebuild b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.1001.ebuild
new file mode 100644
index 0000000..2ccfa63
--- /dev/null
+++ b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.1001.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=GWYN
+inherit perl-module
+
+DESCRIPTION="Parse patch files containing unified and standard diffs"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Diff-Parser/
@ 2011-03-15  1:10 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-15  1:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c686d4943d4cb1a08043be6c661972c2b761d591
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 00:49:57 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:50:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c686d494

[fix/migrate] Text-Diff-Parser

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Text-Diff-Parser/ChangeLog                |   10 +++++++++-
 ...00.ebuild => Text-Diff-Parser-0.100.100.ebuild} |    5 +++--
 ....1001.ebuild => Text-Diff-Parser-0.90.0.ebuild} |    5 +++--
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Text-Diff-Parser/ChangeLog b/dev-perl/Text-Diff-Parser/ChangeLog
index 6f55c60..0329a48 100644
--- a/dev-perl/Text-Diff-Parser/ChangeLog
+++ b/dev-perl/Text-Diff-Parser/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/Text-Diff-Parser
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Text-Diff-Parser-0.100.100 (15 Mar 2011)
+*Text-Diff-Parser-0.90.0 (15 Mar 2011)
+
+  15 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Text-Diff-Parser-0.90.0.ebuild, +Text-Diff-Parser-0.100.100.ebuild,
+  -Text-Diff-Parser-0.0900.ebuild, -Text-Diff-Parser-0.1001.ebuild:
+  Migrate, EAPI3, Check
+
 *Text-Diff-Parser-0.1001 (11 Sep 2009)
 
   11 Sep 2009; Daniel Westermann-Clark <dwc@pobox.com>

diff --git a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.0900.ebuild b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.100.100.ebuild
similarity index 83%
rename from dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.0900.ebuild
rename to dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.100.100.ebuild
index 2ccfa63..99cea4e 100644
--- a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.0900.ebuild
+++ b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.100.100.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=3
 
 MODULE_AUTHOR=GWYN
+MODULE_VERSION="0.1001"
 inherit perl-module
 
 DESCRIPTION="Parse patch files containing unified and standard diffs"

diff --git a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.1001.ebuild b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.90.0.ebuild
similarity index 83%
rename from dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.1001.ebuild
rename to dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.90.0.ebuild
index 2ccfa63..20fff67 100644
--- a/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.1001.ebuild
+++ b/dev-perl/Text-Diff-Parser/Text-Diff-Parser-0.90.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=3
 
 MODULE_AUTHOR=GWYN
+MODULE_VERSION="0.0900"
 inherit perl-module
 
 DESCRIPTION="Parse patch files containing unified and standard diffs"



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

end of thread, other threads:[~2011-03-15  1:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15  1:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Diff-Parser/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-03-15  1:10 Kent Fredric
2011-03-15  1:10 Kent Fredric
2011-03-15  1:10 Kent Fredric

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