summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-22 13:28:05 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-22 13:28:05 +0000
commit101eb7fe724d0c499c59fdd48c5395fec272ba25 (patch)
tree7321db8ff60c5e3fc5052a44c946df1ce0c14b2b /dev-perl
parentStable on sparc (diff)
downloadgentoo-2-101eb7fe724d0c499c59fdd48c5395fec272ba25.tar.gz
gentoo-2-101eb7fe724d0c499c59fdd48c5395fec272ba25.tar.bz2
gentoo-2-101eb7fe724d0c499c59fdd48c5395fec272ba25.zip
Bug 59931
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/IPC-ShareLite/ChangeLog8
-rw-r--r--dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild11
-rw-r--r--dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild11
3 files changed, 16 insertions, 14 deletions
diff --git a/dev-perl/IPC-ShareLite/ChangeLog b/dev-perl/IPC-ShareLite/ChangeLog
index 65399f9ac733..ac1a42dcbaa8 100644
--- a/dev-perl/IPC-ShareLite/ChangeLog
+++ b/dev-perl/IPC-ShareLite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/IPC-ShareLite
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.11 2004/12/29 23:47:48 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.12 2005/03/22 13:28:05 mcummings Exp $
+
+ 22 Mar 2005; Michael Cummings <mcummings@gentoo.org>
+ IPC-ShareLite-0.08.ebuild, IPC-ShareLite-0.09.ebuild:
+ Bug 59931
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild
index ffc1d5c31c56..55b24fb822c7 100644
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild
+++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild,v 1.10 2004/10/16 23:57:22 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.08.ebuild,v 1.11 2005/03/22 13:28:05 mcummings Exp $
inherit perl-module
@@ -17,7 +17,6 @@ DEPEND="${DEPEND}"
export OPTIMIZE="$CFLAGS"
-# closing stdin causes IPC-ShareLites build system use a
-# non-interactive mode <mkennedy@gentoo.org>
-
-exec <&-
+src_compile() {
+ echo "" | perl-module_src_compile
+}
diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild
index 4eb6437c01ae..3b30f0f4fa61 100644
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild
+++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild,v 1.8 2004/12/24 13:46:02 nigoro Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild,v 1.9 2005/03/22 13:28:05 mcummings Exp $
inherit perl-module
@@ -17,7 +17,6 @@ DEPEND="${DEPEND}"
export OPTIMIZE="$CFLAGS"
-# closing stdin causes IPC-ShareLites build system use a
-# non-interactive mode <mkennedy@gentoo.org>
-
-exec <&-
+src_compile() {
+ echo "" | perl-module_src_compile
+}