summaryrefslogtreecommitdiff
path: root/net-vpn/corkscrew
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-24 18:29:19 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-24 18:29:19 +0000
commit2ae6e775712c12adb693178c6b5c104a64091e24 (patch)
tree9709520c2ac99cea024305cfc9799024fd0be9b0 /net-vpn/corkscrew
parent61f09dac1e93ecda99dd048d4d59eee94691c7ec (diff)
downloadbaldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.tar.gz
baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.tar.xz
baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.zip
Updating liguros repo
Diffstat (limited to 'net-vpn/corkscrew')
-rw-r--r--net-vpn/corkscrew/corkscrew-2.0.ebuild32
1 files changed, 0 insertions, 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 41e027bdbbcc..000000000000
--- 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="https://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 <angelos@gentoo.org (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 <ssuominen@gentoo.org> (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
-}