diff options
author | 2017-06-04 16:09:36 +0100 | |
---|---|---|
committer | 2017-06-04 16:09:36 +0100 | |
commit | 27719bc5f2fdbf4dd80a8b4bd49e57bd8bd9ae62 (patch) | |
tree | 4c88c76211005177a3fb4e470e922c3b0cdbbc8c | |
parent | sys-apps/findpat: Bump EAPI (diff) | |
download | betagarden-27719bc5f2fdbf4dd80a8b4bd49e57bd8bd9ae62.tar.gz betagarden-27719bc5f2fdbf4dd80a8b4bd49e57bd8bd9ae62.tar.bz2 betagarden-27719bc5f2fdbf4dd80a8b4bd49e57bd8bd9ae62.zip |
net-misc/ut-vpn: Bump to EAPI=6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | net-misc/ut-vpn/ut-vpn-1.01.ebuild | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/net-misc/ut-vpn/ut-vpn-1.01.ebuild b/net-misc/ut-vpn/ut-vpn-1.01.ebuild index 149cb29..8f47899 100644 --- a/net-misc/ut-vpn/ut-vpn-1.01.ebuild +++ b/net-misc/ut-vpn/ut-vpn-1.01.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + inherit toolchain-funcs DESCRIPTION="UT-VPN" @@ -12,18 +14,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="elibc_FreeBSD" -DEPEND="dev-libs/openssl - sys-libs/readline +DEPEND=" + dev-libs/openssl:0= + sys-libs/ncurses:0= + sys-libs/readline:0= sys-libs/zlib - sys-libs/ncurses elibc_FreeBSD? ( sys-libs/freebsd-lib dev-libs/libiconv )" RDEPEND="${DEPEND}" S="${WORKDIR}"/utvpn-unix-v101-7101-public -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { + default local makefile="" if use x86 ;then @@ -41,11 +43,8 @@ src_unpack() { -e "/^INSTALL_/s:=/:=${D}/:" Makefile || die } -src_compile() { - emake || die -} - src_install() { + local x dodir /usr/bin emake install || die |