summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/wvdial/Manifest1
-rw-r--r--net-dialup/wvdial/files/wvdial-1.61-as-needed.patch15
-rw-r--r--net-dialup/wvdial/files/wvdial-1.61-destdir.patch35
-rw-r--r--net-dialup/wvdial/files/wvdial-1.61-parallel-make.patch20
-rw-r--r--net-dialup/wvdial/metadata.xml8
-rw-r--r--net-dialup/wvdial/wvdial-1.61.ebuild50
6 files changed, 0 insertions, 129 deletions
diff --git a/net-dialup/wvdial/Manifest b/net-dialup/wvdial/Manifest
deleted file mode 100644
index aaeb2e52..00000000
--- a/net-dialup/wvdial/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wvdial-1.61.tar.gz 94854 SHA512 e949632583d889ad040c284f42c46790d247fffbc2d5e926c4b5836c970002f07741d26d052489bdc9c8144dcbb62a12851a3c275a5cecd5393d2722f43bb49a
diff --git a/net-dialup/wvdial/files/wvdial-1.61-as-needed.patch b/net-dialup/wvdial/files/wvdial-1.61-as-needed.patch
deleted file mode 100644
index 06c3ddd5..00000000
--- a/net-dialup/wvdial/files/wvdial-1.61-as-needed.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- wvdial-1.60/Makefile.in 2008-12-14 17:18:25.000000000 +0100
-+++ wvdial-1.60/Makefile.in 2008-12-14 17:20:13.000000000 +0100
-@@ -15,10 +15,12 @@
- ifeq ($(PC_LIBS),)
- $(error WvStreams does not appear to be installed)
- endif
- LIBS+=$(PC_LIBS)
-
-+wvdial-LIBS+= -luniconf
-+
- BINDIR=${prefix}/bin
- MANDIR=${prefix}/share/man
- PPPDIR=${DESTDIR}/etc/ppp/peers
-
- include wvrules.mk
diff --git a/net-dialup/wvdial/files/wvdial-1.61-destdir.patch b/net-dialup/wvdial/files/wvdial-1.61-destdir.patch
deleted file mode 100644
index ceea4005..00000000
--- a/net-dialup/wvdial/files/wvdial-1.61-destdir.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-=== modified file 'Makefile.in'
---- a/Makefile.in 2010-05-27 13:08:26 +0000
-+++ b/Makefile.in 2010-05-27 13:08:41 +0000
-@@ -3,7 +3,7 @@
- WVPACKAGE_TARNAME=@PACKAGE_TARNAME@
- WVPACKAGE_VERSION=@PACKAGE_VERSION@
-
--prefix=/usr/local
-+prefix=${DESTDIR}/usr
- WVSTREAMS_INC=
- WVSTREAMS_LIB=
- WVSTREAMS_BIN=$(prefix)/bin
-@@ -23,7 +23,7 @@
-
- BINDIR=${prefix}/bin
- MANDIR=${prefix}/share/man
--PPPDIR=/etc/ppp/peers
-+PPPDIR=${DESTDIR}/etc/ppp/peers
-
- include wvrules.mk
-
-
-=== modified file 'config.defaults.mk'
---- a/config.defaults.mk 2010-05-27 13:08:26 +0000
-+++ b/config.defaults.mk 2010-05-27 13:43:03 +0000
-@@ -13,7 +13,7 @@
- LIBS_PAM=-lpam
- LIBS_TCL=
-
--prefix=/usr/local
-+prefix=${DESTDIR}/usr
- datadir=${prefix}/share
- includedir=${prefix}/include
- infodir=${prefix}/share/info
-
diff --git a/net-dialup/wvdial/files/wvdial-1.61-parallel-make.patch b/net-dialup/wvdial/files/wvdial-1.61-parallel-make.patch
deleted file mode 100644
index 4c0c8370..00000000
--- a/net-dialup/wvdial/files/wvdial-1.61-parallel-make.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- wvdial-1.61/wvrules-posix.mk
-+++ wvdial-1.61/wvrules-posix.mk
-@@ -85,12 +85,15 @@
- $(AR) s $1
- endef
-
--CC: FORCE
-+CC:
- @CC="$(CC)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
- $(WVSTREAMS_SRC)/gen-cc CC c
-
--CXX: FORCE
-+CXX:
- @CC="$(CXX)" CFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
- $(WVSTREAMS_SRC)/gen-cc CXX cc
-
-+#All files must depend on the above two rules. This is a godawful hack.
-+$(shell find -type f '(' -name '*.c' -o -name '*.cc' ')' ): CC CXX
-+
- wvlink=$(LINK_MSG)$(WVLINK_CC) $(LDFLAGS) $($1-LDFLAGS) -o $1 $(filter %.o %.a %.so, $2) $($1-LIBS) $(XX_LIBS) $(LDLIBS) $(PRELIBS) $(LIBS)
diff --git a/net-dialup/wvdial/metadata.xml b/net-dialup/wvdial/metadata.xml
deleted file mode 100644
index 1dd65a58..00000000
--- a/net-dialup/wvdial/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="google-code">wvstreams</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-dialup/wvdial/wvdial-1.61.ebuild b/net-dialup/wvdial/wvdial-1.61.ebuild
deleted file mode 100644
index 8b4cbf2d..00000000
--- a/net-dialup/wvdial/wvdial-1.61.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-RESTRICT="mirror"
-inherit readme.gentoo-r1
-
-DESCRIPTION="Excellent program to automatically configure PPP sessions"
-HOMEPAGE="https://code.google.com/archive/p/wvstreams/"
-SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE=""
-
-COMMON_DEPEND=">=net-libs/wvstreams-4.4"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- net-dialup/ppp:=
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-destdir.patch"
- "${FILESDIR}/${P}-as-needed.patch"
- "${FILESDIR}/${P}-parallel-make.patch"
-# possibly unfixed: https://bugs.gentoo.org/show_bug.cgi?id=611028
-)
-
-DOC_CONTENTS="
- Use wvdialconf to automagically generate a configuration file.
- Users have to be member of the dialout AND the uucp group to use
- wvdial
-"
-
-src_configure() {
- # Hand made configure...
- ./configure || die
-}
-
-src_install() {
- default
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}