comparison net-misc/ike/ike-2.2.1-r2.ebuild @ 444:20f79c3e04b5

update ike ebuild
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 24 May 2017 10:51:26 +0200
parents ab9e6592da92
children 6bfdb5107178
comparison
equal deleted inserted replaced
443:ab9e6592da92 444:20f79c3e04b5
1 # Copyright 1999-2010 Gentoo Foundation 1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $ 3 # $Header: $
4 4
5 EAPI=6 5 EAPI=5
6 6
7 CMAKE_IN_SOURCE_BUILD="1" 7 CMAKE_IN_SOURCE_BUILD="1"
8 inherit cmake-utils linux-info versionator 8 inherit cmake-utils linux-info versionator
9 9
10 MY_PV=$(replace_version_separator 3 '-' ${PV/rc}) 10 MY_PV=$(replace_version_separator 3 '-' ${PV/rc})
11 MY_P=${PN}-${PV}-release 11 MY_P=${PN}-${PV}-release
12 12
13 DESCRIPTION="Shrew soft VPN Client" 13 DESCRIPTION="Shrew soft VPN Client"
14 HOMEPAGE="http://www.shrew.net/" 14 HOMEPAGE="http://www.shrew.net/"
15 SRC_URI="https://www.shrew.net/download/${PN}/${MY_P}.tbz2" 15 SRC_URI="https://www.shrew.net/download/${PN}/${MY_P}.tgz"
16 16
17 LICENSE="shrew" 17 LICENSE="shrew"
18 SLOT="0" 18 SLOT="0"
19 KEYWORDS="~amd64 ~x86" 19 KEYWORDS="~amd64 ~x86"
20 IUSE="ldap nat qt4" 20 IUSE="ldap nat qt4"