diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 04:23:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:07 +0100 |
commit | 24d3b6aa34c642ff0e76d9b2a519df721f733e9a (patch) | |
tree | d1a298f014308c5fe4deb59089e4c136f334c920 /app-crypt | |
parent | app-crypt/ccid: add github remote-id (diff) | |
download | gentoo-24d3b6aa34c642ff0e76d9b2a519df721f733e9a.tar.gz gentoo-24d3b6aa34c642ff0e76d9b2a519df721f733e9a.tar.bz2 gentoo-24d3b6aa34c642ff0e76d9b2a519df721f733e9a.zip |
app-crypt/gorilla: EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gorilla/files/gorilla-script-destdir.patch | 4 | ||||
-rw-r--r-- | app-crypt/gorilla/gorilla-1.4-r1.ebuild | 19 |
2 files changed, 11 insertions, 12 deletions
diff --git a/app-crypt/gorilla/files/gorilla-script-destdir.patch b/app-crypt/gorilla/files/gorilla-script-destdir.patch index e18fcd80e3ec..55ac63ede7a7 100644 --- a/app-crypt/gorilla/files/gorilla-script-destdir.patch +++ b/app-crypt/gorilla/files/gorilla-script-destdir.patch @@ -1,5 +1,5 @@ ---- gorilla-1.4/gorilla.in 2006-07-14 13:29:33.000000000 -0400 -+++ gorilla-1.4/gorilla.in.new 2006-07-14 13:33:01.000000000 -0400 +--- a/gorilla.in ++++ b/gorilla.in @@ -1,10 +1,13 @@ #! /bin/sh # the next line restarts using wish \ diff --git a/app-crypt/gorilla/gorilla-1.4-r1.ebuild b/app-crypt/gorilla/gorilla-1.4-r1.ebuild index 2348ecc65614..fdb790d0430d 100644 --- a/app-crypt/gorilla/gorilla-1.4-r1.ebuild +++ b/app-crypt/gorilla/gorilla-1.4-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=7 DESCRIPTION="Password Safe in secure way with GUI interface" HOMEPAGE="https://github.com/zdia/gorilla/wiki" @@ -12,22 +10,23 @@ SRC_URI="https://github.com/zdia/gorilla/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND=" >=dev-lang/tcl-8.4.19:0 >=dev-lang/tk-8.4.19:0 dev-tcltk/iwidgets - dev-tcltk/bwidget" -RDEPEND=${DEPEND} + dev-tcltk/bwidget +" +RDEPEND="${DEPEND}" -src_prepare() { - epatch "${FILESDIR}"/${PN}-script-destdir.patch -} +PATCHES=( + "${FILESDIR}"/${PN}-script-destdir.patch +) src_configure() { ./configure || die "econf failed" } + src_compile() { :; } src_install() { |