diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-08-25 14:35:24 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-08-25 14:35:24 +0000 |
commit | 033250245a80dd72000758566c797e566a8a04c6 (patch) | |
tree | 317ef330a1d14f47726584063b044e52e3b09db6 /net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild | |
parent | small sanity check in case machine doesnt have the ntp accounts (Manifest rec... (diff) | |
download | gentoo-2-033250245a80dd72000758566c797e566a8a04c6.tar.gz gentoo-2-033250245a80dd72000758566c797e566a8a04c6.tar.bz2 gentoo-2-033250245a80dd72000758566c797e566a8a04c6.zip |
Version bumped. Closes #51324.
Diffstat (limited to 'net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild')
-rw-r--r-- | net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild new file mode 100644 index 000000000000..12cd327a791b --- /dev/null +++ b/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild,v 1.1 2004/08/25 14:35:24 tantive Exp $ + +DESCRIPTION="Simplifies TCP/IP socket operations." +HOMEPAGE="http://www.vergenet.net/linux/vanessa/" +SRC_URI="http://www.vergenet.net/linux/vanessa/download/vanessa_socket/0.0.7/vanessa_socket-0.0.7.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-libs/vanessa-logger-0.0.6" + +S=${WORKDIR}/vanessa_socket-0.0.7 + +src_install() { + einstall || die + dodoc README NEWS AUTHORS TODO +} |