diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:20:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:20:36 +0000 |
commit | 200bdc7c3d18a94f099a0e663787c0d25f8f66a7 (patch) | |
tree | 6a73350ff6dcbed2c09f6c9979c2388ab1b1670b /dev-util | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-200bdc7c3d18a94f099a0e663787c0d25f8f66a7.tar.gz gentoo-2-200bdc7c3d18a94f099a0e663787c0d25f8f66a7.tar.bz2 gentoo-2-200bdc7c3d18a94f099a0e663787c0d25f8f66a7.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffball/diffball-0.4_pre4.ebuild | 3 | ||||
-rw-r--r-- | dev-util/ecletex/ecletex-0.0.2.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/diffball/diffball-0.4_pre4.ebuild b/dev-util/diffball/diffball-0.4_pre4.ebuild index cfaea7fe0e13..984a88a76c9d 100644 --- a/dev-util/diffball/diffball-0.4_pre4.ebuild +++ b/dev-util/diffball/diffball-0.4_pre4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-0.4_pre4.ebuild,v 1.5 2004/06/25 02:28:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-0.4_pre4.ebuild,v 1.6 2004/07/14 23:18:06 agriffis Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Delta compression suite for using/generating binary patches" HOMEPAGE="http://sourceforge.net/projects/diffball" SRC_URI="mirror://sourceforge/diffball/diffball-${PV}.tar.bz2" diff --git a/dev-util/ecletex/ecletex-0.0.2.ebuild b/dev-util/ecletex/ecletex-0.0.2.ebuild index 11d0d1592b79..560dd09418a0 100644 --- a/dev-util/ecletex/ecletex-0.0.2.ebuild +++ b/dev-util/ecletex/ecletex-0.0.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/ecletex/ecletex-0.0.2.ebuild,v 1.2 2004/06/25 02:29:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.2.ebuild,v 1.3 2004/07/14 23:20:36 agriffis Exp $ DESCRIPTION="LaTeX plugin for Eclipse 3.0 and newer" HOMEPAGE="http://etex.sf.net" @@ -11,7 +11,6 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 =dev-util/eclipse-sdk-3.0*" -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |