diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:09 +0000 |
commit | fa310e0c7729ed0eecc3c7a50e6a43ad1e971549 (patch) | |
tree | 7f31edda5f69a21fd048f3fef7f4bfafbbc37c73 | |
parent | sync IUSE (missing) (diff) | |
download | historical-fa310e0c7729ed0eecc3c7a50e6a43ad1e971549.tar.gz historical-fa310e0c7729ed0eecc3c7a50e6a43ad1e971549.tar.bz2 historical-fa310e0c7729ed0eecc3c7a50e6a43ad1e971549.zip |
don't assign S=${WORKDIR}/${P}
-rw-r--r-- | dev-util/j/j-0.20.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ladebug/ladebug-4.0.67.ebuild | 3 | ||||
-rw-r--r-- | dev-util/larch/Manifest | 2 |
3 files changed, 3 insertions, 6 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" diff --git a/dev-util/larch/Manifest b/dev-util/larch/Manifest index 965f30ba1d0b..a1bb21d5334b 100644 --- a/dev-util/larch/Manifest +++ b/dev-util/larch/Manifest @@ -1,4 +1,4 @@ -MD5 779e587d19972c453d544197d8c9a203 larch-1.0_pre0.ebuild 2249 +MD5 97fa121a727953513f34adc3434facd7 larch-1.0_pre0.ebuild 2260 MD5 a907fcb0aa7e821371a41404241262e2 ChangeLog 482 MD5 cd1a46cb7091ac6bf577e0ae4ddeba53 metadata.xml 254 MD5 4bda88071b0f7807563ce189db246de3 files/digest-larch-1.0_pre0 66 |