summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:43:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:43:25 +0000
commit3bd0d6ee237edbd424f57526f35b2c72d5141d38 (patch)
treea371197cccdb4064cecef54b30f9c82587f55a18 /net-dialup/wvdial
parentSLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff)
downloadgentoo-2-3bd0d6ee237edbd424f57526f35b2c72d5141d38.tar.gz
gentoo-2-3bd0d6ee237edbd424f57526f35b2c72d5141d38.tar.bz2
gentoo-2-3bd0d6ee237edbd424f57526f35b2c72d5141d38.zip
repoman'd
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r--net-dialup/wvdial/files/digest-wvdial-1.41-r31
-rw-r--r--net-dialup/wvdial/wvdial-1.41-r3.ebuild37
-rw-r--r--net-dialup/wvdial/wvdial-1.53.ebuild11
3 files changed, 6 insertions, 43 deletions
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.41-r3 b/net-dialup/wvdial/files/digest-wvdial-1.41-r3
deleted file mode 100644
index 27a954709b26..000000000000
--- a/net-dialup/wvdial/files/digest-wvdial-1.41-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 753312352281f0d8c8579f2ffbffeae2 wvdial-1.41.tar.gz 103321
diff --git a/net-dialup/wvdial/wvdial-1.41-r3.ebuild b/net-dialup/wvdial/wvdial-1.41-r3.ebuild
deleted file mode 100644
index 8eb2dbbbb3e7..000000000000
--- a/net-dialup/wvdial/wvdial-1.41-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r3.ebuild,v 1.7 2002/07/11 06:30:45 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Excellent program which automatically configures your PPP session"
-SRC_URI="http://www.worldvisions.ca/wvdial/${P}.tar.gz"
-HOMEPAGE="http://www.worldvisions.ca/wvdial/"
-
-DEPEND=">=sys-devel/gcc-2.95.2
- virtual/glibc"
-RDEPEND="$DEPEND net-dialup/ppp"
-
-src_unpack() {
- unpack ${A}
- #doesn't seem to be needed anymore
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
- cd ${S}
- cp rules.mk rules.mk.orig
- sed -e "s/-g//g" -e "s/-O6/${CFLAGS}/" rules.mk.orig > rules.mk
- cp Makefile Makefile.orig
- sed -e "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile.orig > Makefile
-}
-
-src_compile() {
- make || die
-}
-
-src_install() {
- into /usr
- dobin wvdial/wvdial wvdial/wvdialconf
- doman *.1
- insinto /etc/ppp/peers
- newins ppp.provider wvdial
- dodoc ANNOUNCE CHANGES COPYING.LIB README
- dodoc debian/changelog debian/copyright
-}
diff --git a/net-dialup/wvdial/wvdial-1.53.ebuild b/net-dialup/wvdial/wvdial-1.53.ebuild
index 5139115dcc63..ab4f3b5be17e 100644
--- a/net-dialup/wvdial/wvdial-1.53.ebuild
+++ b/net-dialup/wvdial/wvdial-1.53.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.3 2002/07/17 10:43:25 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Excellent program which automatically configures your PPP session"
SRC_URI="http://open.nit.ca/download/${P}.tar.gz"
HOMEPAGE="http://http://open.nit.ca"
-DEPEND="virtual/glibc
- net-libs/wvstreams"
-
-RDEPEND="$DEPEND net-dialup/ppp"
+DEPEND="net-libs/wvstreams"
+RDEPEND="net-dialup/ppp"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
src_compile() {