[gentoo-commits] proj/perl-overlay:master commit in: perl-core/IPC-SysV/

2017-09-16 Thread Kent Fredric
commit: a35b9526b9832797e87ce9029660943db677eaac
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 17 03:42:17 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 17 03:42:17 2017 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a35b9526

perl-core/IPC-SysV: Nuke, all old

 perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild | 23 ---
 perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild| 20 
 perl-core/IPC-SysV/metadata.xml  | 22 --
 3 files changed, 65 deletions(-)

diff --git a/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild 
b/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild
deleted file mode 100644
index b966a88f6..0
--- a/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-MODULE_AUTHOR=MHX
-MODULE_VERSION=2.03
-inherit perl-module
-
-DESCRIPTION="System V IPC constants and system calls"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND=""
-DEPEND="
-   ${COMMON_DEPEND}
-   test? (
-   >=virtual/perl-Test-Simple-0.45
-   )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild 
b/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
deleted file mode 100644
index 66a3c7108..0
--- a/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-MODULE_AUTHOR=MHX
-MODULE_VERSION=2.04
-inherit perl-module
-
-DESCRIPTION="System V IPC constants and system calls"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RDEPEND=""
-DEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-   ${RDEPEND}
-   test? (
-   >=virtual/perl-Test-Simple-0.450.0
-   )
-"
-SRC_TEST="do"

diff --git a/perl-core/IPC-SysV/metadata.xml b/perl-core/IPC-SysV/metadata.xml
deleted file mode 100644
index 0170fb97d..0
--- a/perl-core/IPC-SysV/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   kentfred...@gmail.com
-   Kent Fredric
-   
-   
-   IPC-SysV
-   IPC::Msg
-   IPC::Msg::stat
-   IPC::Semaphore
-   IPC::Semaphore::stat
-   IPC::SharedMem
-   IPC::SharedMem::stat
-   IPC::SysV
-   
-



[gentoo-commits] proj/perl-overlay:master commit in: perl-core/IPC-SysV/

2014-10-05 Thread Kent Fredric
commit: eaacb3cf4d9929b80bf49d07b730b6b8fea36675
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sun Oct  5 06:19:26 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sun Oct  5 07:47:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eaacb3cf

[bump] perl-core/IPC-SysV to 2.40.0 ( perl 5.20s version for 5.18 )

Package-Manager: portage-2.2.10

---
 perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild 
b/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
new file mode 100644
index 000..93a0479
--- /dev/null
+++ b/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MHX
+MODULE_VERSION=2.04
+inherit perl-module
+
+DESCRIPTION=System V IPC constants and system calls
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+RDEPEND=
+DEPEND=
+   virtual/perl-ExtUtils-MakeMaker
+   ${RDEPEND}
+   test? (
+   =virtual/perl-Test-Simple-0.450.0
+   )
+
+SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: perl-core/IPC-SysV/

2014-10-05 Thread Kent Fredric
commit: 72e96a7de32a3ac39fbf2307a751f3e8d789d8a5
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sun Oct  5 06:20:40 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sun Oct  5 07:47:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=72e96a7d

[fixup] perl-core/IPC-SysV EAPI5 old versions

Package-Manager: portage-2.2.10

---
 .../IPC-SysV/{IPC-SysV-2.30.0.ebuild = IPC-SysV-2.30.0-r1.ebuild}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/perl-core/IPC-SysV/IPC-SysV-2.30.0.ebuild 
b/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild
similarity index 84%
rename from perl-core/IPC-SysV/IPC-SysV-2.30.0.ebuild
rename to perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild
index c354ccf..abaa045 100644
--- a/perl-core/IPC-SysV/IPC-SysV-2.30.0.ebuild
+++ b/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=3
+EAPI=5
 MODULE_AUTHOR=MHX
-MODULE_VERSION=2.03
+MODULE_VERSION=2.03
 inherit perl-module
 
 DESCRIPTION=System V IPC constants and system calls