diff options
author | 2006-12-19 00:04:02 +0000 | |
---|---|---|
committer | 2006-12-19 00:04:02 +0000 | |
commit | 8066e566bd6ec454c06409040a61b1811cde86d9 (patch) | |
tree | 7781441f3a6ff760626aadcb9d8825855bf19f2e /www-client/opera | |
parent | New snapshot added: All boost-tools are now available via the tools USE-flag. (diff) | |
download | gentoo-2-8066e566bd6ec454c06409040a61b1811cde86d9.tar.gz gentoo-2-8066e566bd6ec454c06409040a61b1811cde86d9.tar.bz2 gentoo-2-8066e566bd6ec454c06409040a61b1811cde86d9.zip |
Start using the mirror system again, seems to work fine.
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'www-client/opera')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/opera-9.10.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index d6b3de1b2fab..0fc261ca1269 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.72 2006/12/18 22:45:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.73 2006/12/19 00:04:02 jer Exp $ + + 19 Dec 2006; Jeroen Roovers <jer@gentoo.org> opera-9.10.ebuild: + Start using the mirror system again, seems to work fine. *opera-9.10 (18 Dec 2006) diff --git a/www-client/opera/opera-9.10.ebuild b/www-client/opera/opera-9.10.ebuild index 8c5718193e5f..c92ecbde8877 100644 --- a/www-client/opera/opera-9.10.ebuild +++ b/www-client/opera/opera-9.10.ebuild @@ -1,12 +1,11 @@ # 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.10.ebuild,v 1.1 2006/12/18 22:45:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.10.ebuild,v 1.2 2006/12/19 00:04:02 jer Exp $ GCONF_DEBUG="no" inherit eutils gnome2 IUSE="qt-static spell gnome" -RESTRICT="nomirror" OPERALNG="en" OPERAVER="9.10-20061214" @@ -17,7 +16,7 @@ OPERASUFF="521" DESCRIPTION="Opera web browser." HOMEPAGE="http://www.opera.com" -OPERA_URI="ftp://ftp.opera.com/pub/opera/linux/${OPERAFTPDIR}/" +OPERA_URI="mirror://opera/linux/${OPERAFTPDIR}/" SRC_URI=" 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}.6-shared-qt.i386-${OPERALNG}.tar.bz2 ) ) |