diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-07-01 12:05:45 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-07-01 12:05:45 +0000 |
commit | ff991869b2fe9cafc9f419b8dcdc271653f2e617 (patch) | |
tree | fc79870c536f3ab3203d23f7dd2186bedbca7493 /www-client | |
parent | Added math-proof herd as maintainer of this package instead of sci. (diff) | |
download | gentoo-2-ff991869b2fe9cafc9f419b8dcdc271653f2e617.tar.gz gentoo-2-ff991869b2fe9cafc9f419b8dcdc271653f2e617.tar.bz2 gentoo-2-ff991869b2fe9cafc9f419b8dcdc271653f2e617.zip |
Restore previous ebuild.
(Portage version: 2.1-r1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/opera-9.00.ebuild | 26 |
2 files changed, 17 insertions, 14 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 7e7fb7bf8bfc..6113dcbccb57 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.49 2006/06/30 18:56:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.50 2006/07/01 12:05:45 carlo Exp $ + + 01 Jul 2006; Carsten Lohrke <carlo@gentoo.org> opera-9.00.ebuild: + Restore previous ebuild. 30 Jun 2006; Carsten Lohrke <carlo@gentoo.org> files/opera-9.00-install.patch, opera-9.00.ebuild: diff --git a/www-client/opera/opera-9.00.ebuild b/www-client/opera/opera-9.00.ebuild index a18d83e9d79d..b6c3d65cbd7b 100644 --- a/www-client/opera/opera-9.00.ebuild +++ b/www-client/opera/opera-9.00.ebuild @@ -1,31 +1,31 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.00.ebuild,v 1.2 2006/06/30 18:56:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.00.ebuild,v 1.3 2006/07/01 12:05:45 carlo Exp $ +GCONF_DEBUG="no" inherit eutils gnome2 IUSE="qt-static spell gnome" +OPERALNG="en" OPERAVER="9.0-20060616" -OPERAFTPDIR="900/final/en" -OPERASUFF="en" +OPERAFTPDIR="900/final/${OPERALNG}" +OPERASUFF="344" -S="${WORKDIR}/${A/.tar.bz2/}-344" DESCRIPTION="Opera web browser." HOMEPAGE="http://www.opera.com" -# that's an ugly workaround for the broken src_uri syntax OPERA_URI="mirror://opera/linux/${OPERAFTPDIR}/" SRC_URI=" - x86? ( qt-static? ( ${OPERA_URI}i386/static/${PN}-${OPERAVER}.1-static-qt.i386-${OPERASUFF}.tar.bz2 ) ) - x86? ( !qt-static? ( ${OPERA_URI}i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-${OPERASUFF}.tar.bz2 ) ) - amd64? ( qt-static? ( ${OPERA_URI}i386/static/${PN}-${OPERAVER}.1-static-qt.i386-${OPERASUFF}.tar.bz2 ) ) - amd64? ( !qt-static? ( ${OPERA_URI}i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-${OPERASUFF}.tar.bz2 ) ) - sparc? ( ${OPERA_URI}sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-${OPERASUFF}.tar.bz2 ) - ppc? ( ${OPERA_URI}ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-${OPERASUFF}.tar.bz2 )" - -# Dependencies may be augmented later (see below). + x86? ( qt-static? ( ${OPERA_URI}i386/static/${PN}-${OPERAVER}.1-static-qt.i386-${OPERALNG}.tar.bz2 ) ) + x86? ( !qt-static? ( ${OPERA_URI}i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-${OPERALNG}.tar.bz2 ) ) + amd64? ( qt-static? ( ${OPERA_URI}i386/static/${PN}-${OPERAVER}.1-static-qt.i386-${OPERALNG}.tar.bz2 ) ) + amd64? ( !qt-static? ( ${OPERA_URI}i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-${OPERALNG}.tar.bz2 ) ) + sparc? ( ${OPERA_URI}sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-${OPERALNG}.tar.bz2 ) + ppc? ( ${OPERA_URI}ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-${OPERALNG}.tar.bz2 )" + +S=${WORKDIR}/${A/.tar.bz2/}-${OPERASUFF} DEPEND=">=sys-apps/sed-4 amd64? ( sys-apps/setarch )" |