summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/lksctp-tools/lksctp-tools-1.0.8.ebuild')
-rw-r--r--net-misc/lksctp-tools/lksctp-tools-1.0.8.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.8.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.8.ebuild
deleted file mode 100644
index 1ee0212647d4..000000000000
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.8.ebuild,v 1.8 2008/08/24 11:21:54 corsair Exp $
-
-inherit eutils
-
-DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation"
-HOMEPAGE="http://lksctp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-# I don't known if *BSD has the support needed at all
-# hence the lockdown to glibc and linux26-headers
-DEPEND=">=sys-kernel/linux-headers-2.6"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-as-needed.patch
- epatch "${FILESDIR}"/${P}-prefix.patch #181602
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README ROADMAP doc/*txt
-}