summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-12-10 16:38:37 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-12-10 16:38:37 +0000
commit537ef5924ecd22173912bb9bba4e40b45268c01f (patch)
treebb402689b123f7a1a7e9dba276164ea90fce8725 /net-dialup/wvdial
parentNew version (diff)
downloadgentoo-2-537ef5924ecd22173912bb9bba4e40b45268c01f.tar.gz
gentoo-2-537ef5924ecd22173912bb9bba4e40b45268c01f.tar.bz2
gentoo-2-537ef5924ecd22173912bb9bba4e40b45268c01f.zip
Closing bug #10133 -- missing wvstreams dependency caused some merges of wvdial
to fail with missing library dependencies.
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r--net-dialup/wvdial/ChangeLog8
-rw-r--r--net-dialup/wvdial/files/digest-wvdial-1.53-r1 (renamed from net-dialup/wvdial/files/digest-wvdial-1.53)0
-rw-r--r--net-dialup/wvdial/wvdial-1.53-r1.ebuild (renamed from net-dialup/wvdial/wvdial-1.53.ebuild)4
3 files changed, 8 insertions, 4 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog
index 8fc577e0a5ab..7623f37ebf65 100644
--- a/net-dialup/wvdial/ChangeLog
+++ b/net-dialup/wvdial/ChangeLog
@@ -1,8 +1,12 @@
# ChangeLog for net-dialup/wvdial
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.5 2002/12/09 04:33:09 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.6 2002/12/10 16:38:37 drobbins Exp $
-\* Autoupdate keywords (12-6-02)
+*wvdial-1.53-r1 (10 Dec 2002)
+
+ 10 Dec 2002; Daniel Robbins <drobbins@gentoo.org>: Adding missing wvstreams
+ runtime dependency, closing bug #10133. Removing buggy 1.53 ebuild.
+
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*wvdial-1.53 (27 Apr 2002)
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.53 b/net-dialup/wvdial/files/digest-wvdial-1.53-r1
index ac94385b97fb..ac94385b97fb 100644
--- a/net-dialup/wvdial/files/digest-wvdial-1.53
+++ b/net-dialup/wvdial/files/digest-wvdial-1.53-r1
diff --git a/net-dialup/wvdial/wvdial-1.53.ebuild b/net-dialup/wvdial/wvdial-1.53-r1.ebuild
index e920abd495f4..bc63d65cd647 100644
--- a/net-dialup/wvdial/wvdial-1.53.ebuild
+++ b/net-dialup/wvdial/wvdial-1.53-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.8 2002/12/09 04:33:09 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53-r1.ebuild,v 1.1 2002/12/10 16:38:37 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Excellent program which automatically configures your PPP session"
@@ -8,7 +8,7 @@ SRC_URI="http://open.nit.ca/download/${P}.tar.gz"
HOMEPAGE="http://open.nit.ca/"
DEPEND="net-libs/wvstreams"
-RDEPEND="net-dialup/ppp"
+RDEPEND="${DEPEND} net-dialup/ppp"
SLOT="0"
LICENSE="LGPL-2"