summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/vpncwatch/vpncwatch-1.8.ebuild')
-rw-r--r--net-vpn/vpncwatch/vpncwatch-1.8.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-vpn/vpncwatch/vpncwatch-1.8.ebuild b/net-vpn/vpncwatch/vpncwatch-1.8.ebuild
deleted file mode 100644
index d758a74b4f85..000000000000
--- a/net-vpn/vpncwatch/vpncwatch-1.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A keepalive daemon for vpnc on Linux systems"
-HOMEPAGE="https://github.com/dcantrell/vpncwatch/"
-SRC_URI="https://github.com/downloads/dcantrell/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-vpn/vpnc"
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}-Makefile.patch"
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- dodoc README ChangeLog AUTHORS
-}