public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kuser/, kde-apps/kdeadmin-meta/, kde-apps/kcron/, kde-apps/ksystemlog/
@ 2015-08-27 18:42 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2015-08-27 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     475d386ec7d4c6fc9b2bcf7d085758fcd603c0b5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 18:42:01 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 18:42:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=475d386e

kde-apps: kdeadmin 15.08.0 moved to main repo.

 kde-apps/kcron/kcron-15.04.3.ebuild                | 27 ------------------
 kde-apps/kcron/kcron-15.08.0.ebuild                | 28 -------------------
 .../kdeadmin-meta/kdeadmin-meta-15.04.3.ebuild     | 17 ------------
 .../kdeadmin-meta/kdeadmin-meta-15.08.0.ebuild     | 18 ------------
 kde-apps/ksystemlog/ksystemlog-15.04.3.ebuild      | 32 ----------------------
 kde-apps/ksystemlog/ksystemlog-15.08.0.ebuild      | 32 ----------------------
 kde-apps/kuser/kuser-15.04.3.ebuild                | 21 --------------
 kde-apps/kuser/kuser-15.08.0.ebuild                | 21 --------------
 8 files changed, 196 deletions(-)

diff --git a/kde-apps/kcron/kcron-15.04.3.ebuild b/kde-apps/kcron/kcron-15.04.3.ebuild
deleted file mode 100644
index 62b9e7c..0000000
--- a/kde-apps/kcron/kcron-15.04.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION="KDE Task Scheduler"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	dev-qt/qtgui:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}
-	!prefix? ( virtual/cron )
-"

diff --git a/kde-apps/kcron/kcron-15.08.0.ebuild b/kde-apps/kcron/kcron-15.08.0.ebuild
deleted file mode 100644
index 4954549..0000000
--- a/kde-apps/kcron/kcron-15.08.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_PUNT_BOGUS_DEPS="true"
-inherit kde5
-
-DESCRIPTION="KDE Task Scheduler"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	dev-qt/qtgui:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}
-	!prefix? ( virtual/cron )
-"

diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.04.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-15.04.3.ebuild
deleted file mode 100644
index 3d7302e..0000000
--- a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.04.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cron"
-
-RDEPEND="
-	$(add_kdeapps_dep ksystemlog)
-	$(add_kdeapps_dep kuser)
-	cron? ( $(add_kdeapps_dep kcron) )
-"

diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.08.0.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-15.08.0.ebuild
deleted file mode 100644
index af16bd4..0000000
--- a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.08.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cron"
-
-# FIXME: Add back when ported
-# $(add_kdeapps_dep kuser)
-RDEPEND="
-	$(add_kdeapps_dep ksystemlog)
-	cron? ( $(add_kdeapps_dep kcron) )
-"

diff --git a/kde-apps/ksystemlog/ksystemlog-15.04.3.ebuild b/kde-apps/ksystemlog/ksystemlog-15.04.3.ebuild
deleted file mode 100644
index 76d961c..0000000
--- a/kde-apps/ksystemlog/ksystemlog-15.04.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED=test
-inherit kde4-base
-
-DESCRIPTION="KDE system log viewer"
-HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug test"
-
-RESTRICT=test
-# bug 378101
-
-src_prepare() {
-	kde4-base_src_prepare
-
-	if use test; then
-		# beat this stupid test into shape: the test files contain no year, so
-		# comparison succeeds only in 2007 !!!
-		local theyear=$(date +%Y)
-		einfo Setting the current year as ${theyear} in the test files
-		sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp
-
-		# one test consistently fails, so comment it out for the moment
-		sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt
-	fi
-}

diff --git a/kde-apps/ksystemlog/ksystemlog-15.08.0.ebuild b/kde-apps/ksystemlog/ksystemlog-15.08.0.ebuild
deleted file mode 100644
index 76d961c..0000000
--- a/kde-apps/ksystemlog/ksystemlog-15.08.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED=test
-inherit kde4-base
-
-DESCRIPTION="KDE system log viewer"
-HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug test"
-
-RESTRICT=test
-# bug 378101
-
-src_prepare() {
-	kde4-base_src_prepare
-
-	if use test; then
-		# beat this stupid test into shape: the test files contain no year, so
-		# comparison succeeds only in 2007 !!!
-		local theyear=$(date +%Y)
-		einfo Setting the current year as ${theyear} in the test files
-		sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp
-
-		# one test consistently fails, so comment it out for the moment
-		sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt
-	fi
-}

diff --git a/kde-apps/kuser/kuser-15.04.3.ebuild b/kde-apps/kuser/kuser-15.04.3.ebuild
deleted file mode 100644
index d75dc19..0000000
--- a/kde-apps/kuser/kuser-15.04.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE application that helps you manage system users"
-HOMEPAGE="https://www.kde.org/applications/system/kuser/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs)
-"
-# notify is needed for dialogs
-RDEPEND="${DEPEND}
-	$(add_kdeapps_dep knotify)
-"

diff --git a/kde-apps/kuser/kuser-15.08.0.ebuild b/kde-apps/kuser/kuser-15.08.0.ebuild
deleted file mode 100644
index d75dc19..0000000
--- a/kde-apps/kuser/kuser-15.08.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE application that helps you manage system users"
-HOMEPAGE="https://www.kde.org/applications/system/kuser/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs)
-"
-# notify is needed for dialogs
-RDEPEND="${DEPEND}
-	$(add_kdeapps_dep knotify)
-"


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

only message in thread, other threads:[~2015-08-27 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 18:42 [gentoo-commits] proj/kde:master commit in: kde-apps/kuser/, kde-apps/kdeadmin-meta/, kde-apps/kcron/, kde-apps/ksystemlog/ Michael Palimaka

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