summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:46:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:46:45 +0000
commit91bf931ddf07680338df4c109c639d2bc7d65550 (patch)
tree9cb9785a7131f9169d9261f2a01c6f41a3ed531f /sys-devel
parentClosing out #55552, misspelled patch (diff)
downloadgentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.gz
gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.bz2
gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.zip
kill sparc64 use flag
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libperl/ChangeLog7
-rw-r--r--sys-devel/libperl/libperl-5.8.2-r1.ebuild9
-rw-r--r--sys-devel/libperl/libperl-5.8.2.ebuild9
-rw-r--r--sys-devel/libperl/libperl-5.8.3.ebuild9
-rw-r--r--sys-devel/libperl/libperl-5.8.4-r1.ebuild9
-rw-r--r--sys-devel/libperl/libperl-5.8.4.ebuild7
6 files changed, 11 insertions, 39 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog
index fb48ec6c1f9f..e4e3d72188a7 100644
--- a/sys-devel/libperl/ChangeLog
+++ b/sys-devel/libperl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/libperl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.33 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.34 2004/06/29 17:43:00 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> libperl-5.8.2-r1.ebuild,
+ libperl-5.8.2.ebuild, libperl-5.8.3.ebuild, libperl-5.8.4-r1.ebuild,
+ libperl-5.8.4.ebuild:
+ kill sparc64 use flag
*libperl-5.8.4-r1 (16 Jun 2004)
diff --git a/sys-devel/libperl/libperl-5.8.2-r1.ebuild b/sys-devel/libperl/libperl-5.8.2-r1.ebuild
index 44976c8f5412..fbe7649bb051 100644
--- a/sys-devel/libperl/libperl-5.8.2-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.2-r1.ebuild,v 1.2 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.2-r1.ebuild,v 1.3 2004/06/29 17:43:00 agriffis Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -52,7 +52,6 @@
#
# Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002).
-
IUSE="berkdb gdbm threads uclibc"
inherit eutils flag-o-matic
@@ -176,10 +175,6 @@ src_compile() {
then
myconf="${myconf} -Ud_longdbl"
fi
- if use sparc64
- then
- myconf="${myconf} -Ud_longdbl"
- fi
if [ "${PN}" = "libperl" ]
then
@@ -304,7 +299,6 @@ EOF
dosed 's:./miniperl:/usr/bin/perl:' /usr/bin/xsubpp
fperms 0755 /usr/bin/xsubpp
-
./perl installman \
--man1dir="${D}/usr/share/man/man1" --man1ext='1' \
--man3dir="${D}/usr/share/man/man3" --man3ext='3'
@@ -378,4 +372,3 @@ pkg_postinst() {
fi
}
-
diff --git a/sys-devel/libperl/libperl-5.8.2.ebuild b/sys-devel/libperl/libperl-5.8.2.ebuild
index 5fd8a38a6f13..0a5bd5b4dc11 100644
--- a/sys-devel/libperl/libperl-5.8.2.ebuild
+++ b/sys-devel/libperl/libperl-5.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.2.ebuild,v 1.13 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.2.ebuild,v 1.14 2004/06/29 17:43:00 agriffis Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -52,7 +52,6 @@
#
# Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002).
-
IUSE="berkdb gdbm threads"
inherit eutils flag-o-matic
@@ -173,10 +172,6 @@ src_compile() {
then
myconf="${myconf} -Ud_longdbl"
fi
- if use sparc64
- then
- myconf="${myconf} -Ud_longdbl"
- fi
if [ "${PN}" = "libperl" ]
then
@@ -301,7 +296,6 @@ EOF
dosed 's:./miniperl:/usr/bin/perl:' /usr/bin/xsubpp
fperms 0755 /usr/bin/xsubpp
-
./perl installman \
--man1dir="${D}/usr/share/man/man1" --man1ext='1' \
--man3dir="${D}/usr/share/man/man3" --man3ext='3'
@@ -375,4 +369,3 @@ pkg_postinst() {
fi
}
-
diff --git a/sys-devel/libperl/libperl-5.8.3.ebuild b/sys-devel/libperl/libperl-5.8.3.ebuild
index 6228e7cfd6c8..e6b5eee4d611 100644
--- a/sys-devel/libperl/libperl-5.8.3.ebuild
+++ b/sys-devel/libperl/libperl-5.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.3.ebuild,v 1.7 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.3.ebuild,v 1.8 2004/06/29 17:43:00 agriffis Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -52,7 +52,6 @@
#
# Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002).
-
IUSE="berkdb gdbm threads"
inherit eutils flag-o-matic
@@ -173,10 +172,6 @@ src_compile() {
then
myconf="${myconf} -Ud_longdbl"
fi
- if use sparc64
- then
- myconf="${myconf} -Ud_longdbl"
- fi
if [ "${PN}" = "libperl" ]
then
@@ -301,7 +296,6 @@ EOF
dosed 's:./miniperl:/usr/bin/perl:' /usr/bin/xsubpp
fperms 0755 /usr/bin/xsubpp
-
./perl installman \
--man1dir="${D}/usr/share/man/man1" --man1ext='1' \
--man3dir="${D}/usr/share/man/man3" --man3ext='3'
@@ -375,4 +369,3 @@ pkg_postinst() {
fi
}
-
diff --git a/sys-devel/libperl/libperl-5.8.4-r1.ebuild b/sys-devel/libperl/libperl-5.8.4-r1.ebuild
index f8f8fde86334..9f85661449c8 100644
--- a/sys-devel/libperl/libperl-5.8.4-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.4-r1.ebuild,v 1.2 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.4-r1.ebuild,v 1.3 2004/06/29 17:43:00 agriffis Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -52,7 +52,6 @@
#
# Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002).
-
IUSE="berkdb gdbm threads uclibc"
inherit eutils flag-o-matic
@@ -183,10 +182,6 @@ src_compile() {
then
myconf="${myconf} -Ud_longdbl"
fi
- if use sparc64
- then
- myconf="${myconf} -Ud_longdbl"
- fi
if [ "${PN}" = "libperl" ]
then
@@ -311,7 +306,6 @@ EOF
dosed 's:./miniperl:/usr/bin/perl:' /usr/bin/xsubpp
fperms 0755 /usr/bin/xsubpp
-
./perl installman \
--man1dir="${D}/usr/share/man/man1" --man1ext='1' \
--man3dir="${D}/usr/share/man/man3" --man3ext='3'
@@ -385,4 +379,3 @@ pkg_postinst() {
fi
}
-
diff --git a/sys-devel/libperl/libperl-5.8.4.ebuild b/sys-devel/libperl/libperl-5.8.4.ebuild
index 7d46e5c63ba9..a13207e260bc 100644
--- a/sys-devel/libperl/libperl-5.8.4.ebuild
+++ b/sys-devel/libperl/libperl-5.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.4.ebuild,v 1.8 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.4.ebuild,v 1.9 2004/06/29 17:43:00 agriffis Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -179,10 +179,6 @@ src_compile() {
then
myconf="${myconf} -Ud_longdbl"
fi
- if use sparc64
- then
- myconf="${myconf} -Ud_longdbl"
- fi
if [ "${PN}" = "libperl" ]
then
@@ -307,7 +303,6 @@ EOF
dosed 's:./miniperl:/usr/bin/perl:' /usr/bin/xsubpp
fperms 0755 /usr/bin/xsubpp
-
./perl installman \
--man1dir="${D}/usr/share/man/man1" --man1ext='1' \
--man3dir="${D}/usr/share/man/man3" --man3ext='3'