summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:41:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:41:03 +0100
commite7b73bae15157f49fc1f212c6f102c4af053cac1 (patch)
tree4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/kig
parentkde-apps: Add KDE Applications 18.08.3 (diff)
downloadgentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz
gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2
gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kig')
-rw-r--r--kde-apps/kig/Manifest1
-rw-r--r--kde-apps/kig/kig-18.08.2.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/kig/Manifest b/kde-apps/kig/Manifest
index 8dfae1510614..dbb9c0ca8e59 100644
--- a/kde-apps/kig/Manifest
+++ b/kde-apps/kig/Manifest
@@ -1,3 +1,2 @@
DIST kig-18.04.3.tar.xz 3591984 BLAKE2B 6ac5285f4e9a0fe97a19886a44874f352e96688d0fd2c81bc9ea8119570939654b5eb26f1c874eaa05894d7518b5b199f42093939d20baad898af2d802f55665 SHA512 cb015a7d675cf0854c8f911fe0f9868c3a55c844af9f4337a0ebb67ce14f75146fe86a03248cdb0c7f361dba61d58276d0893fa06b355f26a85faf48423ce377
-DIST kig-18.08.2.tar.xz 3597016 BLAKE2B 02c62257000b8ca1c9fb4b187cfa595dfc2fee18c1521d102fbd235eb88a12077575c030632b04937047a57c2256aa58e11380419a713a4362c318b9ec35fb6e SHA512 4a18a802649598d0a66c4ad459a20e86a4587639cd0ceddfdd0e0a2403b8cbf31b836a53ea520e71b13b3d040cf9e8f2ac13733ebe71afd59c7e54fd416ebca5
DIST kig-18.08.3.tar.xz 3596736 BLAKE2B 68397898b47c9e0d2d7fb589612759fee7b330d76260517ac9cd2baf81f1326ae9ec52d68b5f9c7579eee817e639ec52adcb63240cc9b9aa3438d8bfbaefb1fe SHA512 c85a109e628bf129f859ff3577e1b57284a5424266769e807abcd65f3198c041a3ab11ef274fd4f45636d77be070141a496a5227e176f04b8e8a186a966049ff
diff --git a/kde-apps/kig/kig-18.08.2.ebuild b/kde-apps/kig/kig-18.08.2.ebuild
deleted file mode 100644
index 4b0627e87696..000000000000
--- a/kde-apps/kig/kig-18.08.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde5
-
-DESCRIPTION="KDE Interactive Geometry tool"
-HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig/"
-KEYWORDS="~amd64 ~x86"
-IUSE="geogebra scripting"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- geogebra? ( $(add_qt_dep qtxmlpatterns) )
- scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep ktexteditor)
-"
-
-PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
-
-pkg_setup() {
- python-single-r1_pkg_setup
- kde5_pkg_setup
-}
-
-src_prepare() {
- kde5_src_prepare
- python_fix_shebang .
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
- $(cmake-utils_use_find_package scripting BoostPython)
- )
-
- kde5_src_configure
-}