summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-02-29 13:55:41 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-02-29 13:55:41 +0000
commit400eab4eb8c7d0d19a2352097061197e89409754 (patch)
tree3784392c2fef627f5e0efa5206fd20aebad6827f /net-dialup/wvdial
parentVresion bump; closes bug #43241. (Manifest recommit) (diff)
downloadgentoo-2-400eab4eb8c7d0d19a2352097061197e89409754.tar.gz
gentoo-2-400eab4eb8c7d0d19a2352097061197e89409754.tar.bz2
gentoo-2-400eab4eb8c7d0d19a2352097061197e89409754.zip
version bump, bug #41186, thx to Peter Colijn <sirjoltalot@yahoo.com>
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r--net-dialup/wvdial/ChangeLog10
-rw-r--r--net-dialup/wvdial/Manifest3
-rw-r--r--net-dialup/wvdial/files/digest-wvdial-1.54.01
-rw-r--r--net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch32
-rw-r--r--net-dialup/wvdial/wvdial-1.54.0.ebuild41
5 files changed, 85 insertions, 2 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog
index 74d5c0b76bac..2c4917a2586c 100644
--- a/net-dialup/wvdial/ChangeLog
+++ b/net-dialup/wvdial/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dialup/wvdial
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.14 2003/11/19 14:51:14 lanius Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.15 2004/02/29 13:55:41 lanius Exp $
+
+*wvdial-1.54.0 (29 Feb 2004)
+
+ 29 Feb 2004; Heinrich Wendel <lanius@gentoo.org> wvdial-1.54.0.ebuild,
+ files/wvdial-1.54.0-makefile.patch:
+ version bump, bug #41186, thx to Peter Colijn <sirjoltalot@yahoo.com>
19 Nov 2003; Heinrich Wendel <lanius@gentoo.org> metadata.xml:
metadata.xml
diff --git a/net-dialup/wvdial/Manifest b/net-dialup/wvdial/Manifest
index 7ff51524744d..c74227705d0d 100644
--- a/net-dialup/wvdial/Manifest
+++ b/net-dialup/wvdial/Manifest
@@ -1,5 +1,8 @@
MD5 0f5a7bcff495063e3391d40bbb13c034 wvdial-1.53-r1.ebuild 1219
+MD5 b0f1e218dd1605f33aac75f4570bf960 wvdial-1.54.ebuild 1001
MD5 5dfbe3269f2cc66ad6b0cfd9184a3147 ChangeLog 2087
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
+MD5 1489ec41710bdf170ba0c316d0a8c454 files/wvdial-1.54-makefile.patch 960
+MD5 3827cdddb51c272de82c6ac8b54a862f files/digest-wvdial-1.54 64
MD5 10b5850b5a52a665bc8cb8ffc7b06bd9 files/wvdial-1.53-crypt.patch 381
MD5 dd6d40650ac9dab6a45f71a9cadbc7a9 files/digest-wvdial-1.53-r1 62
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.54.0 b/net-dialup/wvdial/files/digest-wvdial-1.54.0
new file mode 100644
index 000000000000..6442ef51a825
--- /dev/null
+++ b/net-dialup/wvdial/files/digest-wvdial-1.54.0
@@ -0,0 +1 @@
+MD5 8648c044305fc66ee33ecc55d36f8c8b wvdial-1.54.0.tar.gz 67374
diff --git a/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch b/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch
new file mode 100644
index 000000000000..88ef2b8cc8ff
--- /dev/null
+++ b/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch
@@ -0,0 +1,32 @@
+diff -ruN wvdial-1.54.0/Makefile wvdial-1.54.0.makefile/Makefile
+--- wvdial-1.54.0/Makefile 2003-11-14 14:46:13.000000000 -0500
++++ wvdial-1.54.0.makefile/Makefile 2004-02-14 04:28:20.754534496 -0500
+@@ -1,15 +1,13 @@
+-ifeq ($(TOPDIR),)
+- TOPDIR=.
+- PKGINC=/usr/include/wvstreams /usr/local/include/wvstreams
+- LIBS := $(LIBS) \
++TOPDIR=.
++PKGINC=/usr/include/wvstreams /usr/local/include/wvstreams
++LIBS := $(LIBS) \
+ $(shell $(CC) -lsupc++ 2>&1 | grep -q "undefined reference" \
+ && echo " -lsupc++")
+-endif
+
+-PREFIX=/usr/local
++PREFIX=${DESTDIR}/usr
+ BINDIR=${PREFIX}/bin
+ MANDIR=${PREFIX}/share/man
+-PPPDIR=/etc/ppp/peers
++PPPDIR=${DESTDIR}/etc/ppp/peers
+
+ include $(TOPDIR)/wvrules.mk
+
+@@ -21,7 +19,7 @@
+ wvdial.a: wvdialer.o wvdialtext.o wvmodemscan.o wvpapchap.o wvdialbrain.o \
+ wvdialmon.o
+
+-LIBS += -L../wvstreams -lwvutils -lwvstreams
++LIBS += -L../wvstreams -lwvutils -lwvstreams -ldb
+
+ wvdial wvdialconf papchaptest pppmon: wvdial.a
diff --git a/net-dialup/wvdial/wvdial-1.54.0.ebuild b/net-dialup/wvdial/wvdial-1.54.0.ebuild
new file mode 100644
index 000000000000..d2048d95aa45
--- /dev/null
+++ b/net-dialup/wvdial/wvdial-1.54.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+inherit flag-o-matic
+
+DESCRIPTION="Excellent program to automatically configure PPP sessions"
+HOMEPAGE="http://open.nit.ca/wiki/?page=WvDial"
+SRC_URI="http://open.nit.ca/download/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~hppa"
+
+DEPEND="virtual/glibc
+ >=net-dialup/ppp
+ >=net-libs/wvstreams-3.74"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-makefile.patch
+}
+
+src_compile() {
+ [ "${ARCH}" = "alpha" -o "${ARCH}" = "hppa" ] && append-libs -fPIC
+ emake || die "compile failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc COPYING.LIB CHANGES FAQ MENUS README TODO
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Use wvdialconf to automagically generate a configuration file."
+ einfo
+ einfo "Users have to be member of the dialout AND the uucp group"
+ einfo "to use wvdial!"
+ einfo
+}