summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-26 16:05:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-26 16:05:59 +0000
commit44c1d9d2b4968548a24a72cd3d9717cb1744f5d5 (patch)
treececb332e1c9ab4e6bd64396fb3611d06eeb944b6 /net-libs/enet/enet-1.1.ebuild
parentamd64 stable wrt security bug #221197 (and redo alpha/sparc) (diff)
downloadhistorical-44c1d9d2b4968548a24a72cd3d9717cb1744f5d5.tar.gz
historical-44c1d9d2b4968548a24a72cd3d9717cb1744f5d5.tar.bz2
historical-44c1d9d2b4968548a24a72cd3d9717cb1744f5d5.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-libs/enet/enet-1.1.ebuild')
-rw-r--r--net-libs/enet/enet-1.1.ebuild17
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
-}