public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: plasma-active/startactive/, plasma-active/plasma-mobile-config/, ...
@ 2013-10-07  2:26 Chris Reffett
  0 siblings, 0 replies; only message in thread
From: Chris Reffett @ 2013-10-07  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bd034f604b4c03046bf6a4730f3a5620abb00aa4
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 02:16:22 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 02:16:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bd034f60

[plasma-active] Drop plasma-active 0.3 (contour removed in the process, merged into plasma-mobile)

Package-Manager: portage-2.2.7

---
 .../bodega-client/bodega-client-0.1.ebuild         | 31 ---------------------
 plasma-active/contour/contour-0.3.ebuild           | 23 ----------------
 plasma-active/contour/metadata.xml                 |  5 ----
 .../kde-artwork-active-0.3.ebuild                  | 28 -------------------
 .../plasma-active-maliit-0.1.ebuild                | 29 --------------------
 .../plasma-mobile-config-0.3.ebuild                | 18 ------------
 .../files/plasma-mobile-0.4-dirmodel.patch         | 29 --------------------
 .../plasma-mobile/plasma-mobile-0.4-r1.ebuild      | 32 ----------------------
 .../share-like-connect-0.3.ebuild                  | 24 ----------------
 plasma-active/startactive/startactive-0.3.ebuild   | 18 ------------
 10 files changed, 237 deletions(-)

diff --git a/plasma-active/bodega-client/bodega-client-0.1.ebuild b/plasma-active/bodega-client/bodega-client-0.1.ebuild
deleted file mode 100644
index 232c865..0000000
--- a/plasma-active/bodega-client/bodega-client-0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="A content publishing and distribution platform for Plasma Active"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="epub"
-
-DEPEND="
-	dev-libs/qjson
-	epub? ( dev-libs/soprano $(add_kdebase_dep nepomuk) )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-build.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package epub Soprano)
-		$(cmake-utils_use_find_package epub Nepomuk)
-	)
-	kde4-base_src_configure
-}

diff --git a/plasma-active/contour/contour-0.3.ebuild b/plasma-active/contour/contour-0.3.ebuild
deleted file mode 100644
index 20673fc..0000000
--- a/plasma-active/contour/contour-0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="Data server for Plasma Active"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/shared-desktop-ontologies
-	dev-libs/soprano
-	dev-qt/qt-mobility
-	$(add_kdebase_dep nepomuk)
-"
-RDEPEND="${DEPEND}"

diff --git a/plasma-active/contour/metadata.xml b/plasma-active/contour/metadata.xml
deleted file mode 100644
index 8d36d5b..0000000
--- a/plasma-active/contour/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>kde</herd>
-</pkgmetadata>

diff --git a/plasma-active/kde-artwork-active/kde-artwork-active-0.3.ebuild b/plasma-active/kde-artwork-active/kde-artwork-active-0.3.ebuild
deleted file mode 100644
index 2737e8b..0000000
--- a/plasma-active/kde-artwork-active/kde-artwork-active-0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="Plasma Active artwork"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="phone"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=()
-	if use phone; then
-		mycmakeargs+="-DSCREEN_RESOLUTION=800x480"
-	else
-		mycmakeargs+="-DSCREEN_RESOLUTION=1366x768"
-	fi
-	kde4-base_src_configure
-}

diff --git a/plasma-active/plasma-active-maliit/plasma-active-maliit-0.1.ebuild b/plasma-active/plasma-active-maliit/plasma-active-maliit-0.1.ebuild
deleted file mode 100644
index 0ec8d6f..0000000
--- a/plasma-active/plasma-active-maliit/plasma-active-maliit-0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit qt4-r2
-DESCRIPTION="Configuration for the mobile Plasma shell"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="hunspell presage"
-
-DEPEND="
-	hunspell? ( app-text/hunspell )
-	presage? ( app-text/presage )
-	x11-misc/maliit-framework
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local myconf="nostrip"
-	use hunspell && myconf="${myconf} enable-hunspell"
-	use presage && myconf="${myconf} enable-presage"
-	qmake PREFIX="${EPREFIX}/usr" CONFIG+="${myconf}"
-}

