public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/, kde-base/kfilemetadata/, kde-base/khelpcenter/, ...
@ 2014-11-24 13:57 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2014-11-24 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8009c661f18ffe0edf581091ec6b41518447e244
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 13:57:35 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 13:57:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8009c661

[kde-base] Remove old KDE 4 live ebuilds.

---
 kde-base/baloo-widgets/baloo-widgets-4.9999.ebuild | 17 ------
 kde-base/baloo/baloo-4.14.49.9999.ebuild           | 35 -------------
 .../kdeplasma-addons-4.14.49.9999.ebuild           | 61 ----------------------
 .../kfilemetadata-4.14.49.9999.ebuild              | 34 ------------
 .../khelpcenter/khelpcenter-4.14.49.9999.ebuild    | 25 ---------
 5 files changed, 172 deletions(-)

diff --git a/kde-base/baloo-widgets/baloo-widgets-4.9999.ebuild b/kde-base/baloo-widgets/baloo-widgets-4.9999.ebuild
deleted file mode 100644
index e573b7b..0000000
--- a/kde-base/baloo-widgets/baloo-widgets-4.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Widget library for baloo"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-	$(add_kdebase_dep baloo)
-	$(add_kdebase_dep kfilemetadata)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-base/baloo/baloo-4.14.49.9999.ebuild b/kde-base/baloo/baloo-4.14.49.9999.ebuild
deleted file mode 100644
index a21f0c0..0000000
--- a/kde-base/baloo/baloo-4.14.49.9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Next generation of the Nepomuk project"
-KEYWORDS=""
-IUSE="debug minimal"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs)
-	$(add_kdebase_dep kfilemetadata)
-	dev-libs/qjson
-	=dev-libs/xapian-1.2*[chert]
-	sys-apps/attr
-	!<kde-base/nepomuk-4.12.50
-"
-RDEPEND="
-	${DEPEND}
-"
-RESTRICT="test"
-
-src_install() {
-	kde4-base_src_install
-
-	if use minimal ; then
-		rm "${D}"/usr/bin/baloo*
-		rm -r "${D}"/usr/share/dbus-1
-		rm -r "${D}"/usr/share/icons
-		rm -r "${D}"/usr/share/polkit-1
-	fi
-}

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.49.9999.ebuild
deleted file mode 100644
index f07c786..0000000
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.49.9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Extra Plasma applets and engines"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth
-qalculate qwt scim"
-
-RESTRICT=test
-# tests hang
-
-# krunner is only needed to generate dbus interface for lancelot
-COMMON_DEPEND="
-	app-crypt/qca:2
-	app-crypt/qca-ossl:2
-	$(add_kdebase_dep kdelibs 'nepomuk?')
-	$(add_kdebase_dep krunner '' 4.11)
-	$(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11)
-	x11-misc/shared-mime-info
-	attica? ( dev-libs/libattica )
-	desktopglobe? ( $(add_kdebase_dep marble) )
-	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( app-i18n/fcitx[dbus(+)] )
-	ibus? ( app-i18n/ibus )
-	json? ( dev-libs/qjson )
-	kdepim? ( $(add_kdebase_dep kdepimlibs) )
-	oauth? ( dev-libs/qoauth )
-	qalculate? ( sci-libs/libqalculate )
-	qwt? ( x11-libs/qwt:5 )
-	scim? ( app-i18n/scim )
-"
-DEPEND="${COMMON_DEPEND}
-	dev-cpp/eigen:2
-"
-RDEPEND="${COMMON_DEPEND}
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
-		$(cmake-utils_use_with attica LibAttica)
-		$(cmake-utils_use_with desktopglobe Marble)
-		$(cmake-utils_use_with exif Kexiv2)
-		$(cmake-utils_use_build ibus)
-		$(cmake-utils_use_with json QJSON)
-		$(cmake-utils_use_with kdepim KdepimLibs)
-		$(cmake-utils_use_with nepomuk)
-		$(cmake-utils_use_with oauth QtOAuth)
-		$(cmake-utils_use_with qalculate)
-		$(cmake-utils_use_with qwt)
-		$(cmake-utils_use_build scim)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/kde-base/kfilemetadata/kfilemetadata-4.14.49.9999.ebuild b/kde-base/kfilemetadata/kfilemetadata-4.14.49.9999.ebuild
deleted file mode 100644
index cc760ca..0000000
--- a/kde-base/kfilemetadata/kfilemetadata-4.14.49.9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A library for extracting file metadata"
-KEYWORDS=""
-IUSE="debug epub exif ffmpeg mobi pdf taglib"
-
-DEPEND="
-	epub? ( app-text/ebook-tools )
-	exif? ( media-gfx/exiv2:= )
-	ffmpeg? ( virtual/ffmpeg )
-	mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
-	pdf? ( app-text/poppler[qt4] )
-	taglib? ( media-libs/taglib )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package epub EPub)
-		$(cmake-utils_use_find_package exif Exiv2)
-		$(cmake-utils_use_find_package ffmpeg FFmpeg)
-		$(cmake-utils_use_find_package mobi QMobipocket)
-		$(cmake-utils_use_find_package pdf PopplerQt4)
-		$(cmake-utils_use_find_package taglib Taglib)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/kde-base/khelpcenter/khelpcenter-4.14.49.9999.ebuild b/kde-base/khelpcenter/khelpcenter-4.14.49.9999.ebuild
deleted file mode 100644
index 66f8ef8..0000000
--- a/kde-base/khelpcenter/khelpcenter-4.14.49.9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="always"
-KMNAME="kde-runtime"
-inherit kde4-meta
-
-DESCRIPTION="The KDE Help Center"
-HOMEPAGE+=" http://userbase.kde.org/KHelpCenter"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
-	$(add_kdebase_dep kdesu)
-	>=www-misc/htdig-3.2.0_beta6-r1
-"
-
-KMEXTRA="
-	doc/documentationnotfound/
-	doc/glossary/
-	doc/onlinehelp/
-"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-24 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 13:57 [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/, kde-base/kfilemetadata/, kde-base/khelpcenter/, Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox