diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-08 10:49:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-08 10:49:57 +0100 |
commit | 3f64fd76393782f1e3c1c1537389dd106a1fb659 (patch) | |
tree | 1cc902c968b32c116e344af72c42b498b83cabb5 /kde-plasma/plasma-vault | |
parent | dev-vcs/bzr: added dep on || ( cython pyrex ) (diff) | |
download | gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.tar.gz gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.tar.bz2 gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.zip |
kde-plasma: Drop KDE Plasma 5.11.2
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'kde-plasma/plasma-vault')
-rw-r--r-- | kde-plasma/plasma-vault/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-vault/plasma-vault-5.11.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest index a6b2609f452b..c412262d393d 100644 --- a/kde-plasma/plasma-vault/Manifest +++ b/kde-plasma/plasma-vault/Manifest @@ -1,2 +1 @@ -DIST plasma-vault-5.11.2.tar.xz 91092 SHA256 a60258f6978d2cfb122cf7786f4e9cf3c54c4314e47c9a388b6a80552920b7d3 SHA512 3d70263adac3e6daf8717c987d9a0d50bb88003181dea55feb32e963b918b5c7e8a9048debaf6562663a0f35ef0d3dcfbee4ea997acfc8b739c014de478a9219 WHIRLPOOL 8bad0ad63adbad6417a98aaf5d7f48309c748253aa9a043f8828ea65107950f110af59eb0fbd1db4273bcfd478e62b5abd114df0b619e3f5b1fd742e6c1efb6f DIST plasma-vault-5.11.3.tar.xz 91084 SHA256 2a8a6e0dc5eb96ceff9424b19deb3e0d1e888d45a72e6ba81bf1dc4bc318c28b SHA512 2c4519b3bc2cef3425d2c2e171cf517e41aaa4cc61bbefd3c9a70a15f415ff31a9e13aba2afe6d7dbcb8f391e3926dc562907eed701dbe040f3900cdeeef0058 WHIRLPOOL 55fa4cf53a2f45cf0279f639a68bef25652531782ed6096300b0761ccfc9cf48834429202b22467d73a3a46140e07ef6b5978e9fddaaa4d507a9197f4c1e0339 diff --git a/kde-plasma/plasma-vault/plasma-vault-5.11.2.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.11.2.ebuild deleted file mode 100644 index 2e4eb64b0fdd..000000000000 --- a/kde-plasma/plasma-vault/plasma-vault-5.11.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Plasma applet and services for creating encrypted vaults" -HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/" - -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep plasma) - $(add_frameworks_dep kwidgetsaddons) - $(add_plasma_dep libksysguard) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - || ( sys-fs/cryfs sys-fs/encfs ) -" |