summaryrefslogtreecommitdiff
path: root/net-vpn/vpncwatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /net-vpn/vpncwatch
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'net-vpn/vpncwatch')
-rw-r--r--net-vpn/vpncwatch/Manifest3
-rw-r--r--net-vpn/vpncwatch/files/vpncwatch-1.8-Makefile.patch23
-rw-r--r--net-vpn/vpncwatch/vpncwatch-1.8.ebuild28
3 files changed, 0 insertions, 54 deletions
diff --git a/net-vpn/vpncwatch/Manifest b/net-vpn/vpncwatch/Manifest
index 9144491b7e7e..3f33d73b2ce8 100644
--- a/net-vpn/vpncwatch/Manifest
+++ b/net-vpn/vpncwatch/Manifest
@@ -1,7 +1,4 @@
-AUX vpncwatch-1.8-Makefile.patch 586 BLAKE2B d2dd9ab9b3643e54cf697f18da4f7f5bc55cb8374370d7f6e1708b2935d6d731a965bb358249c6c14405b2be73d7b73112a8167f6f7f790cb834ba6f2ca14685 SHA512 7d342755f5021a239de7564e4105bf4b1937f1ad5dc4b379b2fc487d70698e887100114dc7df5de0ba59427d7b875e484e91c9a7ef6100a4ac7711b9f568e3d7
AUX vpncwatch-1.8.1-Makefile.patch 588 BLAKE2B b2a994528162b075787a5845352a07d1e349f6325da63cc1811d7dc9d03d430377c1ec5f783826b4220c1f61407271a7012dce5d80d0eaed60f67dca211fbdb5 SHA512 2ff3521d270b416bf293665a3d82b70b05dee3f63cd7023dc41887751046d0388cd5149e81235aa9b151924848507566ad59f3a0709dd381390721d86b9bee25
DIST vpncwatch-1.8.1.tar.gz 17420 BLAKE2B 3055121017b0a8af17efd14055d62c1cd11eacdefbdfee26b374bc538dc06a13c8a16b4162876ec6993175d1b66a8312f124d2cac896382c4be861e711bf037e SHA512 f5f5f68e2644ee3748a811505025155e77a7d3e345ddfc2f847674aa5d7e9e8be86d10708aeefc521ac747744e4f7edc3853ff230022aee7b098e8d0a35db5c2
-DIST vpncwatch-1.8.tar.gz 16356 BLAKE2B 73245fd15f20df1e7af485b467c40da93163a5c475c6be2ee5739e3252b6a60516e0f2370f5dfb7c20aa0b7bbaf0821b7ae126b718094356e6de5e18b88a858b SHA512 33771af327995be170e98169e4f5594a8298a613b865f1fb3157b0bccb8218e81a4bb26c7d9783d2f7d0963dafa04d21100889c5c710166b4a1e1487f945dceb
EBUILD vpncwatch-1.8.1.ebuild 547 BLAKE2B 4c7f90c8726ca86b2d8a27057aefee02b33fd2d82dbdbc23e191e8f644a38d734159f34c1bf557e67f076acc1114d8de7a2fe08e65bb11d67acd63c883b42164 SHA512 7bf558be56841bb3502d20f3b7631a46e9cdbb12c298f18faa89bc6bca38a5d35a5e0a95973a061a8cd37a5970885fafa655bb8f5e9d09caa430d3296005e28d
-EBUILD vpncwatch-1.8.ebuild 549 BLAKE2B 9eb5fb3318a34c9eead9bc5452cb68c97376ec28b1e9c6e75eb346599b4661bd82b0139d7c064279ec07d0cc0afbd6a0a45f3e98c40150bed63da0d135aaab21 SHA512 584541c62ab0dfd0dd3a5cb9968d90169a03cef07520d611de148edd0dcb1190a7cce281e5881469b82565f296865afd01d7016254d60585338fc4c47f0bd937
MISC metadata.xml 307 BLAKE2B 5ffcbe7f150854ef53d8875ce97fd00d1139fc862046788f1c3754be2c27d4a538a04c188ca1a9393579805ec2c07ee4f5026b301092f4c09012ad8164240d41 SHA512 10f6819e34543467e5f0c924a3bccbcd0584e4ad0b97a1233315d2dafc6913631a5594ae9075f81730141e76bd935063b432ed9bc0ddefbb322fe9a26d52c6b5
diff --git a/net-vpn/vpncwatch/files/vpncwatch-1.8-Makefile.patch b/net-vpn/vpncwatch/files/vpncwatch-1.8-Makefile.patch
deleted file mode 100644
index cab556c95352..000000000000
--- a/net-vpn/vpncwatch/files/vpncwatch-1.8-Makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
- Makefile | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 901e0ae..599499a 100644
---- a/Makefile
-+++ b/Makefile
-@@ -10,13 +10,13 @@ OBJS = vpncwatch.o proc.o net.o
- DISTFILES = AUTHORS COPYING README Makefile $(SRCS) $(HDRS) vpnc-watch.py
-
- CC ?= gcc
--CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
-+CFLAGS += -D_GNU_SOURCE -Wall
-
- # Update version in vpncwatch.h as well
- TAG = vpncwatch-1.8
-
- vpncwatch: $(OBJS)
-- $(CC) $(CFLAGS) -o $@ $(OBJS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
-
- .c.o:
- $(CC) $(CFLAGS) -c -o $@ $<
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
-}