summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-15 23:04:40 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-15 23:04:56 +0200
commit20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17 (patch)
tree464debf0675119d5162daa3ac587dbbc9f6780eb /kde-frameworks/knotifications
parentwww-servers/apache: Stable for PPC64 (bug #557198). (diff)
downloadgentoo-20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17.tar.gz
gentoo-20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17.tar.bz2
gentoo-20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17.zip
kde-frameworks: Remove 5.12.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r--kde-frameworks/knotifications/Manifest1
-rw-r--r--kde-frameworks/knotifications/knotifications-5.12.0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest
index 1889049cedf0..8047a5eeabb0 100644
--- a/kde-frameworks/knotifications/Manifest
+++ b/kde-frameworks/knotifications/Manifest
@@ -1,2 +1 @@
-DIST knotifications-5.12.0.tar.xz 92704 SHA256 7b05fe9fb93762a82247dc307723b15a9b007d003464c2cc1493de4b51ba9421 SHA512 3ca43ecbac95c765d22d2bcbe6cc61b0dae5d37bf3a290a65d62c77cfcba0306f6c5f0f98748f79208a9e69a8e2c5cc44640788bf3d6d3a8d3d1f807baeb03eb WHIRLPOOL a3777691da1ce716a637c23f4b99ff84190a1f5c28d9d33c63d472828510ebf02e3cdd50ba265ac251739f6b0fbea4bd99bded41b2f501d68ae6939785acef9a
DIST knotifications-5.13.0.tar.xz 92936 SHA256 3b7edf852f855b2074e16a5572b8eb68bd9d4e7e11c41568227240f32604c512 SHA512 02bb0a04eb64359118b63a5b6ccce0d082645698a7c87362e942362d402c05ddf1974a14fc117868ebd9154f3496c49b64bdd81f0216ae4675260668dfa12fe6 WHIRLPOOL 2b7773b0b8d3760947e2e0be306f13148dbb1b96b8b7f1ae45cda191384fe58be315edcab8c1d40aab3b366fdedde35815db1b95b08ee67c273b5879343668de
diff --git a/kde-frameworks/knotifications/knotifications-5.12.0.ebuild b/kde-frameworks/knotifications/knotifications-5.12.0.ebuild
deleted file mode 100644
index 3a67464f752f..000000000000
--- a/kde-frameworks/knotifications/knotifications-5.12.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus X nls"
-
-RDEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwindowsystem)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- media-libs/phonon[qt5]
- dbus? ( dev-libs/libdbusmenu-qt[qt5] )
- X? (
- dev-qt/qtx11extras:5
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${RDEPEND}
- nls? ( dev-qt/linguist-tools:5 )
- X? ( x11-proto/xproto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
- $(cmake-utils_use_find_package dbus DBusMenuQt5)
- )
-
- kde5_src_configure
-}