From cb84b86affddeac37fa826f4d2c5d82910d88571 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 21 Feb 2021 22:16:56 +0100 Subject: sys-auth/otpcalc: Sync live ebuild from Gentoo repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller --- sys-auth/otpcalc/otpcalc-9999.ebuild | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/sys-auth/otpcalc/otpcalc-9999.ebuild b/sys-auth/otpcalc/otpcalc-9999.ebuild index 940ec69..b6de04d 100644 --- a/sys-auth/otpcalc/otpcalc-9999.ebuild +++ b/sys-auth/otpcalc/otpcalc-9999.ebuild @@ -3,27 +3,19 @@ EAPI=7 -inherit git-r3 meson +inherit git-r3 meson xdg -DESCRIPTION="A One Time Password and S/Key calculator for X" -HOMEPAGE="http://www.killa.net/infosec/otpCalc/" +DESCRIPTION="A One Time Password and S/Key calculator for GTK+" +HOMEPAGE="http://www.killa.net/infosec/otpCalc/ + https://gitlab.com/ulm/otpcalc" +#SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2" EGIT_REPO_URI="https://gitlab.com/ulm/otpcalc.git" -LICENSE="GPL-2+" # bundled crypto functions are not used +LICENSE="GPL-2+" SLOT="0" +#KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" RDEPEND="dev-libs/openssl:0= x11-libs/gtk+:3" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" - -src_configure() { - local emesonargs=( -Dlibcrypto=enabled ) - meson_src_configure -} - -src_install() { - meson_src_install - dosym otpCalc /usr/bin/otpcalc - newman - otpcalc.1 <<< ".so man1/otpCalc.1" -} -- cgit v1.2.3-65-gdbad