* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2011-04-03 23:33 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-03 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 2a470a94defd6e29787b7a5e7fe4a34aa0956552
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 22:02:38 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 3 22:02:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a470a94
[added] experiemental virtual for IPC::SysV
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0A0CB301)
---
virtual/perl-IPC-SysV/ChangeLog | 11 ++++++++++
virtual/perl-IPC-SysV/metadata.xml | 5 ++++
virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild | 22 +++++++++++++++++++++
virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild | 15 ++++++++++++++
4 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-IPC-SysV/ChangeLog b/virtual/perl-IPC-SysV/ChangeLog
new file mode 100644
index 0000000..24dbee4
--- /dev/null
+++ b/virtual/perl-IPC-SysV/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for virtual/perl-IPC-SysV
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-IPC-SysV-2.30.0 (03 Apr 2011)
+*perl-IPC-SysV-2.10.0 (03 Apr 2011)
+
+ 03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +perl-IPC-SysV-2.10.0.ebuild, +perl-IPC-SysV-2.30.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/virtual/perl-IPC-SysV/metadata.xml b/virtual/perl-IPC-SysV/metadata.xml
new file mode 100644
index 0000000..fcd994b
--- /dev/null
+++ b/virtual/perl-IPC-SysV/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-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild
new file mode 100644
index 0000000..3b0c144
--- /dev/null
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild
@@ -0,0 +1,22 @@
+# 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/IPC-SysV"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ ~dev-lang/perl-5.12.3
+ ~dev-lang/perl-5.12.2
+ ~dev-lang/perl-5.10.1
+ )
+ !perl-core/IPC-SysV
+"
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
new file mode 100644
index 0000000..b6e6ade
--- /dev/null
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
@@ -0,0 +1,15 @@
+# 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/IPC-SysV"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/IPC-SysV-${PV}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2011-04-20 22:02 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-20 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 5fb1178bbb979da39bc20cfc3f53ce28feaf6e2e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:48:11 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 22:02:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5fb1178b
[fix] perl-IPC-SysV-2.30.0 += 5.14
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
virtual/perl-IPC-SysV/ChangeLog | 4 ++++
virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/virtual/perl-IPC-SysV/ChangeLog b/virtual/perl-IPC-SysV/ChangeLog
index 24dbee4..597c02d 100644
--- a/virtual/perl-IPC-SysV/ChangeLog
+++ b/virtual/perl-IPC-SysV/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ perl-IPC-SysV-2.30.0.ebuild:
+ Added 5.14
+
*perl-IPC-SysV-2.30.0 (03 Apr 2011)
*perl-IPC-SysV-2.10.0 (03 Apr 2011)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
index b6e6ade..99f8065 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/IPC-SysV-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~perl-core/IPC-SysV-${PV} )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2011-06-17 0:30 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-06-17 0:30 UTC (permalink / raw
To: gentoo-commits
commit: b4ae3581f78ef2068b5f8da2d821506d7e40e0ba
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 17 00:15:09 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 17 00:28:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b4ae3581
[updatevirtual] Update perl-IPC-SysV for perl-5.14.1 by using =perl-5.14* rule
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
virtual/perl-IPC-SysV/ChangeLog | 6 ++++++
....30.0.ebuild => perl-IPC-SysV-2.30.0-r1.ebuild} | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/virtual/perl-IPC-SysV/ChangeLog b/virtual/perl-IPC-SysV/ChangeLog
index 9fe8e70..c2cbecd 100644
--- a/virtual/perl-IPC-SysV/ChangeLog
+++ b/virtual/perl-IPC-SysV/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-IPC-SysV-2.30.0-r1 (17 Jun 2011)
+
+ 17 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+ -perl-IPC-SysV-2.30.0.ebuild, +perl-IPC-SysV-2.30.0-r1.ebuild:
+ Update for perl-5.14.1 with star-match
+
24 May 2011; Kent Fredric <kentfredric@gmail.com>
perl-IPC-SysV-2.30.0.ebuild:
Remove _rc1 references and fix to be 5.14.0 friendly
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild
similarity index 85%
rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild
index 5cb484c..d388f6d 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/IPC-SysV-${PV} )"
+RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2014-09-06 9:52 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-09-06 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 9d71c7b75f14b61bb0cc9f0bc073436daaf63f95
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 6 08:22:03 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 6 08:22:03 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9d71c7b7
[fixup] virtual/perl-IPC-SysV EAPI and provides rules, remove old
Package-Manager: portage-2.2.10
---
virtual/perl-IPC-SysV/ChangeLog | 9 ++++++++-
virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild | 15 ---------------
...-SysV-2.10.0.ebuild => perl-IPC-SysV-2.30.0-r2.ebuild} | 14 +++++---------
3 files changed, 13 insertions(+), 25 deletions(-)
diff --git a/virtual/perl-IPC-SysV/ChangeLog b/virtual/perl-IPC-SysV/ChangeLog
index c2cbecd..4045688 100644
--- a/virtual/perl-IPC-SysV/ChangeLog
+++ b/virtual/perl-IPC-SysV/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for virtual/perl-IPC-SysV
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-IPC-SysV-2.30.0-r2 (06 Sep 2014)
+
+ 06 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+ -perl-IPC-SysV-2.10.0.ebuild, -perl-IPC-SysV-2.30.0-r1.ebuild,
+ +perl-IPC-SysV-2.30.0-r2.ebuild:
+ EAPI and provides rules, remove old
+
*perl-IPC-SysV-2.30.0-r1 (17 Jun 2011)
17 Jun 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild
deleted file mode 100644
index d388f6d..0000000
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild
+++ /dev/null
@@ -1,15 +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/IPC-SysV"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} )"
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild
similarity index 61%
rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild
rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild
index 3b0c144..8110ff9 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 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 $
-
+EAPI=5
DESCRIPTION="Virtual for perl-core/IPC-SysV"
HOMEPAGE=""
SRC_URI=""
@@ -12,11 +12,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="
- || (
- ~dev-lang/perl-5.12.3
- ~dev-lang/perl-5.12.2
- ~dev-lang/perl-5.10.1
- )
- !perl-core/IPC-SysV
+RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} )
+ !<perl-core/IPC-SysV-${PV}
+ !>perl-core/IPC-SysV-${PV}-r999
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2015-03-29 19:20 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-03-29 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 26d0807a0a1f49674a6ef9e6ef5de0b8f4cd3d42
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 18:41:54 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 29 18:41:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=26d0807a
[fixup] virtual/perl-IPC-SysV-2.30.0-r2: Drop perl 5.18 as a provider
Package-Manager: portage-2.2.17
...rl-IPC-SysV-2.30.0-r2.ebuild => perl-IPC-SysV-2.30.0-r3.ebuild} | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild
similarity index 62%
rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild
rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild
index 8110ff9..4b778fe 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
EAPI=5
@@ -12,7 +12,4 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} )
- !<perl-core/IPC-SysV-${PV}
- !>perl-core/IPC-SysV-${PV}-r999
-"
+RDEPEND="~perl-core/IPC-SysV-${PV}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2015-03-29 19:20 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-03-29 19:20 UTC (permalink / raw
To: gentoo-commits
commit: f662abe188869bcfdcbddd5f85cca0cb6a38c961
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 19:01:45 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 29 19:01:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f662abe1
[bump] perl-IPC-SysV: Add virtual for 5.20*
Package-Manager: portage-2.2.17
virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild
new file mode 100644
index 0000000..fc77e1f
--- /dev/null
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 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 $
+EAPI=5
+DESCRIPTION="Virtual for perl-core/IPC-SysV"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/IPC-SysV-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2015-06-03 12:58 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-06-03 12:58 UTC (permalink / raw
To: gentoo-commits
commit: c65ab057c5e253edbbec7e99edd9d33ab45cbea7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 2 20:03:24 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 2 20:03:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c65ab057
[fixup] perl-IPC-SysV: Provided by perl 5.22.0
Package-Manager: portage-2.2.17
.../{perl-IPC-SysV-2.40.0.ebuild => perl-IPC-SysV-2.40.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r1.ebuild
similarity index 78%
rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild
rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r1.ebuild
index fc77e1f..57d838b 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r1.ebuild
@@ -2,7 +2,7 @@
# 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 $
EAPI=5
-DESCRIPTION="Virtual for perl-core/IPC-SysV"
+DESCRIPTION="Virtual for perl-core/${PN#perl-}"
HOMEPAGE=""
SRC_URI=""
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/IPC-SysV-${PV} )
+RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
!<perl-core/${PN#perl-}-${PV}
!>perl-core/${PN#perl-}-${PV}-r999
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2015-06-14 17:05 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
To: gentoo-commits
commit: df7014c7bc589662fd1919d91151eef3634a3363
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:43:21 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:43:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=df7014c7
[cleanup] virtual/perl-IPC-SysV: Remove old versions
Package-Manager: portage-2.2.17
virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild
deleted file mode 100644
index 4b778fe..0000000
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 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 $
-EAPI=5
-DESCRIPTION="Virtual for perl-core/IPC-SysV"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/IPC-SysV-${PV}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2015-07-15 3:46 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-07-15 3:46 UTC (permalink / raw
To: gentoo-commits
commit: 89515b96a9264573ef4b55f0dc2438828d6669c1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 14 21:10:43 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 14 21:10:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=89515b96
virtual/perl-IPC-SysV: Provide via perl-5.22
Package-Manager: portage-2.2.17
.../{perl-IPC-SysV-2.40.0-r1.ebuild => perl-IPC-SysV-2.40.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r1.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild
similarity index 84%
rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r1.ebuild
rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild
index 57d838b..12d7f75 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r1.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+RDEPEND="|| ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
!<perl-core/${PN#perl-}-${PV}
!>perl-core/${PN#perl-}-${PV}-r999
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/
@ 2017-09-17 3:43 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-09-17 3:43 UTC (permalink / raw
To: gentoo-commits
commit: 534907f229e8cd3b4d45163e052706332f47300d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:30:57 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:30:57 2017 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=534907f2
virtual/perl-IPC-SysV: Fix for 5.24
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../{perl-IPC-SysV-2.40.0-r2.ebuild => perl-IPC-SysV-2.60.100.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild
similarity index 68%
rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild
rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild
index a83d38790..5114d4d55 100644
--- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild
+++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+RDEPEND="|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
!<perl-core/${PN#perl-}-${PV}
!>perl-core/${PN#perl-}-${PV}-r999
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-09-17 3:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 12:58 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2017-09-17 3:43 Kent Fredric
2015-07-15 3:46 Kent Fredric
2015-06-14 17:05 Kent Fredric
2015-03-29 19:20 Kent Fredric
2015-03-29 19:20 Kent Fredric
2014-09-06 9:52 Kent Fredric
2011-06-17 0:30 Kent Fredric
2011-04-20 22:02 Kent Fredric
2011-04-03 23:33 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox