summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-10 07:59:17 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-10 07:59:17 +0000
commit0681a062fe9692ca7e625c3f1f682cf2031f73fa (patch)
treef38d376265c73d3a30462282ba5a56b9128692ee /net-dialup/misdnuser/misdnuser-1.1.7.ebuild
parentClean masked package (diff)
downloadgentoo-2-0681a062fe9692ca7e625c3f1f682cf2031f73fa.tar.gz
gentoo-2-0681a062fe9692ca7e625c3f1f682cf2031f73fa.tar.bz2
gentoo-2-0681a062fe9692ca7e625c3f1f682cf2031f73fa.zip
Clean masked package
Diffstat (limited to 'net-dialup/misdnuser/misdnuser-1.1.7.ebuild')
-rw-r--r--net-dialup/misdnuser/misdnuser-1.1.7.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-dialup/misdnuser/misdnuser-1.1.7.ebuild b/net-dialup/misdnuser/misdnuser-1.1.7.ebuild
deleted file mode 100644
index 18bc205f3bcb..000000000000
--- a/net-dialup/misdnuser/misdnuser-1.1.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdnuser/misdnuser-1.1.7.ebuild,v 1.1 2007/11/12 19:16:27 genstef Exp $
-
-inherit eutils
-
-MY_P=mISDNuser-${PV//./_}
-DESCRIPTION="mISDN (modular ISDN) kernel link library and includes"
-HOMEPAGE="http://www.mISDN.org"
-SRC_URI="http://www.misdn.org/downloads/releases/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-S=${WORKDIR}/${MY_P}
-RDEPEND=">=net-dialup/misdn-1.0.4
- sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-MAKEOPTS="${MAKEPOPTS} -j1"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/misdnuser-as-needed.patch
-}
-
-src_install() {
- emake INSTALL_PREFIX="${D}" install || die "emake install failed"
-}