diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 17:46:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 17:46:45 +0000 |
commit | 91bf931ddf07680338df4c109c639d2bc7d65550 (patch) | |
tree | 9cb9785a7131f9169d9261f2a01c6f41a3ed531f | |
parent | Closing out #55552, misspelled patch (diff) | |
download | gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.gz gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.bz2 gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.zip |
kill sparc64 use flag
-rw-r--r-- | app-office/openoffice-ximian/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.1.51-r1.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.1.57.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.1.59.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.3-r2.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r4.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r5.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.1-r1.ebuild | 3 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.2.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/libperl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.2-r1.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.2.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.3.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.4-r1.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.4.ebuild | 7 |
17 files changed, 32 insertions, 59 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog index 69500739027e..b4e38e408892 100644 --- a/app-office/openoffice-ximian/ChangeLog +++ b/app-office/openoffice-ximian/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/openoffice-ximian # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.48 2004/06/24 22:43:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.49 2004/06/29 17:45:02 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> + openoffice-ximian-1.1.51-r1.ebuild, openoffice-ximian-1.1.55.ebuild, + openoffice-ximian-1.1.57.ebuild, openoffice-ximian-1.1.59.ebuild: + kill sparc64 use flag 08 Jun 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.59.ebuild: Added to ~ppc. diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.51-r1.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.51-r1.ebuild index 6e3b03a36f91..223f17a93444 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.51-r1.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.51-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/app-office/openoffice-ximian/openoffice-ximian-1.1.51-r1.ebuild,v 1.7 2004/06/28 15:29:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.51-r1.ebuild,v 1.8 2004/06/29 17:45:02 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -287,7 +287,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild index 25ecf8233558..cd33e5997bc0 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.55.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/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild,v 1.11 2004/06/28 15:29:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild,v 1.12 2004/06/29 17:45:02 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -278,7 +278,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.57.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.57.ebuild index ab22ea0f246a..a63c49a09b1c 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.57.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.57.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/app-office/openoffice-ximian/openoffice-ximian-1.1.57.ebuild,v 1.5 2004/06/28 15:29:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.57.ebuild,v 1.6 2004/06/29 17:45:02 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -301,7 +301,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.59.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.59.ebuild index afca69def193..9d0a1abc9f02 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.59.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.59.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/app-office/openoffice-ximian/openoffice-ximian-1.1.59.ebuild,v 1.4 2004/06/28 15:29:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.59.ebuild,v 1.5 2004/06/29 17:45:02 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -301,7 +301,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index ab99f888a802..4e734da08049 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.77 2004/06/24 22:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.78 2004/06/29 17:46:45 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> openoffice-1.0.3-r2.ebuild, + openoffice-1.1.0-r4.ebuild, openoffice-1.1.0-r5.ebuild, + openoffice-1.1.1-r1.ebuild, openoffice-1.1.2.ebuild: + kill sparc64 use flag *openoffice-1.1.2 (18 Jun 2004) diff --git a/app-office/openoffice/openoffice-1.0.3-r2.ebuild b/app-office/openoffice/openoffice-1.0.3-r2.ebuild index b4dd2a5a95bd..197660ac536b 100644 --- a/app-office/openoffice/openoffice-1.0.3-r2.ebuild +++ b/app-office/openoffice/openoffice-1.0.3-r2.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/app-office/openoffice/openoffice-1.0.3-r2.ebuild,v 1.5 2004/06/24 22:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3-r2.ebuild,v 1.6 2004/06/29 17:46:45 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -354,7 +354,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set" diff --git a/app-office/openoffice/openoffice-1.1.0-r4.ebuild b/app-office/openoffice/openoffice-1.1.0-r4.ebuild index 923610697a10..cd94f39c0163 100644 --- a/app-office/openoffice/openoffice-1.1.0-r4.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r4.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/app-office/openoffice/openoffice-1.1.0-r4.ebuild,v 1.6 2004/06/24 22:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r4.ebuild,v 1.7 2004/06/29 17:46:45 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -328,7 +328,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set" diff --git a/app-office/openoffice/openoffice-1.1.0-r5.ebuild b/app-office/openoffice/openoffice-1.1.0-r5.ebuild index 0b687d13b149..41a7fff50e9c 100644 --- a/app-office/openoffice/openoffice-1.1.0-r5.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r5.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/app-office/openoffice/openoffice-1.1.0-r5.ebuild,v 1.6 2004/06/24 22:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r5.ebuild,v 1.7 2004/06/29 17:46:45 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -297,7 +297,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" diff --git a/app-office/openoffice/openoffice-1.1.1-r1.ebuild b/app-office/openoffice/openoffice-1.1.1-r1.ebuild index 050800510529..bacb0d7202e1 100644 --- a/app-office/openoffice/openoffice-1.1.1-r1.ebuild +++ b/app-office/openoffice/openoffice-1.1.1-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/app-office/openoffice/openoffice-1.1.1-r1.ebuild,v 1.7 2004/06/24 22:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.1-r1.ebuild,v 1.8 2004/06/29 17:46:45 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -298,7 +298,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" diff --git a/app-office/openoffice/openoffice-1.1.2.ebuild b/app-office/openoffice/openoffice-1.1.2.ebuild index bf16e2b6db1a..14e4e3860652 100644 --- a/app-office/openoffice/openoffice-1.1.2.ebuild +++ b/app-office/openoffice/openoffice-1.1.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/app-office/openoffice/openoffice-1.1.2.ebuild,v 1.2 2004/06/24 22:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.2.ebuild,v 1.3 2004/06/29 17:46:45 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -285,7 +285,6 @@ get_EnvSet() { # Determine what Env file we should be using (Az) export LinuxEnvSet="LinuxIntelEnv.Set.sh" use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh" - use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh" use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh" use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh" 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' |