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 | d64632c64c5d1189d197f08ab36f93339efaf818 (patch) | |
tree | e41c7995f8e4d7392d8f074b08f1d45f3542f4b8 /dev-util/diffstat | |
parent | Another attempt at fixing shared support (diff) | |
download | historical-d64632c64c5d1189d197f08ab36f93339efaf818.tar.gz historical-d64632c64c5d1189d197f08ab36f93339efaf818.tar.bz2 historical-d64632c64c5d1189d197f08ab36f93339efaf818.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" |