* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Socket/
@ 2011-12-06 8:17 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-12-06 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 4018637324f730667c1738733a51ee142e0f8680
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Dec 6 02:02:32 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Dec 6 02:02:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=40186373
[added] virtual perl-Socket for IO-Socket-IP
(Portage version: 2.2.0_alpha79/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BD86D695)
---
virtual/perl-Socket/ChangeLog | 14 ++++++++++++
virtual/perl-Socket/metadata.xml | 5 ++++
virtual/perl-Socket/perl-Socket-1.820.0.ebuild | 23 ++++++++++++++++++++
.../perl-Socket/perl-Socket-1.870.100_rc.ebuild | 23 ++++++++++++++++++++
virtual/perl-Socket/perl-Socket-1.940.0.ebuild | 23 ++++++++++++++++++++
virtual/perl-Socket/perl-Socket-1.950.0.ebuild | 17 ++++++++++++++
6 files changed, 105 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-Socket/ChangeLog b/virtual/perl-Socket/ChangeLog
new file mode 100644
index 0000000..05ca897
--- /dev/null
+++ b/virtual/perl-Socket/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for virtual/perl-Socket
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-Socket-1.950.0 (06 Dec 2011)
+*perl-Socket-1.940.0 (06 Dec 2011)
+*perl-Socket-1.870.100_rc (06 Dec 2011)
+*perl-Socket-1.820.0 (06 Dec 2011)
+
+ 06 Dec 2011; Kent Fredric <kentfredric@gmail.com>
+ +perl-Socket-1.820.0.ebuild, +perl-Socket-1.870.100_rc.ebuild,
+ +perl-Socket-1.940.0.ebuild, +perl-Socket-1.950.0.ebuild, +metadata.xml:
+ Added becauise IO-Socket-IP needs a specific minimum version
+
diff --git a/virtual/perl-Socket/metadata.xml b/virtual/perl-Socket/metadata.xml
new file mode 100644
index 0000000..fcd994b
--- /dev/null
+++ b/virtual/perl-Socket/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>
diff --git a/virtual/perl-Socket/perl-Socket-1.820.0.ebuild b/virtual/perl-Socket/perl-Socket-1.820.0.ebuild
new file mode 100644
index 0000000..8c63282
--- /dev/null
+++ b/virtual/perl-Socket/perl-Socket-1.820.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Socket"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ ~dev-lang/perl-5.10.1
+ !perl-core/Socket
+ )
+ ~perl-core/Socket-${PV}
+ )
+"
diff --git a/virtual/perl-Socket/perl-Socket-1.870.100_rc.ebuild b/virtual/perl-Socket/perl-Socket-1.870.100_rc.ebuild
new file mode 100644
index 0000000..4b3d68d
--- /dev/null
+++ b/virtual/perl-Socket/perl-Socket-1.870.100_rc.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Socket"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ || ( ~dev-lang/perl-5.12.4 ~dev-lang/perl-5.12.3 )
+ !perl-core/Socket
+ )
+ ~perl-core/Socket-${PV}
+ )
+"
diff --git a/virtual/perl-Socket/perl-Socket-1.940.0.ebuild b/virtual/perl-Socket/perl-Socket-1.940.0.ebuild
new file mode 100644
index 0000000..f23252f
--- /dev/null
+++ b/virtual/perl-Socket/perl-Socket-1.940.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Socket"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ =dev-lang/perl-5.14*
+ !perl-core/Socket
+ )
+ ~perl-core/Socket-${PV}
+ )
+"
diff --git a/virtual/perl-Socket/perl-Socket-1.950.0.ebuild b/virtual/perl-Socket/perl-Socket-1.950.0.ebuild
new file mode 100644
index 0000000..f70c6f8
--- /dev/null
+++ b/virtual/perl-Socket/perl-Socket-1.950.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Socket"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ ~perl-core/Socket-${PV}
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Socket/
@ 2012-02-27 0:20 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-27 0:20 UTC (permalink / raw
To: gentoo-commits
commit: 7af6fe9c3f8135480a5e8d550bf7fce8355d2eb7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 00:05:11 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 00:05:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7af6fe9c
[newversion] virtual/Socket-1.990.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
virtual/perl-Socket/ChangeLog | 8 +++++++-
virtual/perl-Socket/perl-Socket-1.990.0.ebuild | 17 +++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/virtual/perl-Socket/ChangeLog b/virtual/perl-Socket/ChangeLog
index 05ca897..7cad9c6 100644
--- a/virtual/perl-Socket/ChangeLog
+++ b/virtual/perl-Socket/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for virtual/perl-Socket
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-Socket-1.990.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +perl-Socket-1.990.0.ebuild:
+ Version Bump
+
*perl-Socket-1.950.0 (06 Dec 2011)
*perl-Socket-1.940.0 (06 Dec 2011)
*perl-Socket-1.870.100_rc (06 Dec 2011)
diff --git a/virtual/perl-Socket/perl-Socket-1.990.0.ebuild b/virtual/perl-Socket/perl-Socket-1.990.0.ebuild
new file mode 100644
index 0000000..609a51c
--- /dev/null
+++ b/virtual/perl-Socket/perl-Socket-1.990.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Socket"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ ~perl-core/Socket-${PV}
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Socket/
@ 2012-02-27 0:20 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-27 0:20 UTC (permalink / raw
To: gentoo-commits
commit: e5b21a5d30cfcd985b30789ee637b215388a7bc1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 00:06:09 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 00:06:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5b21a5d
[cpanclean] virtual/Socket-1.950.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
virtual/perl-Socket/ChangeLog | 4 ++++
virtual/perl-Socket/perl-Socket-1.950.0.ebuild | 17 -----------------
2 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/virtual/perl-Socket/ChangeLog b/virtual/perl-Socket/ChangeLog
index 7cad9c6..368c81b 100644
--- a/virtual/perl-Socket/ChangeLog
+++ b/virtual/perl-Socket/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -perl-Socket-1.950.0.ebuild:
+ Gone On CPAN
+
*perl-Socket-1.990.0 (27 Feb 2012)
27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/virtual/perl-Socket/perl-Socket-1.950.0.ebuild b/virtual/perl-Socket/perl-Socket-1.950.0.ebuild
deleted file mode 100644
index f70c6f8..0000000
--- a/virtual/perl-Socket/perl-Socket-1.950.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: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Socket"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- ~perl-core/Socket-${PV}
-"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Socket/
@ 2012-04-06 20:43 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-04-06 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 6d8a059b0f5dacc8cd998bc5c2600f6a4ffbc3f1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 6 20:06:56 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 6 20:06:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d8a059b
[newversion] virtual/perl-Socket-2.1.0
(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
virtual/perl-Socket/ChangeLog | 5 +++++
virtual/perl-Socket/perl-Socket-2.1.0.ebuild | 17 +++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-Socket/ChangeLog b/virtual/perl-Socket/ChangeLog
index 368c81b..8c116dc 100644
--- a/virtual/perl-Socket/ChangeLog
+++ b/virtual/perl-Socket/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-Socket-2.1.0 (06 Apr 2012)
+
+ 06 Apr 2012; Kent Fredric <kentfredric@gmail.com> +perl-Socket-2.1.0.ebuild:
+ Version Bump
+
27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
-perl-Socket-1.950.0.ebuild:
Gone On CPAN
diff --git a/virtual/perl-Socket/perl-Socket-2.1.0.ebuild b/virtual/perl-Socket/perl-Socket-2.1.0.ebuild
new file mode 100644
index 0000000..609a51c
--- /dev/null
+++ b/virtual/perl-Socket/perl-Socket-2.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Socket"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ ~perl-core/Socket-${PV}
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Socket/
@ 2012-06-10 7:17 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-10 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 3442fc2ef3d3fd23b70d9464b23cb8c5156e4f79
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 06:59:52 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 10 06:59:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3442fc2e
[newversion] perl-Socket-2.2.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
virtual/perl-Socket/ChangeLog | 10 ++++++++++
....940.0.ebuild => perl-Socket-1.940.0-r1.ebuild} | 5 +++--
...-1.940.0.ebuild => perl-Socket-2.1.0-r1.ebuild} | 4 ++--
...ocket-2.1.0.ebuild => perl-Socket-2.2.0.ebuild} | 0
4 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/virtual/perl-Socket/ChangeLog b/virtual/perl-Socket/ChangeLog
index 8c116dc..59d2d08 100644
--- a/virtual/perl-Socket/ChangeLog
+++ b/virtual/perl-Socket/ChangeLog
@@ -2,6 +2,16 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-Socket-2.2.0 (10 Jun 2012)
+*perl-Socket-2.1.0-r1 (10 Jun 2012)
+*perl-Socket-1.940.0-r1 (10 Jun 2012)
+
+ 10 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+ -perl-Socket-1.940.0.ebuild, +perl-Socket-1.940.0-r1.ebuild,
+ -perl-Socket-2.1.0.ebuild, +perl-Socket-2.1.0-r1.ebuild,
+ +perl-Socket-2.2.0.ebuild:
+ Version Bump
+
*perl-Socket-2.1.0 (06 Apr 2012)
06 Apr 2012; Kent Fredric <kentfredric@gmail.com> +perl-Socket-2.1.0.ebuild:
diff --git a/virtual/perl-Socket/perl-Socket-1.940.0.ebuild b/virtual/perl-Socket/perl-Socket-1.940.0-r1.ebuild
similarity index 81%
copy from virtual/perl-Socket/perl-Socket-1.940.0.ebuild
copy to virtual/perl-Socket/perl-Socket-1.940.0-r1.ebuild
index f23252f..b30fb23 100644
--- a/virtual/perl-Socket/perl-Socket-1.940.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-1.940.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
@@ -15,7 +15,8 @@ DEPEND=""
RDEPEND="
|| (
(
- =dev-lang/perl-5.14*
+ >=dev-lang/perl-5.13.10
+ <=dev-lang/perl-5.15.2
!perl-core/Socket
)
~perl-core/Socket-${PV}
diff --git a/virtual/perl-Socket/perl-Socket-1.940.0.ebuild b/virtual/perl-Socket/perl-Socket-2.1.0-r1.ebuild
similarity index 86%
rename from virtual/perl-Socket/perl-Socket-1.940.0.ebuild
rename to virtual/perl-Socket/perl-Socket-2.1.0-r1.ebuild
index f23252f..f8407b6 100644
--- a/virtual/perl-Socket/perl-Socket-1.940.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
@@ -15,7 +15,7 @@ DEPEND=""
RDEPEND="
|| (
(
- =dev-lang/perl-5.14*
+ >=dev-lang/perl-5.16.0
!perl-core/Socket
)
~perl-core/Socket-${PV}
diff --git a/virtual/perl-Socket/perl-Socket-2.1.0.ebuild b/virtual/perl-Socket/perl-Socket-2.2.0.ebuild
similarity index 100%
rename from virtual/perl-Socket/perl-Socket-2.1.0.ebuild
rename to virtual/perl-Socket/perl-Socket-2.2.0.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-10 7:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 0:20 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Socket/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-06-10 7:17 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-27 0:20 Kent Fredric
2011-12-06 8:17 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox