diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-15 05:15:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-15 05:15:29 +0000 |
commit | 79614a7686ab0b81838e539b3e683644876f8e72 (patch) | |
tree | ed7cb3eeccaf3e46a42e7f4a69ba5eed15620493 /www-client | |
parent | Removed implicit dependencies provided by eclasses, and removed unnecessary u... (diff) | |
download | gentoo-2-79614a7686ab0b81838e539b3e683644876f8e72.tar.gz gentoo-2-79614a7686ab0b81838e539b3e683644876f8e72.tar.bz2 gentoo-2-79614a7686ab0b81838e539b3e683644876f8e72.zip |
Add shared Qt version for ppc (bug #204496).
(Portage version: 2.1.4)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/files/digest-opera-9.25 | 3 | ||||
-rw-r--r-- | www-client/opera/opera-9.25.ebuild | 7 |
3 files changed, 11 insertions, 4 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 00552bd676eb..4b62f202e7f6 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.187 2008/01/12 06:37:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.188 2008/01/15 05:15:28 jer Exp $ + + 15 Jan 2008; Jeroen Roovers <jer@gentoo.org> opera-9.25.ebuild: + Add shared Qt version for ppc (bug #204496). *opera-9.50_beta2_p1754 (12 Jan 2008) diff --git a/www-client/opera/files/digest-opera-9.25 b/www-client/opera/files/digest-opera-9.25 index c9db46e652b4..59f48f6570a3 100644 --- a/www-client/opera/files/digest-opera-9.25 +++ b/www-client/opera/files/digest-opera-9.25 @@ -16,3 +16,6 @@ SHA256 c4fecd0b82459d647ed386d263b8cf8e62c71b3d2bd59400ce122c8827c23a35 opera-9. MD5 496adcd61d1f510b64009e49702ec21f opera-9.25-20071214.6-shared-qt.i386-en.tar.bz2 5231081 RMD160 12aae0aec3f85fa212f156171ec5e2a4d2d9c480 opera-9.25-20071214.6-shared-qt.i386-en.tar.bz2 5231081 SHA256 fe43d0ac577255a23c1011fb41cbdaf8848e06956d3e2e7e883de317ee5668ec opera-9.25-20071214.6-shared-qt.i386-en.tar.bz2 5231081 +MD5 bd617692cea11dbb0a18d90f6e2063e9 opera-9.25-20071214.6-shared-qt.ppc-en.tar.bz2 5292768 +RMD160 e0bb4aa28dee9d6e51b8a5895ba100f826b44213 opera-9.25-20071214.6-shared-qt.ppc-en.tar.bz2 5292768 +SHA256 bd83c3d71dfebf91e6c6d84d23877f7cfb138a011bc2eea2fd6226bed3bce60f opera-9.25-20071214.6-shared-qt.ppc-en.tar.bz2 5292768 diff --git a/www-client/opera/opera-9.25.ebuild b/www-client/opera/opera-9.25.ebuild index 9db86ce6afaa..b8692c944ad5 100644 --- a/www-client/opera/opera-9.25.ebuild +++ b/www-client/opera/opera-9.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.25.ebuild,v 1.5 2007/12/22 11:12:48 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.25.ebuild,v 1.6 2008/01/15 05:15:28 jer Exp $ GCONF_DEBUG="no" @@ -28,7 +28,8 @@ SRC_URI=" amd64? ( qt-static? ( ${O_URI}linux/${O_FTP}/i386/static/${PN}-${O_VER}.1-static-qt.i386-${O_LNG}.tar.bz2 ) ) amd64? ( !qt-static? ( ${O_URI}linux/${O_FTP}/i386/shared/${PN}-${O_VER}.6-shared-qt.i386-${O_LNG}.tar.bz2 ) ) sparc? ( ${O_URI}linux/${O_FTP}/sparc/static/${PN}-${O_VER}.1-static-qt.sparc-${O_LNG}.tar.bz2 ) - ppc? ( ${O_URI}linux/${O_FTP}/ppc/static/${PN}-${O_VER}.1-static-qt.ppc-${O_LNG}.tar.bz2 ) + ppc? ( qt-static? ( ${O_URI}linux/${O_FTP}/ppc/static/${PN}-${O_VER}.1-static-qt.ppc-${O_LNG}.tar.bz2 ) + !qt-static? ( ${O_URI}linux/${O_FTP}/ppc/shared/gcc-2.95/${PN}-${O_VER}.6-shared-qt.ppc-${O_LNG}.tar.bz2 ) ) x86-fbsd? ( !qt-static? ( ${O_URI}unix/freebsd/${O_FTP}/shared/${PN}-${O_VER}.4-shared-qt.i386.freebsd-${O_LNG}.tar.bz2 ) ) x86-fbsd? ( qt-static? ( ${O_URI}unix/freebsd/${O_FTP}/static/${PN}-${O_VER}.1-static-qt.i386.freebsd-${O_LNG}.tar.bz2 ) )" |