diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-29 13:55:41 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-29 13:55:41 +0000 |
commit | 1d83625b2b9e1947cecfb197a7954248a7382de9 (patch) | |
tree | e4e93c0d9fe3189fe0950bb77ad0c23c316d35be /net-dialup | |
parent | Vresion bump; closes bug #43241. (diff) | |
download | historical-1d83625b2b9e1947cecfb197a7954248a7382de9.tar.gz historical-1d83625b2b9e1947cecfb197a7954248a7382de9.tar.bz2 historical-1d83625b2b9e1947cecfb197a7954248a7382de9.zip |
version bump, bug #41186, thx to Peter Colijn <sirjoltalot@yahoo.com>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/wvdial/ChangeLog | 10 | ||||
-rw-r--r-- | net-dialup/wvdial/Manifest | 5 | ||||
-rw-r--r-- | net-dialup/wvdial/files/digest-wvdial-1.54.0 | 1 | ||||
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch | 32 | ||||
-rw-r--r-- | net-dialup/wvdial/wvdial-1.54.0.ebuild | 41 |
5 files changed, 86 insertions, 3 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..0cc651555b4e 100644 --- a/net-dialup/wvdial/Manifest +++ b/net-dialup/wvdial/Manifest @@ -1,5 +1,8 @@ +MD5 0ac9dd70bb734559461fd5514d1041e3 wvdial-1.54.0.ebuild 965 MD5 0f5a7bcff495063e3391d40bbb13c034 wvdial-1.53-r1.ebuild 1219 -MD5 5dfbe3269f2cc66ad6b0cfd9184a3147 ChangeLog 2087 +MD5 2c836088798e3d828cb82f1166892fac ChangeLog 2301 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 10b5850b5a52a665bc8cb8ffc7b06bd9 files/wvdial-1.53-crypt.patch 381 MD5 dd6d40650ac9dab6a45f71a9cadbc7a9 files/digest-wvdial-1.53-r1 62 +MD5 3827cdddb51c272de82c6ac8b54a862f files/digest-wvdial-1.54.0 64 +MD5 1489ec41710bdf170ba0c316d0a8c454 files/wvdial-1.54.0-makefile.patch 960 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 +} |