Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
Date: Sat, 06 Oct 2018 14:12:48
Message-Id: 1538835156.231ba7dd0a6c1d5cd84caf2cba367c60c770ef3a.johu@gentoo
1 commit: 231ba7dd0a6c1d5cd84caf2cba367c60c770ef3a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 14:12:09 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 14:12:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231ba7dd
7
8 net-vpn/openfortivpn: Remove 1.6.0
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 net-vpn/openfortivpn/Manifest | 1 -
14 net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild | 38 --------------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
18 index 2385f71f5cc..df1f0409b5b 100644
19 --- a/net-vpn/openfortivpn/Manifest
20 +++ b/net-vpn/openfortivpn/Manifest
21 @@ -1,2 +1 @@
22 -DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc SHA512 547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69
23 DIST openfortivpn-1.7.1.tar.gz 61236 BLAKE2B b382ceac577e63ebb7a92ee3ca80c45e94f77eb95f8ea75f91a4c2ca2fb006f4d2e5e4c7bdf3974875cfb3611f34ef249218d194d58f66f3b51b30c8b90a3f82 SHA512 9c151ce3f914a7cba13be3e3b98e35d49329ac2c04410b653ce40dfb9fe1912c2e51d0322f9e37d5ed47bb28a46203a19ce87ab2fa670229f2b5ccf5b9bb6fc1
24
25 diff --git a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild
26 deleted file mode 100644
27 index 159200d14e7..00000000000
28 --- a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit autotools linux-info
37 -
38 -DESCRIPTION="A Fortinet compatible VPN client"
39 -HOMEPAGE="https://github.com/adrienverge/openfortivpn"
40 -SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3-with-openssl-exception openssl"
43 -SLOT="0"
44 -KEYWORDS="amd64"
45 -IUSE="libressl"
46 -
47 -DEPEND="
48 - !libressl? ( dev-libs/openssl:0= )
49 - libressl? ( dev-libs/libressl:0= )
50 - net-dialup/ppp
51 -"
52 -RDEPEND="${DEPEND}"
53 -
54 -CONFIG_CHECK="~PPP ~PPP_ASYNC"
55 -
56 -src_prepare() {
57 - default
58 -
59 - sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from Makefile.am"
60 -
61 - eautoreconf
62 -}
63 -
64 -src_install() {
65 - default
66 -
67 - keepdir /etc/openfortivpn
68 -}