diff --git a/plasma-active/plasma-mobile-config/plasma-mobile-config-0.3.ebuild b/plasma-active/plasma-mobile-config/plasma-mobile-config-0.3.ebuild
deleted file mode 100644
index 07a06c2..0000000
--- a/plasma-active/plasma-mobile-config/plasma-mobile-config-0.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="Configuration for the mobile Plasma shell"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/plasma-active/plasma-mobile/files/plasma-mobile-0.4-dirmodel.patch b/plasma-active/plasma-mobile/files/plasma-mobile-0.4-dirmodel.patch
deleted file mode 100644
index 21a82da..0000000
--- a/plasma-active/plasma-mobile/files/plasma-mobile-0.4-dirmodel.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Aaron Seigo <aseigo@kde.org>
-Date: Mon, 08 Jul 2013 10:29:35 +0000
-Subject: don't build the dirmodel export if building against a new enough KDE SC
-X-Git-Url: http://quickgit.kde.org/?p=plasma-mobile.git&a=commitdiff&h=07ab893ab13a0bdf03c57c5000d5aa1ff82716ef
----
-don't build the dirmodel export if building against a new enough KDE SC
-
-in 4.11 and above the dirmodel plugin was moved to kde-runtime
-
-BUG:322063
----
-
-
---- a/components/CMakeLists.txt
-+++ b/components/CMakeLists.txt
-@@ -1,4 +1,11 @@
- add_subdirectory(metadatamodel)
- add_subdirectory(mobilecomponents)
--add_subdirectory(dirmodel)
- add_subdirectory(settings)
-+ 
-+# dirmodel can be removed once plasma-mobile hard-requires KDE libs/runtime 4.11
-+# as long as 4.10 is the requirement, however, we need to keep a copy of it here
-+macro_ensure_version("4.10.80" ${KDE_VERSION} HAS_DIRMODEL_IN_RUNTIME)
-+if (!${HAS_DIRMODEL_IN_RUNTIME})
-+    add_subdirectory(dirmodel)
-+endif (!${HAS_DIRMODEL_IN_RUNTIME})
-+
-

diff --git a/plasma-active/plasma-mobile/plasma-mobile-0.4-r1.ebuild b/plasma-active/plasma-mobile/plasma-mobile-0.4-r1.ebuild
deleted file mode 100644
index 018e5a0..0000000
--- a/plasma-active/plasma-mobile/plasma-mobile-0.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="Plasma shell optimized for mobile devices"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2 LGPL-2.1"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="handset"
-
-DEPEND="
-	dev-libs/soprano
-	$(add_kdebase_dep kactivities)
-	$(add_kdebase_dep kdepimlibs)
-	$(add_kdebase_dep nepomuk-core)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.4-dirmodel.patch" )
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use handset BUILD_HANDSET)
-	)
-	kde4-base_src_configure
-}

diff --git a/plasma-active/share-like-connect/share-like-connect-0.3.ebuild b/plasma-active/share-like-connect/share-like-connect-0.3.ebuild
deleted file mode 100644
index ee570c4..0000000
--- a/plasma-active/share-like-connect/share-like-connect-0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="An interface to build relations between Plasma Active applications"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="LGPL-2 LGPL-2.1"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/soprano
-	$(add_kdebase_dep kactivities)
-	$(add_kdebase_dep nepomuk)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( "docs/share_like_connect.odp" )

diff --git a/plasma-active/startactive/startactive-0.3.ebuild b/plasma-active/startactive/startactive-0.3.ebuild
deleted file mode 100644
index d088e16..0000000
--- a/plasma-active/startactive/startactive-0.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="Scripts needed to start a Plasma Active session"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"


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

only message in thread, other threads:[~2013-10-07  2:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07  2:26 [gentoo-commits] proj/kde:master commit in: plasma-active/startactive/, plasma-active/plasma-mobile-config/, Chris Reffett

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