summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-25 06:38:45 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-25 20:46:59 +1000
commit37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch)
tree8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/ksquares
parentmedia-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff)
downloadgentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip
kde-apps: remove 15.12.3
Diffstat (limited to 'kde-apps/ksquares')
-rw-r--r--kde-apps/ksquares/Manifest1
-rw-r--r--kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch34
-rw-r--r--kde-apps/ksquares/ksquares-15.12.3.ebuild34
3 files changed, 0 insertions, 69 deletions
diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest
index e502d420fcbf..7c04523fe8f4 100644
--- a/kde-apps/ksquares/Manifest
+++ b/kde-apps/ksquares/Manifest
@@ -1,2 +1 @@
-DIST ksquares-15.12.3.tar.xz 80584 SHA256 fb57ab6bf6aef9e10a65e3af99fdcb4750ef069bad0dce647c4bae29ac30321a SHA512 9730e5b49f9526c363b1c86a21fac4dfecc84ad9a76a48407a0d3165a6efc17890e9ba9a99c83fc3fa79de9250376cbde2c687d8c5ae6c7c08573d073964f9e8 WHIRLPOOL b1ae845fde7cbb3205ec208f03590a4ae81fb3b4827f1714b79fa939afef4a440a402fea29403db87848d2d90af41774de242d365464c8daed2d697cbee21d1b
DIST ksquares-16.04.3.tar.xz 80624 SHA256 57ad9a65f2ed5e7b608ccbd3d84974083a89cc3a41219b7f613f81e322687e09 SHA512 1a9c9028bb1fa5b9ccfdcfe910f996d3297b42b00511cf89ce19b2a7b86dd0affef477e225284dcc4646eb404cd5a64070c13770f1a557e7cdb583dfabbc2596 WHIRLPOOL 7d3f97733f15621319e4cbb3cb55ba17592d7a7608b38f83b063df653bf9f08d11a940a3bf16eac33fbd34a1a313c5e7f37e73a43dab8a3e7e3891dbc9a5c9a4
diff --git a/kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch b/kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch
deleted file mode 100644
index 4bef6c4014bd..000000000000
--- a/kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/CMakeLists.txt 2015-11-11 11:59:11.000000000 +0100
-+++ b/CMakeLists.txt 2016-03-15 14:15:47.399801535 +0100
-@@ -6,23 +6,17 @@
- find_package(ECM 1.7.0 REQUIRED CONFIG)
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-
--find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Test)
--find_package(KF5 REQUIRED COMPONENTS
-- CoreAddons
-- Config
-+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets)
-+find_package(KF5 REQUIRED COMPONENTS
-+ Config
-+ ConfigWidgets
-+ CoreAddons
- DBusAddons
- DocTools
-- WidgetsAddons
-- Config
-- I18n
-- GuiAddons
-- ConfigWidgets
-- ItemViews
-- IconThemes
-+ I18n
-+ WidgetsAddons
- XmlGui
-- KIO
-- NotifyConfig
-- )
-+)
-
- find_package(KF5KDEGames 4.9.0 REQUIRED)
-
diff --git a/kde-apps/ksquares/ksquares-15.12.3.ebuild b/kde-apps/ksquares/ksquares-15.12.3.ebuild
deleted file mode 100644
index 926ce71ad9d6..000000000000
--- a/kde-apps/ksquares/ksquares-15.12.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_PUNT_BOGUS_DEPS="true"
-inherit kde5
-
-DESCRIPTION="KDE clone of the game squares"
-HOMEPAGE="
- https://www.kde.org/applications/games/ksquares/
- https://games.kde.org/game.php?game=ksquares
-"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-15.12.2-unused-deps.patch" )