summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-27 18:47:02 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-04-07 23:22:19 +1000
commitaa363c82b6de94f13e224c892ca06aabe41344c9 (patch)
tree7b204f530694d6744c284b10aa0949e584a55cec /kde-apps/kdeartwork-weatherwallpapers
parentkde-apps/kdeedu-data: Add KDE_DEBUG=false (diff)
downloadgentoo-aa363c82b6de94f13e224c892ca06aabe41344c9.tar.gz
gentoo-aa363c82b6de94f13e224c892ca06aabe41344c9.tar.bz2
gentoo-aa363c82b6de94f13e224c892ca06aabe41344c9.zip
kde-apps: Drop old
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kdeartwork-weatherwallpapers')
-rw-r--r--kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r1.ebuild b/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r1.ebuild
deleted file mode 100644
index c7db3aa16883..000000000000
--- a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdeartwork"
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="Weather aware wallpapers. Changes with weather outside"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
-RDEPEND="
- $(add_kdeapps_dep kdeartwork-wallpapers)
- !kde-apps/kdeartwork-weatherwallpapers:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-kf5-port.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
- -DBUILD_WeatherWallpapers=TRUE
- )
-
- kde5_src_configure
-}