From 25490837e75504b6688fd716c48b84f867cc4195 Mon Sep 17 00:00:00 2001 From: Luis Francisco Araujo Date: Tue, 7 Mar 2006 11:21:17 +0000 Subject: Adding latest stable version of Squeak. Porting all of the ebuilds to modular X. Removing the first two unmaintained versions. (Portage version: 2.1_pre5-r4) --- dev-lang/squeak/squeak-3.4.1-r2.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'dev-lang/squeak/squeak-3.4.1-r2.ebuild') diff --git a/dev-lang/squeak/squeak-3.4.1-r2.ebuild b/dev-lang/squeak/squeak-3.4.1-r2.ebuild index 701ff703ee99..5885b7a18bea 100644 --- a/dev-lang/squeak/squeak-3.4.1-r2.ebuild +++ b/dev-lang/squeak/squeak-3.4.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.4.1-r2.ebuild,v 1.9 2004/07/02 04:31:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.4.1-r2.ebuild,v 1.10 2006/03/07 11:21:17 araujo Exp $ inherit libtool flag-o-matic eutils @@ -18,15 +18,14 @@ KEYWORDS="~x86 ~ppc" IUSE="X oss mmx mozilla" # a ffi flag would be nice -DEPEND="virtual/libc - X? ( virtual/x11 )" -RDEPEND="virtual/squeak-image - virtual/libc - X? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 ) )" +RDEPEND="${DEPEND} + virtual/squeak-image" S="${WORKDIR}/Squeak-${NV}" - src_unpack() { unpack ${A} cd ${S} -- cgit v1.2.3-65-gdbad