diff options
author | 2004-07-07 17:10:09 +0000 | |
---|---|---|
committer | 2004-07-07 17:10:09 +0000 | |
commit | 230ce3c2dcebab6ec30b73d74a89147827bd5c6b (patch) | |
tree | 078e12fc68c0e95084531185342e8f255b8ca83f /net-www/opera | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-230ce3c2dcebab6ec30b73d74a89147827bd5c6b.tar.gz gentoo-2-230ce3c2dcebab6ec30b73d74a89147827bd5c6b.tar.bz2 gentoo-2-230ce3c2dcebab6ec30b73d74a89147827bd5c6b.zip |
Stable sparc, amd64. sparc only uses the static version.
Diffstat (limited to 'net-www/opera')
-rw-r--r-- | net-www/opera/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/opera/opera-7.52.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-www/opera/ChangeLog b/net-www/opera/ChangeLog index 2a468e97ff27..d410b8cad42c 100644 --- a/net-www/opera/ChangeLog +++ b/net-www/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/opera # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.70 2004/07/07 16:04:29 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.71 2004/07/07 17:10:09 eradicator Exp $ + + 07 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> opera-7.52.ebuild: + Stable sparc, amd64. sparc only uses the static version. *opera-7.52 (07 Jul 2004) diff --git a/net-www/opera/opera-7.52.ebuild b/net-www/opera/opera-7.52.ebuild index d0a889da94fa..51045d175460 100644 --- a/net-www/opera/opera-7.52.ebuild +++ b/net-www/opera/opera-7.52.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/net-www/opera/opera-7.52.ebuild,v 1.1 2004/07/07 16:04:29 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.52.ebuild,v 1.2 2004/07/07 17:10:09 eradicator Exp $ IUSE="static spell" @@ -20,8 +20,11 @@ SRC_URI=" amd64? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) ) ppc? ( static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) ) ppc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) ) - sparc? ( static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 ) ) - sparc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 ) )" + sparc? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 )" + +# sparc shared version does not work for me as it uses gcc-2.95 - eradicator +# sparc? ( static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 ) ) +# sparc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 ) )" # Dependencies may be augmented later (see below). @@ -41,7 +44,7 @@ RDEPEND="virtual/x11 SLOT="0" LICENSE="OPERA" -KEYWORDS="x86 ~ppc ~sparc ~amd64" +KEYWORDS="x86 ~ppc sparc amd64" src_unpack() { unpack ${A} |