From dcda7e5965f93044978b398b82c8f06db31296aa Mon Sep 17 00:00:00 2001 From: Stefan Langenmaier Date: Tue, 21 Feb 2017 14:43:45 -0500 Subject: net-misc/openfortivpn: version bump Add latest release 1.3.0, remove old unstable version 1.2.0. Closes #4054 Gentoo-Bug: 602676 Signed-off-by: Marek Szuba --- net-misc/openfortivpn/Manifest | 2 +- net-misc/openfortivpn/openfortivpn-1.2.0.ebuild | 38 ------------------------ net-misc/openfortivpn/openfortivpn-1.3.0.ebuild | 39 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 39 deletions(-) delete mode 100644 net-misc/openfortivpn/openfortivpn-1.2.0.ebuild create mode 100644 net-misc/openfortivpn/openfortivpn-1.3.0.ebuild (limited to 'net-misc') diff --git a/net-misc/openfortivpn/Manifest b/net-misc/openfortivpn/Manifest index f8b63843af46..0777d3289094 100644 --- a/net-misc/openfortivpn/Manifest +++ b/net-misc/openfortivpn/Manifest @@ -1 +1 @@ -DIST openfortivpn-1.2.0.tar.gz 44609 SHA256 2e0592eb053686f7f54eabf2fd2252446074e6d11072413f98ba5ff07d8c68ab SHA512 836ba43a156c2575222b5d553005662c5a44ad4e21c1a8dc9896d117a1dac2dce64a6815e9b05cb921c2f6166b003c83885e07a8d50a9aca9c5f3cc68f229a67 WHIRLPOOL 8874e0b9d6d103fda8446d75cc9789480b5adfdd3bc734867ae9e6e7518632460f8d609b95df8eedc26d602320c4c3218d223c33c502faed2a7620cda9a23ea0 +DIST openfortivpn-1.3.0.tar.gz 48414 SHA256 a7dee87a9ef56c5d5a5d7288ae047f51f29472b2156e7d59bf9301aad6ac44ce SHA512 cedcb5677c03981cb255475113ebd06392edcbf4a57538515ff616db22334f4bef2e379d11eaa5a02f5d6a380ddf4b13bb6718269d01dea91a1ba25833dee107 WHIRLPOOL 164a44416db29acc2ebd9208a08ff9cb9578404739f1e6c5630eeede344a2dd15ae630437a417e382358b8dc44e6c73c431e94ae56f1ec844f96ca43a42965e7 diff --git a/net-misc/openfortivpn/openfortivpn-1.2.0.ebuild b/net-misc/openfortivpn/openfortivpn-1.2.0.ebuild deleted file mode 100644 index ed1be00c80c4..000000000000 --- a/net-misc/openfortivpn/openfortivpn-1.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit autotools linux-info - -DESCRIPTION="A Fortinet compatible VPN client" -HOMEPAGE="https://github.com/adrienverge/openfortivpn" -SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3-with-openssl-exception openssl" -SLOT="0" -KEYWORDS="~amd64" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="~PPP ~PPP_ASYNC" - -src_prepare() { - default - - sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from Makefile.am" - - eautoreconf -} - -src_install() { - default - - keepdir /etc/openfortivpn -} diff --git a/net-misc/openfortivpn/openfortivpn-1.3.0.ebuild b/net-misc/openfortivpn/openfortivpn-1.3.0.ebuild new file mode 100644 index 000000000000..ecd7c6e8a9d0 --- /dev/null +++ b/net-misc/openfortivpn/openfortivpn-1.3.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools linux-info + +DESCRIPTION="A Fortinet compatible VPN client" +HOMEPAGE="https://github.com/adrienverge/openfortivpn" +SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3-with-openssl-exception openssl" +SLOT="0" +KEYWORDS="~amd64" +IUSE="libressl" + +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + net-dialup/ppp +" +RDEPEND="${DEPEND}" + +CONFIG_CHECK="~PPP ~PPP_ASYNC" + +src_prepare() { + default + + sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from Makefile.am" + + eautoreconf +} + +src_install() { + default + + keepdir /etc/openfortivpn +} -- cgit v1.2.3-65-gdbad