diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-09 21:36:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-30 23:12:39 +0100 |
commit | 2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch) | |
tree | 7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/kaccounts-integration | |
parent | kde-apps: 17.08.3 stable for amd64 (diff) | |
download | gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2 gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip |
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r-- | kde-apps/kaccounts-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-17.04.3.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index 9f76f16e7d86..d5cb67c49b93 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1 @@ -DIST kaccounts-integration-17.04.3.tar.xz 68964 SHA256 878fccde7d13efaa1d84ea6a69dba4d118ffc7f4ba3c16857b21402de6dbc768 SHA512 f02300863612d0a6cf7f123e649c67062a49d1545b41eeff6f5ee456f88168236e7e3688f65aa161c25c42548ff4c03184e81b305ab5d691d6e1ce5010d5ef20 WHIRLPOOL 27df345cf2b00a21dbf1c077b6a916affa420f1b2b213edd67e97238ca4d6f9e01caadd970c86e4def2a363fb2b590b19e12da14b5940aa63fc1265adb41ba4c DIST kaccounts-integration-17.08.3.tar.xz 69016 SHA256 a09ef109fbd69d1ad78257c66bcdde2ff64727745da3bc37384e2377ea413932 SHA512 00210737f43b7d4808bafd1899630989ece2ef65e23e0849717fa8fb2cd93881099fe670591025f44b8d901130e6ee0a2843af40f49c6ee7adbcec6cf163aa55 WHIRLPOOL d9c9c566d9f6f44477b767830841ab6b990b0c9e69fe74bf4653e03eedacfc7cfbccd94f52b9051fe87a60e2e3973c9f0ab9814a71c32285a4416a8d7e460bf9 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-17.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-17.04.3.ebuild deleted file mode 100644 index 1d1b1ce4f5e0..000000000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-17.04.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALDBUS_TEST="true" -inherit kde5 - -DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" -HOMEPAGE="https://community.kde.org/KTp" -LICENSE="LGPL-2.1" - -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - net-libs/accounts-qt - >=net-libs/libaccounts-glib-1.21 - net-libs/signond -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kcmutils) - $(add_plasma_dep kde-cli-tools) - sys-devel/gettext -" - -# bug #549444 -RESTRICT+=" test" |