From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEDD0138334 for ; Fri, 1 Jun 2018 10:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5362E0856; Fri, 1 Jun 2018 10:05:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7881FE0856 for ; Fri, 1 Jun 2018 10:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E6F1335C72 for ; Fri, 1 Jun 2018 10:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54222A2 for ; Fri, 1 Jun 2018 10:05:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1527847530.0456e59957c02e5018c82a06974010562b82633a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nitrokey-app/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/nitrokey-app/Manifest app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild X-VCS-Directories: app-crypt/nitrokey-app/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0456e59957c02e5018c82a06974010562b82633a X-VCS-Branch: master Date: Fri, 1 Jun 2018 10:05:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1461acee-99dd-4fea-8fba-73dcf8c9a737 X-Archives-Hash: 7dd5945aff54762d3f9d4b0c9cc9882b commit: 0456e59957c02e5018c82a06974010562b82633a Author: David Seifert gentoo org> AuthorDate: Thu May 31 07:58:09 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 1 10:05:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0456e599 app-crypt/nitrokey-app: Remove old Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/nitrokey-app/Manifest | 1 - app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild | 35 ------------------------ 2 files changed, 36 deletions(-) diff --git a/app-crypt/nitrokey-app/Manifest b/app-crypt/nitrokey-app/Manifest index 25eebe0b6ca..db04ebd999f 100644 --- a/app-crypt/nitrokey-app/Manifest +++ b/app-crypt/nitrokey-app/Manifest @@ -1,2 +1 @@ -DIST nitrokey-app-0.6.3.tar.gz 769503 BLAKE2B 97b4f9951cb1ca1e3da1a2af32756b72a9a9e1f8b55d087115a6a95fe26a7aabde6c9503330f43308c3824211524dd1780e104ae6e28e3d60c38cc1b4158edeb SHA512 23960b0ca740a4c9520a3d7043f396ffb6fb730ef28ad44b299aadbb0b7d2fa1a182c38a88fd684fe664c2079c5a03c5a6b8e6ceb7f8ca69a37fb64ef64237a6 DIST nitrokey-app-1.3.tar.gz 1132479 BLAKE2B 96a20ed4156137e13c0b0eb3f69edd537cf2a236781ba55d295b797a2a273ef3a412f27c2302c035569756146acb006752dd91d9176377f142e2a8c8108ef4a1 SHA512 b78830dee0957601b2e2de97ef267154e9b3444e9ef49e307f7aad5810e4184f1b5d5a278711431cac098e51217eda30d27425cd6a83040fb16bc27d6b1aec5b diff --git a/app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild b/app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild deleted file mode 100644 index fb7b2f7c6b9..00000000000 --- a/app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils udev - -DESCRIPTION="Cross platform personalization tool for the Nitrokey" -HOMEPAGE="https://github.com/Nitrokey/nitrokey-app" -SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig" - -mycmakeargs=( -DHAVE_LIBAPPINDICATOR=NO ) - -src_prepare() { - cmake-utils_src_prepare - sed -i "s:DESTINATION lib/udev/rules.d:DESTINATION $(get_udevdir)/rules.d:" \ - CMakeLists.txt || die -} - -pkg_postinst() { - udev_reload -}