public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubikey-personalization-gui/
Date: Sun, 28 Jan 2018 23:34:26 +0000 (UTC)	[thread overview]
Message-ID: <1517182453.e48431ace367599d6ac127fbafbcc20e3b3a4f73.asturm@gentoo> (raw)

commit:     e48431ace367599d6ac127fbafbcc20e3b3a4f73
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 23:33:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 23:34:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48431ac

sys-auth/yubikey-personalization-gui: Drop old Qt4-based

Closes: https://bugs.gentoo.org/633444
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 sys-auth/yubikey-personalization-gui/Manifest      |  2 --
 .../yubikey-personalization-gui-3.1.23.ebuild      | 40 ----------------------
 .../yubikey-personalization-gui-3.1.24.ebuild      | 40 ----------------------
 3 files changed, 82 deletions(-)

diff --git a/sys-auth/yubikey-personalization-gui/Manifest b/sys-auth/yubikey-personalization-gui/Manifest
index 77dad7368ea..cecb9a1e3a1 100644
--- a/sys-auth/yubikey-personalization-gui/Manifest
+++ b/sys-auth/yubikey-personalization-gui/Manifest
@@ -1,3 +1 @@
-DIST yubikey-personalization-gui-3.1.23.tar.gz 1450340 BLAKE2B fb183d939334b13faf1464dc65a0a03180a2b402ae628f556dba7211e66e89628718e797a86189f654ca88225c3b834df67b497e7a94d0e210edc433bfff49b8 SHA512 912bcbcac5cad285c43995f646de6aa68cc99a4d047b7632786cd93e38c031e2fb8dcc4f57f45647ba3e276de03aaea6ed9757f72ec2c42a43780c19edcca51b
-DIST yubikey-personalization-gui-3.1.24.tar.gz 947135 BLAKE2B 846fa6792c71b57ffb99c548efe6780571c1d52061393805f0f9a76a7e7722b3fc2851ead913b09028d7798ae7bab4670260cae63a98ef0c0d1b176266fa4338 SHA512 149237a719277a6571916473d31e6099c3f3a2003fcb2893c2becee80788102496dbbc8e424f75fe1f1dd3ac87122bd35b6908cf784458635069d89e7e706cfa
 DIST yubikey-personalization-gui-3.1.25.tar.gz 942121 BLAKE2B edc581824f917b50664dd758a0447fa9a61c85844cd220d82661c9e1f1bbabc1bda77545c1eda2e56a43b8176479c1b161f8e9ad5feb3d61cdc37d301ebde9fc SHA512 6d45c2a9e9c452a44fba5ff3830150ce65e968899215c59fd7b412317143015c466ac706dcfa49def2c4304a01866a3674ba7cc37e47dff4e8c6acb8166fcf45

diff --git a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.23.ebuild b/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.23.ebuild
deleted file mode 100644
index 9f4e92b5148..00000000000
--- a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.23.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils
-
-DESCRIPTION="GUI for personalization of Yubico's YubiKey"
-SRC_URI="http://yubico.github.io/yubikey-personalization-gui/releases/${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization-gui"
-
-KEYWORDS="~amd64"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="debug"
-
-RDEPEND="
-	>=sys-auth/ykpers-1.14.0
-	>=sys-auth/libyubikey-1.6
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qttest:4
-	dev-libs/glib:2
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( NEWS README )
-
-src_configure() {
-	eqmake4 YKPersonalization.pro
-}
-
-src_install() {
-	dobin build/release/yubikey-personalization-gui
-	doman resources/lin/yubikey-personalization-gui.1
-	domenu resources/lin/yubikey-personalization-gui.desktop
-	doicon resources/lin/yubikey-personalization-gui.xpm
-	doicon -s 128 resources/lin/yubikey-personalization-gui.png
-}

diff --git a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.24.ebuild b/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.24.ebuild
deleted file mode 100644
index 3e2afce422b..00000000000
--- a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.24.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils
-
-DESCRIPTION="GUI for personalization of Yubico's YubiKey"
-SRC_URI="http://yubico.github.io/yubikey-personalization-gui/releases/${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization-gui"
-
-KEYWORDS="~amd64"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="debug"
-
-RDEPEND="
-	>=sys-auth/ykpers-1.14.0
-	>=sys-auth/libyubikey-1.6
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qttest:4
-	dev-libs/glib:2
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( NEWS README )
-
-src_configure() {
-	eqmake4 YKPersonalization.pro
-}
-
-src_install() {
-	dobin build/release/yubikey-personalization-gui
-	doman resources/lin/yubikey-personalization-gui.1
-	domenu resources/lin/yubikey-personalization-gui.desktop
-	doicon resources/lin/yubikey-personalization-gui.xpm
-	doicon -s 128 resources/lin/yubikey-personalization-gui.png
-}


             reply	other threads:[~2018-01-28 23:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-28 23:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-04  1:15 [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubikey-personalization-gui/ Sam James
2023-06-04 15:49 Arthur Zamarin
2021-08-01 18:27 Sam James
2020-09-23 10:20 Agostino Sarubbo
2020-09-23 10:13 Marek Szuba
2020-09-06 20:42 Marek Szuba
2020-05-21 19:51 Andreas Sturmlechner
2018-01-28 23:19 Andreas Sturmlechner
2018-01-28 23:19 Andreas Sturmlechner
2016-01-06 20:41 Manuel Rüger
2016-01-06 20:40 Manuel Rüger
2015-10-05 22:19 Manuel Rüger
2015-09-11 21:52 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1517182453.e48431ace367599d6ac127fbafbcc20e3b3a4f73.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox