diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:19:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:19:25 +0000 |
commit | 24ea4019a79154cd77b58fe58d0a1a5ba063bbfc (patch) | |
tree | e3320833d1fd01534b8d50681187bb7034f9f2a3 /dev-util/diffstat | |
parent | Another attempt at fixing shared support (diff) | |
download | gentoo-2-24ea4019a79154cd77b58fe58d0a1a5ba063bbfc.tar.gz gentoo-2-24ea4019a79154cd77b58fe58d0a1a5ba063bbfc.tar.bz2 gentoo-2-24ea4019a79154cd77b58fe58d0a1a5ba063bbfc.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/diffstat')
-rw-r--r-- | dev-util/diffstat/diffstat-1.29.ebuild | 4 | ||||
-rw-r--r-- | dev-util/diffstat/diffstat-1.34.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/diffstat/diffstat-1.29.ebuild b/dev-util/diffstat/diffstat-1.29.ebuild index 7b92c46527ec..2c020032cdda 100644 --- a/dev-util/diffstat/diffstat-1.29.ebuild +++ b/dev-util/diffstat/diffstat-1.29.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/diffstat/diffstat-1.29.ebuild,v 1.13 2004/06/25 02:29:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.29.ebuild,v 1.14 2004/07/14 23:19:07 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file" SRC_URI="ftp://invisible-island.net/${PN}/${PN}.tar.gz" HOMEPAGE="http://dickey.his.com/diffstat/diffstat.html" @@ -12,6 +11,7 @@ HOMEPAGE="http://dickey.his.com/diffstat/diffstat.html" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc ~ppc" +IUSE="" DEPEND="sys-apps/diffutils" diff --git a/dev-util/diffstat/diffstat-1.34.ebuild b/dev-util/diffstat/diffstat-1.34.ebuild index 7e378491dae0..1bd155e71e96 100644 --- a/dev-util/diffstat/diffstat-1.34.ebuild +++ b/dev-util/diffstat/diffstat-1.34.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/diffstat/diffstat-1.34.ebuild,v 1.5 2004/06/25 02:29:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.34.ebuild,v 1.6 2004/07/14 23:19:07 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file" SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${PV}.tgz" HOMEPAGE="http://dickey.his.com/diffstat/diffstat.html" @@ -12,6 +11,7 @@ HOMEPAGE="http://dickey.his.com/diffstat/diffstat.html" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc ppc mips ~amd64" +IUSE="" DEPEND="sys-apps/diffutils" |