diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
commit | 6cdf83ad556c2709f36e6a4d000ca10360bb3614 (patch) | |
tree | 96f7864296b8d7bdb9ebef09336e9057cc84615c /sys-apps/time | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.gz historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.bz2 historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/time')
-rw-r--r-- | sys-apps/time/time-1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/time/time-1.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/time/time-1.7-r1.ebuild b/sys-apps/time/time-1.7-r1.ebuild index f0618b9a5bfc..3fb8ae8a5a8d 100644 --- a/sys-apps/time/time-1.7-r1.ebuild +++ b/sys-apps/time/time-1.7-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/time/time-1.7-r1.ebuild,v 1.16 2004/07/01 21:41:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/time/time-1.7-r1.ebuild,v 1.17 2004/07/15 02:41:35 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A command that displays info about resources used by a program" SRC_URI="ftp://ftp.gnu.org/pub/gnu/time/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/directory/time.html" KEYWORDS="x86 amd64 ppc sparc " +IUSE="" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/time/time-1.7.ebuild b/sys-apps/time/time-1.7.ebuild index 7acebac1ca6e..333da7fb140e 100644 --- a/sys-apps/time/time-1.7.ebuild +++ b/sys-apps/time/time-1.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/time/time-1.7.ebuild,v 1.9 2004/07/01 21:41:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/time/time-1.7.ebuild,v 1.10 2004/07/15 02:41:35 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A command that displays info about resources used by a program" SRC_URI="ftp://ftp.gnu.org/pub/gnu/time/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/directory/time.html" KEYWORDS="x86 amd64" +IUSE="" SLOT="0" LICENSE="GPL-2" |