commit:     cb84b86affddeac37fa826f4d2c5d82910d88571
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 21:16:56 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 21:16:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=cb84b86a

sys-auth/otpcalc: Sync live ebuild from Gentoo repo

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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"
-}

Reply via email to