public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/YAML-LibYAML/
@ 2012-02-08 21:57 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6e974b738568db8d025ef51629dd3e542c0ed9aa
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 19:29:51 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 19:29:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6e974b73

[cpanclean] YAML-LibYAML 0.3{3,4}0.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/YAML-LibYAML/ChangeLog                   |    6 +++++-
 dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild |   17 -----------------
 dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild |   17 -----------------
 3 files changed, 5 insertions(+), 35 deletions(-)

diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
index 0634ad1..f57e681 100644
--- a/dev-perl/YAML-LibYAML/ChangeLog
+++ b/dev-perl/YAML-LibYAML/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/YAML-LibYAML
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -YAML-LibYAML-0.330.0.ebuild, -YAML-LibYAML-0.340.0.ebuild:
+  Gone on CPAN
+
 *YAML-LibYAML-0.350.0 (04 Apr 2011)
 
   04 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild
deleted file mode 100644
index 3d54ea5..0000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION="0.33"
-inherit perl-module
-
-DESCRIPTION="YAML::LibYAML"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild
deleted file mode 100644
index 69b0d5f..0000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION="0.34"
-inherit perl-module
-
-DESCRIPTION="YAML::LibYAML"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/YAML-LibYAML/
@ 2012-04-08 10:51 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-04-08 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     edbe3f688adf69b07440feede002b91ff4eff7b3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  7 18:07:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  7 18:07:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=edbe3f68

[clean] YAML-LibYAML <=0.380.0 to match ::gentoo

(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/YAML-LibYAML/ChangeLog                   |    4 +++
 dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild |   23 ---------------------
 dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild |   20 ------------------
 3 files changed, 4 insertions(+), 43 deletions(-)

diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
index 4abae2a..bee7dba 100644
--- a/dev-perl/YAML-LibYAML/ChangeLog
+++ b/dev-perl/YAML-LibYAML/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -YAML-LibYAML-0.320.0.ebuild, -YAML-LibYAML-0.350.0.ebuild:
+  Updating to correspond with ::gentoo
+
 *YAML-LibYAML-0.380.0 (29 Feb 2012)
 
   29 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
deleted file mode 100644
index c42e29f..0000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="0.32"
-inherit perl-module
-
-DESCRIPTION="YAML::LibYAML"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-lang/perl-5.8.3
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild
deleted file mode 100644
index c9c39a8..0000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION="0.35"
-inherit perl-module
-
-DESCRIPTION="YAML::LibYAML"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/YAML-LibYAML/
@ 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:     89f5a4f0a721ec701c7283ac15b2812bbc7ef238
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 11:26:12 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 11:26:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=89f5a4f0

[newversion] YAML-LibYAML-0.380.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/YAML-LibYAML/ChangeLog                   |    6 +++
 dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild |   36 +++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
index f57e681..4abae2a 100644
--- a/dev-perl/YAML-LibYAML/ChangeLog
+++ b/dev-perl/YAML-LibYAML/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*YAML-LibYAML-0.380.0 (29 Feb 2012)
+
+  29 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +YAML-LibYAML-0.380.0.ebuild:
+  Version Bump
+
   08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   -YAML-LibYAML-0.330.0.ebuild, -YAML-LibYAML-0.340.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild
new file mode 100644
index 0000000..7c343c5
--- /dev/null
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=INGY
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION='YAML::LibYAML'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_runtime() {
+	# Filter::Util::Call
+	echo virtual/perl-Filter
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+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/YAML-LibYAML/
@ 2011-04-04  0:10 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-04  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0480da497f566760622fbbe8abd7112f6829219d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr  4 00:10:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr  4 00:10:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0480da49

[newversion] YAML-LibYAML-0.350.0

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

---
 dev-perl/YAML-LibYAML/ChangeLog                   |    6 ++++++
 dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
index c793217..0634ad1 100644
--- a/dev-perl/YAML-LibYAML/ChangeLog
+++ b/dev-perl/YAML-LibYAML/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*YAML-LibYAML-0.350.0 (04 Apr 2011)
+
+  04 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +YAML-LibYAML-0.350.0.ebuild:
+  Bump
+
 *YAML-LibYAML-0.340.0 (04 Apr 2011)
 *YAML-LibYAML-0.330.0 (04 Apr 2011)
 *YAML-LibYAML-0.320.0 (04 Apr 2011)

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild
new file mode 100644
index 0000000..c9c39a8
--- /dev/null
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=INGY
+MODULE_VERSION="0.35"
+inherit perl-module
+
+DESCRIPTION="YAML::LibYAML"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/YAML-LibYAML/
@ 2011-04-04  0:10 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-04  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cb216767c14326da26dfc736cb4a3cb01467832b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr  4 00:01:54 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr  4 00:01:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb216767

[migrate] YAML-LibYAML

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

---
 dev-perl/YAML-LibYAML/ChangeLog                    |   12 +++++++++++-
 ...AML-0.32.ebuild => YAML-LibYAML-0.320.0.ebuild} |    3 ++-
 ...AML-0.33.ebuild => YAML-LibYAML-0.330.0.ebuild} |    3 ++-
 ...AML-0.34.ebuild => YAML-LibYAML-0.340.0.ebuild} |    3 ++-
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
index 22d8ae1..c793217 100644
--- a/dev-perl/YAML-LibYAML/ChangeLog
+++ b/dev-perl/YAML-LibYAML/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/YAML-LibYAML
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*YAML-LibYAML-0.340.0 (04 Apr 2011)
+*YAML-LibYAML-0.330.0 (04 Apr 2011)
+*YAML-LibYAML-0.320.0 (04 Apr 2011)
+
+  04 Apr 2011; Kent Fredric <kentfredric@gmail.com> -YAML-LibYAML-0.32.ebuild,
+  -YAML-LibYAML-0.33.ebuild, -YAML-LibYAML-0.34.ebuild,
+  +YAML-LibYAML-0.320.0.ebuild, +YAML-LibYAML-0.330.0.ebuild,
+  +YAML-LibYAML-0.340.0.ebuild:
+  Migrate to x.y.z
+
 *YAML-LibYAML-0.34 (27 Sep 2010)
 
   27 Sep 2010; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.32.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
similarity index 84%
rename from dev-perl/YAML-LibYAML/YAML-LibYAML-0.32.ebuild
rename to dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
index 905ae77..c42e29f 100644
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.32.ebuild
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=NUFFIN
+MODULE_VERSION="0.32"
 inherit perl-module
 
 DESCRIPTION="YAML::LibYAML"

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.33.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild
similarity index 77%
rename from dev-perl/YAML-LibYAML/YAML-LibYAML-0.33.ebuild
rename to dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild
index 04ad3a3..3d54ea5 100644
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.33.ebuild
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.330.0.ebuild
@@ -1,10 +1,11 @@
-# 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=INGY
+MODULE_VERSION="0.33"
 inherit perl-module
 
 DESCRIPTION="YAML::LibYAML"

diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.34.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild
similarity index 77%
rename from dev-perl/YAML-LibYAML/YAML-LibYAML-0.34.ebuild
rename to dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild
index 04ad3a3..69b0d5f 100644
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.34.ebuild
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.340.0.ebuild
@@ -1,10 +1,11 @@
-# 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=INGY
+MODULE_VERSION="0.34"
 inherit perl-module
 
 DESCRIPTION="YAML::LibYAML"



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

end of thread, other threads:[~2012-04-08 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 21:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/YAML-LibYAML/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-04-08 10:51 Kent Fredric
2012-02-29 12:06 Kent Fredric
2011-04-04  0:10 Kent Fredric
2011-04-04  0: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