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
commit25490837e75504b6688fd716c48b84f867cc4195 (patch)
treee49100f9bab053466bfaff3de06b5857fd359cd1 /dev-lang/squeak/squeak-3.4.1-r2.ebuild
parentAdd maintainer-needed metadata. Drop redundant src_compile. (diff)
downloadgentoo-2-25490837e75504b6688fd716c48b84f867cc4195.tar.gz
gentoo-2-25490837e75504b6688fd716c48b84f867cc4195.tar.bz2
gentoo-2-25490837e75504b6688fd716c48b84f867cc4195.zip
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)
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}