diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 16:05:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 16:05:59 +0000 |
commit | 13de178a12e011bf74ca1ef4ba81c49a4b380637 (patch) | |
tree | 8f9a23c108c3892a5265d90947870b57c2a28a12 /net-libs | |
parent | amd64 stable wrt security bug #221197 (and redo alpha/sparc) (diff) | |
download | gentoo-2-13de178a12e011bf74ca1ef4ba81c49a4b380637.tar.gz gentoo-2-13de178a12e011bf74ca1ef4ba81c49a4b380637.tar.bz2 gentoo-2-13de178a12e011bf74ca1ef4ba81c49a4b380637.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/enet/enet-1.1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-libs/enet/enet-1.1.ebuild b/net-libs/enet/enet-1.1.ebuild deleted file mode 100644 index 1f00aaead29a..000000000000 --- a/net-libs/enet/enet-1.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.1.ebuild,v 1.1 2007/11/03 17:07:24 caleb Exp $ - -DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP" -HOMEPAGE="http://enet.bespin.org/" -SRC_URI="http://enet.bespin.org/download/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc *.txt README -} |