summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2006-03-07 11:21:17 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2006-03-07 11:21:17 +0000
commit1c585f7562d42cb9ee8a14d1ade025be3b863cfa (patch)
treee335c32015769c1326974a01417aba46f7aaf2d0 /dev-lang/squeak/squeak-3.4.1-r2.ebuild
parentAdd maintainer-needed metadata. Drop redundant src_compile. (diff)
downloadhistorical-1c585f7562d42cb9ee8a14d1ade025be3b863cfa.tar.gz
historical-1c585f7562d42cb9ee8a14d1ade025be3b863cfa.tar.bz2
historical-1c585f7562d42cb9ee8a14d1ade025be3b863cfa.zip
Adding latest stable version of Squeak. Porting all of the ebuilds to modular X. Removing the first two unmaintained versions.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-lang/squeak/squeak-3.4.1-r2.ebuild')
-rw-r--r--dev-lang/squeak/squeak-3.4.1-r2.ebuild15
1 files changed, 7 insertions, 8 deletions
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}