diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-10 22:52:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-10 22:53:41 +0300 |
commit | 0b04dd183274d926475d7d3b19a59c321011709a (patch) | |
tree | fbd6dcf9cc87d9c13ea73a74c919e2c4ff3c1cfe /net-dialup | |
parent | gnome-base/libglade: drop 2.6.4-r3, EAPI6-- (diff) | |
download | gentoo-0b04dd183274d926475d7d3b19a59c321011709a.tar.gz gentoo-0b04dd183274d926475d7d3b19a59c321011709a.tar.bz2 gentoo-0b04dd183274d926475d7d3b19a59c321011709a.zip |
net-dialup/wvdial: drop 1.61, EAPI6--
Closes: https://bugs.gentoo.org/931685
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/wvdial/wvdial-1.61.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/net-dialup/wvdial/wvdial-1.61.ebuild b/net-dialup/wvdial/wvdial-1.61.ebuild deleted file mode 100644 index 2d5386b307d0..000000000000 --- a/net-dialup/wvdial/wvdial-1.61.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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" -) - -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 -} |