diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-01 17:37:55 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-01 17:37:55 +0000 |
commit | 4acc9aea835174e0420518c62917c79b5fee3f9a (patch) | |
tree | 75929604ef7bc169f4d5e7b7dd2637a1b8a67abe /net-dialup/pptpclient | |
parent | version bump, remove old (diff) | |
download | gentoo-2-4acc9aea835174e0420518c62917c79b5fee3f9a.tar.gz gentoo-2-4acc9aea835174e0420518c62917c79b5fee3f9a.tar.bz2 gentoo-2-4acc9aea835174e0420518c62917c79b5fee3f9a.zip |
Drop old version
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/pptpclient')
-rw-r--r-- | net-dialup/pptpclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/pptpclient/files/pptpclient-1.7.1-process-name.patch | 26 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.7.1-r1.ebuild | 52 |
3 files changed, 6 insertions, 80 deletions
diff --git a/net-dialup/pptpclient/ChangeLog b/net-dialup/pptpclient/ChangeLog index bf1452f85633..ea70c8ebfc43 100644 --- a/net-dialup/pptpclient/ChangeLog +++ b/net-dialup/pptpclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/pptpclient -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.57 2010/04/29 19:46:17 truedfx Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.58 2013/04/01 17:37:54 pinkbyte Exp $ + + 01 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> -pptpclient-1.7.1-r1.ebuild, + -files/pptpclient-1.7.1-process-name.patch: + Drop old version 29 Apr 2010; Harald van Dijk <truedfx@gentoo.org> pptpclient-1.7.2-r2.ebuild: diff --git a/net-dialup/pptpclient/files/pptpclient-1.7.1-process-name.patch b/net-dialup/pptpclient/files/pptpclient-1.7.1-process-name.patch deleted file mode 100644 index 8add526a439c..000000000000 --- a/net-dialup/pptpclient/files/pptpclient-1.7.1-process-name.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nru pptp-1.7.1.orig/pptp.c pptp-1.7.1/pptp.c ---- pptp-1.7.1.orig/pptp.c 2006-02-13 05:07:42.000000000 +0200 -+++ pptp-1.7.1/pptp.c 2007-03-18 09:23:16.000000000 +0200 -@@ -43,11 +43,7 @@ - #include "pptp_callmgr.h" - #include "pptp_gre.h" - #include "version.h" --#if defined(__linux__) --#include <linux/prctl.h> --#else - #include "inststr.h" --#endif - #include "util.h" - #include "pptp_quirks.h" - #include "pqueue.h" -@@ -355,10 +351,6 @@ - - snprintf(buf, sizeof(buf), "pptp: GRE-to-PPP gateway on %s", - ttyname(tty_fd)); --#ifdef PR_SET_NAME -- rc = prctl(PR_SET_NAME, "pptpgw", 0, 0, 0); -- if (rc != 0) perror("prctl"); --#endif - inststr(argc, argv, envp, buf); - if (sigsetjmp(env, 1)!= 0) goto shutdown; - diff --git a/net-dialup/pptpclient/pptpclient-1.7.1-r1.ebuild b/net-dialup/pptpclient/pptpclient-1.7.1-r1.ebuild deleted file mode 100644 index bc5f0eb0a316..000000000000 --- a/net-dialup/pptpclient/pptpclient-1.7.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.1-r1.ebuild,v 1.1 2007/03/18 07:39:17 mrness Exp $ - -inherit eutils - -MY_P=${P/client} -MY_CMD=pptp-command-20050401 - -DESCRIPTION="Linux client for PPTP" -HOMEPAGE="http://pptpclient.sourceforge.net/" -SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz - mirror://gentoo/${MY_CMD}.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="tk" - -DEPEND=">=net-dialup/ppp-2.4.2 - dev-lang/perl - tk? ( dev-perl/perl-tk )" - -RESTRICT="test" #make test is useless and vector_test.c is broken - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - epatch "${FILESDIR}"/${P}-process-name.patch -} - -src_compile() { - emake OPTIMISE= DEBUG= CFLAGS="${CFLAGS}" || die "make failed" -} - -src_install() { - dosbin pptp - dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING - dodoc Documentation/* - dodoc Reference/* - dodir /etc/pptp.d - - # The current version of pptp-linux doesn't include the - # RH-specific portions, so include them ourselves. - insinto /etc/ppp - doins options.pptp - newsbin "${WORKDIR}/${MY_CMD}" pptp-command - dosbin "${FILESDIR}/pptp_fe.pl" - use tk && dosbin "${FILESDIR}/xpptp_fe.pl" -} |