diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-09 11:50:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-17 12:43:00 +0200 |
commit | 08d54a13dae623d073c3199e96c5393a3102f076 (patch) | |
tree | 163ae140bf2820a036b3dd78d0fe370cf6a3e52e /kde-apps/kbruch | |
parent | kde-frameworks/kfilemetadata: Drop slot 4 (diff) | |
download | gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.gz gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.bz2 gentoo-08d54a13dae623d073c3199e96c5393a3102f076.zip |
kde-apps: Remove KDE Applications 16.08.3
Some exceptions with reverse-dependencies remain.
Closes: https://github.com/gentoo/gentoo/pull/4433
Diffstat (limited to 'kde-apps/kbruch')
-rw-r--r-- | kde-apps/kbruch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kbruch/kbruch-16.08.3.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest index 9832f18e036e..12175326f4b4 100644 --- a/kde-apps/kbruch/Manifest +++ b/kde-apps/kbruch/Manifest @@ -1,2 +1 @@ -DIST kbruch-16.08.3.tar.xz 716804 SHA256 9f68937befe3be12220c72b1eda41c9af2899975ca75b1321d512ac01b8ddb93 SHA512 5f6a6eb97610d407c156482d753ebb2fdc5cbe73a3743c6845771868b217af99552c2d0873422bdcc232b038a390f2ab752fdc4e9975d74b58a7a223888a8438 WHIRLPOOL 69d8eddb7ac7c8813932a45226184413eef1604909ba7ba2bc96b3b1d7fd677feae074f40bac34902a49b6bfd3af5a64877baaf12d9eaa06bd42af42b52713d1 DIST kbruch-16.12.3.tar.xz 717976 SHA256 523fd01f6c9c37784327c020d279d6e111983cc87add4ed4703561d463baf58b SHA512 95f3920ed95e10ec82bb5f7ddd6b48c774c637608d94c94aa3f51d9b55c1cb6b596003578e6f07c53676233f089435ac5a716a77fb58b28db1c452d74be0d4d9 WHIRLPOOL a195d8465802e55aed307fcd4c198108f897a3dde4b73846826b900a9b850d922c156b811f1c369ceb68ef169f97617044c273e2bb9ceb7fdafb25b7eda51c1f diff --git a/kde-apps/kbruch/kbruch-16.08.3.ebuild b/kde-apps/kbruch/kbruch-16.08.3.ebuild deleted file mode 100644 index 6d4b8674f60f..000000000000 --- a/kde-apps/kbruch/kbruch-16.08.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Educational application to learn calculating with fractions" -HOMEPAGE="https://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" |