diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:53 +0000 |
commit | 9eeb44462c8f307b3241a5db5822629b0b6fc34c (patch) | |
tree | 8ccf37bf614bab94028816eda7444b9f1bbde9a4 /net-misc/sock | |
parent | inherit eutils (Manifest recommit) (diff) | |
download | gentoo-2-9eeb44462c8f307b3241a5db5822629b0b6fc34c.tar.gz gentoo-2-9eeb44462c8f307b3241a5db5822629b0b6fc34c.tar.bz2 gentoo-2-9eeb44462c8f307b3241a5db5822629b0b6fc34c.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/sock')
-rw-r--r-- | net-misc/sock/sock-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/sock/sock-1.1.ebuild b/net-misc/sock/sock-1.1.ebuild index e90533323cad..dff10a94b830 100644 --- a/net-misc/sock/sock-1.1.ebuild +++ b/net-misc/sock/sock-1.1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sock/sock-1.1.ebuild,v 1.9 2004/06/25 00:13:11 agriffis Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/net-misc/sock/sock-1.1.ebuild,v 1.10 2004/07/15 03:36:53 agriffis Exp $ DESCRIPTION="A shell interface to network sockets" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml" KEYWORDS="x86 sparc " +IUSE="" LICENSE="GPL-2" SLOT="0" |