diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-30 07:25:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-30 07:25:52 +0000 |
commit | 3698483624dfd94f57e59fe6b4800c65180ddcef (patch) | |
tree | 02911bbb088d7d05cab8aa5ff47984b8e8fbee3c /net-www/opera/opera-7.50_alpha1.ebuild | |
parent | Connection died. fix0r (diff) | |
download | gentoo-2-3698483624dfd94f57e59fe6b4800c65180ddcef.tar.gz gentoo-2-3698483624dfd94f57e59fe6b4800c65180ddcef.tar.bz2 gentoo-2-3698483624dfd94f57e59fe6b4800c65180ddcef.zip |
some cleanups, and switch to virtual/motif instead
Diffstat (limited to 'net-www/opera/opera-7.50_alpha1.ebuild')
-rw-r--r-- | net-www/opera/opera-7.50_alpha1.ebuild | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/net-www/opera/opera-7.50_alpha1.ebuild b/net-www/opera/opera-7.50_alpha1.ebuild index 993863ac4ae6..d76f14175b7b 100644 --- a/net-www/opera/opera-7.50_alpha1.ebuild +++ b/net-www/opera/opera-7.50_alpha1.ebuild @@ -1,14 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.50_alpha1.ebuild,v 1.3 2003/12/21 18:27:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.50_alpha1.ebuild,v 1.4 2003/12/30 07:25:46 seemant Exp $ # Here, like in the other .ebuilds, the static version is # forced for simplicity's sake +IUSE="gnome kde" + +MY_PV="7.50-20031219" +OPERATYPE="1-static-qt" +MY_P=${PN}-${MY_PV}.${OPERATYPE}.i386-en +S=${WORKDIR}/${MY_P} DESCRIPTION="Opera web browser." HOMEPAGE="http://www.opera.com/linux/" -LICENSE="OPERA" -IUSE="gnome kde" +SRC_URI="http://snapshot.opera.com/unix/7.50-Preview-1/intel-linux/en/${MY_P}.tar.bz2" # Dependencies may be augmented later (see below). DEPEND=">=sys-apps/sed-4" @@ -16,17 +21,11 @@ DEPEND=">=sys-apps/sed-4" RDEPEND="virtual/x11 >=media-libs/fontconfig-2.1.94-r1 media-libs/libexif - || ( x11-libs/lesstif x11-libs/openmotif )" + virtual/motif" -KEYWORDS="~x86" SLOT="0" - -OPERAVER="7.50-20031219" -OPERATYPE="1-static-qt" - -SRC_URI="http://snapshot.opera.com/unix/7.50-Preview-1/intel-linux/en/${PN}-${OPERAVER}.${OPERATYPE}.i386-en.tar.bz2" - -S=${WORKDIR}/${A/.tar.bz2/} +LICENSE="OPERA" +KEYWORDS="~x86" src_unpack() { unpack ${A} |