commit:     22b74e7959265d2c543a54ce9ce0525bf59f04f6
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 15:55:33 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 15:56:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b74e79

app-admin/keepassxc: Removed old.

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-admin/keepassxc/Manifest                  |  1 -
 app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild | 77 ---------------------------
 2 files changed, 78 deletions(-)

diff --git a/app-admin/keepassxc/Manifest b/app-admin/keepassxc/Manifest
index 2025da14cf8..0e3a9bf94e7 100644
--- a/app-admin/keepassxc/Manifest
+++ b/app-admin/keepassxc/Manifest
@@ -1,4 +1,3 @@
 DIST keepassxc-2.1.4.tar.gz 3345520 BLAKE2B 
d599321a412abc05ad0a911b8fe4d14e840d491e59d3f33172a5e6b10812fe8e00d03f23abcc9637be1b8c16b5c7ec640bbc2af63059dc0dd25c99f0bdacfce9
 SHA512 
48030eb6df595c73644f43d6222654c5f76962ae5aa2f44ca4dc9c8e45726380c6be4300af7a8279b07c06b70912da444f2b17c5b6c37a91cb239d695e7518d8
-DIST keepassxc-2.2.1.tar.gz 3880551 BLAKE2B 
9580e263865d186d1f6ad81152ba406ed8ef3d7c9356141392b5b2cd3bc42af57eef7db01028694471097546c621896f2024ba029e10bb2da99bb5f22360d773
 SHA512 
bce2a0d6d3ad32bb507afac22670b34c37f5e36de6a30bb7c9b5a523c12bad59d95a414b90608451660fb9ce224279c7658e1892f2b99c673908449cc86e5595
 DIST keepassxc-2.2.2.tar.gz 3885990 BLAKE2B 
2eb70217a4b73daac3f8eaf797c2c5c5dc6b2d8b7a76a91f45a036da034335937f3f21e48590d8493dcaa4f6079897440338650f14e75fa1884585d36d946bb4
 SHA512 
73a167a79af56d4b6dbef7ce4050ca599f2c107a5c8af3b9e28241504572988b2d8b258135b7a34dfceae5a18cbda26b97ed513bbde14fe3d38e3f41b882d34b
 DIST keepassxc-2.2.4.tar.gz 3895421 BLAKE2B 
0de35f394dae8cf8d70f75d73783965826cc03ac9f0921afa547d02e61cb04be167891d92aa0db09f007c47e96a5a7e5793772c50de14bf65a7f80a603ca6611
 SHA512 
f3308138d63b65a8b384a52f4723507be921d7bbf19031724886fcd12266bf2683326f5531c8f665b0e98ff63cd97251694199ef748191e59a5a8cceb3710025

diff --git a/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild 
b/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild
deleted file mode 100644
index 15016b6c462..00000000000
--- a/app-admin/keepassxc/keepassxc-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit cmake-utils gnome2-utils xdg-utils ${SCM}
-unset SCM
-
-DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
-HOMEPAGE="https://keepassxc.org";
-
-if [[ "${PV}" != 9999 ]] ; then
-       
SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-else
-       EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}";
-fi
-
-LICENSE="LGPL-2.1 GPL-2 GPL-3"
-SLOT="0"
-IUSE="autotype debug http test yubikey"
-
-RDEPEND="
-       dev-libs/libgcrypt:=
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       sys-libs/zlib
-       autotype? (
-               dev-qt/qtx11extras:5
-               x11-libs/libX11
-               x11-libs/libXi
-               x11-libs/libXtst
-       )
-       yubikey? ( sys-auth/ykpers )
-"
-
-DEPEND="
-       ${RDEPEND}
-       dev-qt/linguist-tools:5
-       dev-qt/qtconcurrent:5
-       test? ( dev-qt/qttest:5 )
-"
-
-src_prepare() {
-        use test || \
-               sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
-
-        cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_GUI_TESTS=OFF
-               -DWITH_TESTS="$(usex test)"
-               -DWITH_XC_AUTOTYPE="$(usex autotype)"
-               -DWITH_XC_HTTP="$(usex http)"
-               -DWITH_XC_YUBIKEY="$(usex yubikey)"
-       )
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

Reply via email to