commit:     61968c8a1fa2f2bd93991801cf8fd3756c3f2c6b
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 11:12:03 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 11:13:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61968c8a

net-vpn/pptpd: stabilize on amd64/x86, drop old version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-vpn/pptpd/pptpd-1.4.0-r2.ebuild | 79 -------------------------------------
 net-vpn/pptpd/pptpd-1.4.0-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 80 deletions(-)

diff --git a/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild 
b/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild
deleted file mode 100644
index 81d148bcf80..00000000000
--- a/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
-HOMEPAGE="http://poptop.sourceforge.net/";
-SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="gre-extreme-debug tcpd"
-
-DEPEND="net-dialup/ppp:=
-       tcpd? ( sys-apps/tcp-wrappers )"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-PATCHES=(
-       "${FILESDIR}/${P}-gentoo.patch"
-       "${FILESDIR}/${P}-sandbox-fix.patch"
-       "${FILESDIR}/${P}-pidfile.patch"
-)
-
-src_prepare() {
-       # Match pptpd-logwtmp.so's version with pppd's version (#89895)
-       local PPPD_VER=`best_version net-dialup/ppp`
-       PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR}
-       PPPD_VER=${PPPD_VER%%[_-]*} # main version without 
beta/pre/patch/revision
-       sed -i -e "s:\\(#define[ \\t]*VERSION[ 
\\t]*\\)\".*\":\\1\"${PPPD_VER}\":" plugins/patchlevel.h || die
-
-       # configure.in is actually configure.ac
-       mv configure.in configure.ac || die
-
-       # Automake 1.13 compatibility, bug #469476
-       sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac || die 
'sed on configure.ac failed'
-
-       # remove 'missing' script to prevent warnings
-       rm missing || die 'remove missing script failed'
-
-       # respect compiler, bug #461722
-       tc-export CC
-
-       # Call to default src_prepare to apply patches
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       use gre-extreme-debug && append-cppflags 
"-DLOG_DEBUG_GRE_ACCEPTING_PACKET"
-       econf \
-               --enable-bcrelay \
-               $(use tcpd && echo "--with-libwrap")
-}
-
-src_compile() {
-       emake COPTS="${CFLAGS}"
-}
-
-src_install() {
-       default
-
-       insinto /etc
-       doins samples/pptpd.conf
-
-       insinto /etc/ppp
-       doins samples/options.pptpd
-
-       newinitd "${FILESDIR}/pptpd-init-r2" pptpd
-       newconfd "${FILESDIR}/pptpd-confd" pptpd
-
-       dodoc README.*
-       dodoc -r samples
-}

diff --git a/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild 
b/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild
index 17768c52b76..d22507a50d4 100644
--- a/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild
+++ b/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gre-extreme-debug tcpd"
 
 DEPEND="net-dialup/ppp:=

Reply via email to