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/kfourinline
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/kfourinline')
-rw-r--r--kde-apps/kfourinline/Manifest1
-rw-r--r--kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch54
-rw-r--r--kde-apps/kfourinline/kfourinline-15.12.3-r1.ebuild35
3 files changed, 0 insertions, 90 deletions
diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest
index 6b575720fb1a..7a7d0f6374fc 100644
--- a/kde-apps/kfourinline/Manifest
+++ b/kde-apps/kfourinline/Manifest
@@ -1,2 +1 @@
-DIST kfourinline-15.12.3.tar.xz 281428 SHA256 cef0b8a55f06854834caeb2ce4c7b839913f195fa922e9a1f57d9aac39871ec8 SHA512 b7e6e516e4da80f1accb1fed54ea7ea2f067aaa51616bbc4173ed14fabba3cae3f6beef01565cb68132b5edfc19097a647e3e6dd48b81cc6a4e06a34b0cc7ad0 WHIRLPOOL 2238d3c88cdebbbaaf455eb0e38f1f69be1cce0491189363c0d56c8de814f04a97d40580e1e470d36ae0c4d131b2546294997165c6015f13552fd05da9095963
DIST kfourinline-16.04.3.tar.xz 281088 SHA256 d7a3c7f662ad247c07dcf0777591c7a41ebb629d1c190de8aeb709dfe9a324ab SHA512 16139d9ed7187dfdd26764f8bb6b233505ad4baa6a9d4dc59e7b359ba7bb5189626e0acdf4c9b6ecac54437630f3453da020c024bfbef2e46c03cc72d71ea7a1 WHIRLPOOL 9e6ec0a62ef823d2358c40f9eac1cc5743f0221635af32340c592cdbbdac89d380173fe7da505fad835d9886f20acc35467178182bf2f191d69ad11e3572a240
diff --git a/kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch b/kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch
deleted file mode 100644
index 5a3f74156d02..000000000000
--- a/kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-commit a7b7bdf1b1a10ef819227ffae0dea2fd9da5baa9
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Wed Mar 16 20:01:43 2016 +0100
-
- Remove unused deps
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ad51784..872b96a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -6,22 +6,15 @@ set (QT_MIN_VERSION "5.3.0")
- 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 Qml Quick QuickWidgets Svg Test)
--find_package(KF5 REQUIRED COMPONENTS
-- CoreAddons
-- Config
-- ItemModels
-- DBusAddons
-- Declarative
-- I18n
-- ConfigWidgets
-- ItemViews
-- IconThemes
-- Completion
-+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml Quick QuickWidgets Svg)
-+find_package(KF5 REQUIRED COMPONENTS
-+ CoreAddons
-+ Config
-+ I18n
-+ ConfigWidgets
-+ Completion
- XmlGui
- DNSSD
-- KIO
-- NotifyConfig
- KDELibs4Support
- DocTools
- )
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 85cdf5c..5e83068 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -39,8 +39,7 @@ ecm_add_app_icon(kwin4_SRCS ICONS ${ICONS_SRCS})
-
- add_executable(kfourinline ${kwin4_SRCS})
-
--target_link_libraries(kfourinline
-- KF5::KIOCore
-+target_link_libraries(kfourinline
- KF5::DNSSD
- KF5::KDELibs4Support
- KF5KDEGames
diff --git a/kde-apps/kfourinline/kfourinline-15.12.3-r1.ebuild b/kde-apps/kfourinline/kfourinline-15.12.3-r1.ebuild
deleted file mode 100644
index 40f69b451df1..000000000000
--- a/kde-apps/kfourinline/kfourinline-15.12.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE four-in-a-row game"
-HOMEPAGE="
- https://www.kde.org/applications/games/kfourinline/
- https://games.kde.org/game.php?game=kfourinline
-"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-deps.patch" )