diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:41 +0000 |
commit | 8bcdfdba943060329a03990c6b0a2b21890ed924 (patch) | |
tree | 4c2ec9a1e1f5d821bc60434aaf260acb071413f8 /dev-util | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.tar.gz gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.tar.bz2 gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/j/j-0.20.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ladebug/ladebug-4.0.67.ebuild | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/dev-util/j/j-0.20.2.ebuild b/dev-util/j/j-0.20.2.ebuild index c72b2f863793..fa84dd6b4795 100644 --- a/dev-util/j/j-0.20.2.ebuild +++ b/dev-util/j/j-0.20.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/j/j-0.20.2.ebuild,v 1.3 2004/06/25 02:36:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/j/j-0.20.2.ebuild,v 1.4 2004/07/14 23:46:03 agriffis Exp $ IUSE="" SRC_URI="mirror://sourceforge/armedbear-${PN}/${P}.tar.gz" @@ -13,8 +13,6 @@ KEYWORDS="~x86 ~amd64" DEPEND=">=virtual/jdk-1.4" -S=${WORKDIR}/${P} - src_compile() { if [ -n "$(java-config --jdk-home)" ]; then econf \ diff --git a/dev-util/ladebug/ladebug-4.0.67.ebuild b/dev-util/ladebug/ladebug-4.0.67.ebuild index 4234d5a42657..3f3949631a05 100644 --- a/dev-util/ladebug/ladebug-4.0.67.ebuild +++ b/dev-util/ladebug/ladebug-4.0.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ladebug-4.0.67.ebuild,v 1.7 2004/07/02 05:09:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ladebug-4.0.67.ebuild,v 1.8 2004/07/14 23:47:09 agriffis Exp $ # # Submitted By Tavis Ormandy <taviso@gentoo.org> # @@ -24,7 +24,6 @@ RDEPEND="dev-libs/libots IUSE="emacs" -S=${WORKDIR}/${P} RELEASE="4.0.67-21" #SITEFILE="50ladebug.el" |