commit:     e9548ba180c9acab52d2c75f38c4b326f8b04f47
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 14:46:53 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 14:46:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9548ba1

net-vpn/corkscrew: cleanup old EAPI 4

Bug: https://bugs.gentoo.org/743199
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/corkscrew/corkscrew-2.0.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/net-vpn/corkscrew/corkscrew-2.0.ebuild 
b/net-vpn/corkscrew/corkscrew-2.0.ebuild
deleted file mode 100644
index 2982c2a8fdd..00000000000
--- a/net-vpn/corkscrew/corkscrew-2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="a tool for tunneling SSH through HTTP proxies"
-HOMEPAGE="http://www.agroman.net/corkscrew/";
-SRC_URI="http://www.agroman.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog README TODO"
-
-src_prepare() {
-       # Christoph Mende <[email protected] (23 Jun 2010)
-       # Shipped configure doesn't work with some locales (bug #305771)
-       # Shipped missing doesn't work with new configure, so we'll force
-       # regeneration
-       rm -f install-sh missing mkinstalldirs || die
-
-       # Samuli Suominen <[email protected]> (24 Jun 2012)
-       # AC_HEADER_STDC is called separately and #include <string.h> is
-       # without #ifdef in corkscrew.c. Instead of using AC_C_PROTOTYPES,
-       # remove the call entirely as unused wrt bug #423193
-       sed -i -e 's:AM_C_PROTOTYPES:dnl &:' configure.in || die
-
-       eautoreconf
-}

Reply via email to