diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-18 18:51:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-18 18:51:39 +0000 |
commit | e4a5f655bcc0fc6bb84bc2135cf8c5c4f04e9dbf (patch) | |
tree | 98cbbfd0031d30a0be97f113ac6d8085ece3afed /net-dialup/isdn4k-utils | |
parent | blah (diff) | |
download | gentoo-2-e4a5f655bcc0fc6bb84bc2135cf8c5c4f04e9dbf.tar.gz gentoo-2-e4a5f655bcc0fc6bb84bc2135cf8c5c4f04e9dbf.tar.bz2 gentoo-2-e4a5f655bcc0fc6bb84bc2135cf8c5c4f04e9dbf.zip |
blah
Diffstat (limited to 'net-dialup/isdn4k-utils')
-rw-r--r-- | net-dialup/isdn4k-utils/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/isdn4k-utils/Manifest b/net-dialup/isdn4k-utils/Manifest index 69fc8cad487b..67cbead2c235 100644 --- a/net-dialup/isdn4k-utils/Manifest +++ b/net-dialup/isdn4k-utils/Manifest @@ -1,4 +1,4 @@ -MD5 d6c782fe6e06fb223ab22808761e4199 isdn4k-utils-3.2_p1-r2.ebuild 2756 +MD5 cf14cd3b0da0ff8f8f922078e7aafc20 isdn4k-utils-3.2_p1-r2.ebuild 2778 MD5 d6f2d40a425536f5c33f894c460faef6 ChangeLog 1132 MD5 bc56736a78cdcba1b4b8743d58aed1fa files/isdn4k-utils-3.2_p1.config 2275 MD5 e2cc85397eb8ff285f383213ab00cdad files/digest-isdn4k-utils-3.2_p1-r2 73 diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild index 7ff1579e6ea1..a41796675468 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild,v 1.2 2003/02/13 13:53:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild,v 1.3 2003/04/18 18:51:35 seemant Exp $ IUSE="X" + S=${WORKDIR}/${PN} DESCRIPTION="ISDN-4-Linux Utils" SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/${PN}.v3.2p1.tar.bz2" HOMEPAGE="http://www.isdn4linux.de/" + SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" -RDEPEND="virtual/glibc +RDEPEND=">=sys-apps/portage-2.0.47-r10 + virtual/glibc sys-libs/ncurses sys-libs/gdbm X? ( virtual/x11 )" @@ -47,7 +50,7 @@ src_unpack() { > .config || die # Patch in order to make generic config for countries which are not known to isdnlog source - patch -p1 < ${FILESDIR}/${PVR}/gentoo.patch || die + epatch ${FILESDIR}/${PVR}/gentoo.patch #disabling device creation the easy way: echo "#!/bin/bash" > scripts/makedev.sh |