From 59446412849af9496fca0dc9c53002e4db3a8362 Mon Sep 17 00:00:00 2001 From: Mathy Vanvoorden Date: Tue, 7 Nov 2017 20:24:22 +0100 Subject: net-vpn/openfortivpn: version bump to 1.5.0. Closes: https://bugs.gentoo.org/631006 Closes: https://github.com/gentoo/gentoo/pull/6144 Package-Manager: Portage-2.3.8, Repoman-2.3.4 --- net-vpn/openfortivpn/Manifest | 2 +- net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild | 38 -------------------------- net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild | 38 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild create mode 100644 net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild (limited to 'net-vpn') diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest index 0777d3289094..7ecda3080fbb 100644 --- a/net-vpn/openfortivpn/Manifest +++ b/net-vpn/openfortivpn/Manifest @@ -1 +1 @@ -DIST openfortivpn-1.3.0.tar.gz 48414 SHA256 a7dee87a9ef56c5d5a5d7288ae047f51f29472b2156e7d59bf9301aad6ac44ce SHA512 cedcb5677c03981cb255475113ebd06392edcbf4a57538515ff616db22334f4bef2e379d11eaa5a02f5d6a380ddf4b13bb6718269d01dea91a1ba25833dee107 WHIRLPOOL 164a44416db29acc2ebd9208a08ff9cb9578404739f1e6c5630eeede344a2dd15ae630437a417e382358b8dc44e6c73c431e94ae56f1ec844f96ca43a42965e7 +DIST openfortivpn-1.5.0.tar.gz 52302 SHA256 a96016826bf85435c26ef0e58d14ae91990a08aaf67c701dfa56345dd851c185 SHA512 2ee56baf83b4ca604512dfb0f518c03731be18c08399a4482190ea9c8cf0c14a570e31ae3b1bcd32067203a008d02a7d4414000f817b178b4cdbd171035be76c WHIRLPOOL 98e08de0090c16f70a98320d9a2a99a82dc859a9cac24265d4ad94f31ea68cb5edbc5c552614762b22c2a35c9df3e05a1839a4cf2d94e17b89a09f348135e189 diff --git a/net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild deleted file mode 100644 index 0027219ec510..000000000000 --- a/net-vpn/openfortivpn/openfortivpn-1.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} diff --git a/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild new file mode 100644 index 000000000000..0027219ec510 --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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