From 95461df035e3867364495f065e5e805bf629b2d7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Oct 2021 00:10:07 +0100 Subject: gentoo resync : 25.10.2021 --- net-vpn/vpncwatch/Manifest | 4 +-- .../vpncwatch/files/vpncwatch-1.8.1-Makefile.patch | 5 ---- net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild | 29 ++++++++++++++++++++++ net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild | 28 --------------------- 4 files changed, 31 insertions(+), 35 deletions(-) create mode 100644 net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild delete mode 100644 net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild (limited to 'net-vpn/vpncwatch') diff --git a/net-vpn/vpncwatch/Manifest b/net-vpn/vpncwatch/Manifest index 511bc13f092a..01531d49ccda 100644 --- a/net-vpn/vpncwatch/Manifest +++ b/net-vpn/vpncwatch/Manifest @@ -1,4 +1,4 @@ -AUX vpncwatch-1.8.1-Makefile.patch 588 BLAKE2B b2a994528162b075787a5845352a07d1e349f6325da63cc1811d7dc9d03d430377c1ec5f783826b4220c1f61407271a7012dce5d80d0eaed60f67dca211fbdb5 SHA512 2ff3521d270b416bf293665a3d82b70b05dee3f63cd7023dc41887751046d0388cd5149e81235aa9b151924848507566ad59f3a0709dd381390721d86b9bee25 +AUX vpncwatch-1.8.1-Makefile.patch 452 BLAKE2B e933cd68ef4acb5546e20e347424cfd372a63a5e896a9297ac9b5113ddec21d06944c699c93e4dd7f7cd899c2ba9f3133e74104d9f2c6d584d0d7a3586d48e30 SHA512 5e0d1d9500c4927e06d53c10a311ad3fa95b2a03c514c66ad8e4e29801a0c8f7f727577a2ce18fa5c7cd77f03f908d9985202313179ac826600584a2884c18e3 DIST vpncwatch-1.8.1.tar.gz 17420 BLAKE2B 3055121017b0a8af17efd14055d62c1cd11eacdefbdfee26b374bc538dc06a13c8a16b4162876ec6993175d1b66a8312f124d2cac896382c4be861e711bf037e SHA512 f5f5f68e2644ee3748a811505025155e77a7d3e345ddfc2f847674aa5d7e9e8be86d10708aeefc521ac747744e4f7edc3853ff230022aee7b098e8d0a35db5c2 -EBUILD vpncwatch-1.8.1.ebuild 544 BLAKE2B 91292f0dee283af60e2edf73df587a4583eb0ab3630892b52edc1978cc5078f99a4d3a3700108c81ccd698285da94e7ddd58c74b652b427635a9173ca376994c SHA512 86ef97182e94aa340d096f502eedd42f33d6e5e57a44803271ed5c333d14d5d5e9f3805889a6715765d63360a4ca4b009eecc809961834f2b7acdfda9d172f3f +EBUILD vpncwatch-1.8.1-r1.ebuild 515 BLAKE2B 875636466cbc1a350f5253b5ae4104b8c470cdbea29116519ede8a7bcc4ee9b2af5f890c922ddf0acdfdf7ec15fb2832cbb28540e7b0e3907be683e544077364 SHA512 3ae7750295d5e01c272162e5d0492ecffdc6464fe4d8e893d679942106fb77246cc6417433a971657cd7f6c8458238da6682a98560da290b3cf7be4cebeebc93 MISC metadata.xml 257 BLAKE2B 356c84c43af0dcb44f292c7e924a81ec0ffe2476349938199e8f57c0e213eada22ee3f94a8d5b358a12da8493f3a11cac62ef0e126d696b005fba8cb1e3915ff SHA512 a67eff406638fe22dd5c5d27446babe724f0291728cf47d2ce5606777ab24562d4c411364859ae4d98c0e8b614a201462f6ad21f55ef13d83cc49e710075ee8b diff --git a/net-vpn/vpncwatch/files/vpncwatch-1.8.1-Makefile.patch b/net-vpn/vpncwatch/files/vpncwatch-1.8.1-Makefile.patch index 1f982ee76a3f..19f5266a0189 100644 --- a/net-vpn/vpncwatch/files/vpncwatch-1.8.1-Makefile.patch +++ b/net-vpn/vpncwatch/files/vpncwatch-1.8.1-Makefile.patch @@ -1,8 +1,3 @@ - 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 diff --git a/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild b/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild new file mode 100644 index 000000000000..5f271c07ccee --- /dev/null +++ b/net-vpn/vpncwatch/vpncwatch-1.8.1-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="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" + +RDEPEND="net-vpn/vpnc" + +PATCHES=( + "${FILESDIR}"/${P}-Makefile.patch +) + +src_configure() { + tc-export CC +} + +src_install() { + dobin ${PN} + einstalldocs +} diff --git a/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild b/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild deleted file mode 100644 index 5ded447a59db..000000000000 --- a/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch toolchain-funcs - -DESCRIPTION="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 -} -- cgit v1.2.3