diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 09:58:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 09:59:10 +0200 |
commit | 420336464e757748fd3f7b63bdb565f3529b203c (patch) | |
tree | 86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/kpkpass | |
parent | dev-lang/vala: p.masked bump to 0.45.3 (diff) | |
download | gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2 gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip |
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpkpass')
-rw-r--r-- | kde-apps/kpkpass/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kpkpass/kpkpass-18.12.3.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-apps/kpkpass/Manifest b/kde-apps/kpkpass/Manifest index 14cc16c786ce..e77db58defc3 100644 --- a/kde-apps/kpkpass/Manifest +++ b/kde-apps/kpkpass/Manifest @@ -1,2 +1 @@ -DIST kpkpass-18.12.3.tar.xz 23212 BLAKE2B 0f921226e960829a914ca38d4a02f9a492b30df386550b457eebd280412bc34ae1f0c7b7e62afaf5e778bd6e3ec33b541797c39a0ed483d786e2ccf22ef8c06d SHA512 c896f9ac3811b9a23495cceabb1d8b8f9b4d4937b4b8959154bad96c2b1fff97d34c2de23837c578a0b3f6a221de564e47f794aa14023016590c10bba4e7440f DIST kpkpass-19.04.3.tar.xz 23320 BLAKE2B c8f55ffab86915b180a9c0101da21ce51b9568d190d8450ea5e09ef287be0e26c8d1a2c4b3c3e310768065a5c51e49da102dff65ef17364359317f3260075ddf SHA512 ccafb57cb9650c11b41dfcf11ffc3571273248ef7933d6438f893285235fddc54f79bb13c5dbe4d13050695df231e99a188a8da56af3c1c50a9fc18b5adf423e diff --git a/kde-apps/kpkpass/kpkpass-18.12.3.ebuild b/kde-apps/kpkpass/kpkpass-18.12.3.ebuild deleted file mode 100644 index 38958f61aa08..000000000000 --- a/kde-apps/kpkpass/kpkpass-18.12.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Library to deal with Apple Wallet pass files" -HOMEPAGE="https://www.kde.org/applications/office/kontact/" - -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND} - !<kde-apps/kdepim-addons-18.07.80 -" |