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/spectacle
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/spectacle')
-rw-r--r--kde-apps/spectacle/Manifest1
-rw-r--r--kde-apps/spectacle/spectacle-15.12.3.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-apps/spectacle/Manifest b/kde-apps/spectacle/Manifest
index 171a88ba03cb..365eb95879db 100644
--- a/kde-apps/spectacle/Manifest
+++ b/kde-apps/spectacle/Manifest
@@ -1,2 +1 @@
-DIST spectacle-15.12.3.tar.xz 983044 SHA256 d6a0f2447ed052387e140174181b889a0db0b1077217a20a107df977c160de63 SHA512 4ca7b855a00155f6e631c16b025c9fb55e6d1e4edd388ced09b92b8a7514750468c9e6d34893c06b262f0ca093f43016d54aec75d8312a2b9592d8222bf78cdb WHIRLPOOL b2bbb6b482cfa6f2314ca376a9017712308befa3b1a35a80a29a5d564b5201a7bc1ec2ac16675469f3bfec4112a4992b61d56e5e734d51f42d1a47627fbf02da
DIST spectacle-16.04.3.tar.xz 996884 SHA256 9c5cd301359159c46ee0ba897e1e96c797677ccf283d823a2092979b92a6aa5f SHA512 15a5f35418b87eb376ae5f45cecc0906419559b6792e9cf9ae80c212b414c2e608ba3e26045c11664de2ba9b0a96092667ef3149f5d412cf49b76cc905cc0155 WHIRLPOOL 33cb5bf06405a2c7da780f1e38ffcabe44e91fe2567d64248b6889425ffc8dbbf2c8fa1aff12de885c0c9ccd05f5634aa3ae7c1d9a042a64133b9c6cd95a136f
diff --git a/kde-apps/spectacle/spectacle-15.12.3.ebuild b/kde-apps/spectacle/spectacle-15.12.3.ebuild
deleted file mode 100644
index 0b826246e578..000000000000
--- a/kde-apps/spectacle/spectacle-15.12.3.ebuild
+++ /dev/null
@@ -1,47 +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="Screenshot capture utility"
-KEYWORDS="amd64 x86"
-IUSE="kipi"
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_plasma_dep libkscreen '' '' '5=')
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-image
- kipi? ( $(add_kdeapps_dep libkipi) )
-"
-RDEPEND="${DEPEND}
- !kde-apps/ksnapshot
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package kipi KF5Kipi)
- )
- kde5_src_configure
-}