diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:15:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:15:05 +0000 |
commit | 2536b2dd99288a4f522b36b54926503de7ed8c8b (patch) | |
tree | a30b544b3103294898fd9dbcddc272959af14d8a /dev-util | |
parent | sync IUSE (-usb), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-2536b2dd99288a4f522b36b54926503de7ed8c8b.tar.gz gentoo-2-2536b2dd99288a4f522b36b54926503de7ed8c8b.tar.bz2 gentoo-2-2536b2dd99288a4f522b36b54926503de7ed8c8b.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/xxdiff/xxdiff-2.6.ebuild | 4 | ||||
-rw-r--r-- | dev-util/xxdiff/xxdiff-2.9.2.ebuild | 3 | ||||
-rw-r--r-- | dev-util/xxdiff/xxdiff-3.0.2.ebuild | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/dev-util/xxdiff/xxdiff-2.6.ebuild b/dev-util/xxdiff/xxdiff-2.6.ebuild index 2fc8c1924deb..7d3a46323967 100644 --- a/dev-util/xxdiff/xxdiff-2.6.ebuild +++ b/dev-util/xxdiff/xxdiff-2.6.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.6.ebuild,v 1.10 2004/06/25 02:51:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.6.ebuild,v 1.11 2004/07/15 00:15:05 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A graphical file comparator and merge tool simular to xdiff." SRC_URI="mirror://sourceforge/xxdiff/${P}.tar.gz" RESTRICT="nomirror" @@ -17,6 +16,7 @@ RDEPEND="=x11-libs/qt-3* SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" src_compile() { cd src diff --git a/dev-util/xxdiff/xxdiff-2.9.2.ebuild b/dev-util/xxdiff/xxdiff-2.9.2.ebuild index b2b70886afdf..cb98fd02ed09 100644 --- a/dev-util/xxdiff/xxdiff-2.9.2.ebuild +++ b/dev-util/xxdiff/xxdiff-2.9.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.9.2.ebuild,v 1.7 2004/06/25 02:51:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.9.2.ebuild,v 1.8 2004/07/15 00:15:05 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A graphical file and directories comparator and merge tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" diff --git a/dev-util/xxdiff/xxdiff-3.0.2.ebuild b/dev-util/xxdiff/xxdiff-3.0.2.ebuild index 1eeae3735d42..d961a28ee2ea 100644 --- a/dev-util/xxdiff/xxdiff-3.0.2.ebuild +++ b/dev-util/xxdiff/xxdiff-3.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/xxdiff/xxdiff-3.0.2.ebuild,v 1.9 2004/06/25 02:51:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-3.0.2.ebuild,v 1.10 2004/07/15 00:15:05 agriffis Exp $ inherit eutils @@ -38,7 +38,7 @@ src_compile() { ### borrowed from kde.eclass # # # fix the sandbox errors "can't writ to .kde or .qt" problems. - # this is a fake homedir that is writeable under the sandbox, so that the build + # this is a fake homedir that is writeable under the sandbox, so that the build # process can do anything it wants with it. REALHOME="$HOME" mkdir -p $T/fakehome/.kde |