public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepasswd/
@ 2016-04-03 19:22 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2016-04-03 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     386d9195f3e922c0c75ac263d03a9ad936ac44ac
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 18:49:49 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 18:49:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=386d9195

kde-apps/kdepasswd: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kdepasswd/kdepasswd-15.12.3.ebuild       | 2 +-
 kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild | 2 +-
 kde-apps/kdepasswd/kdepasswd-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdepasswd/kdepasswd-15.12.3.ebuild b/kde-apps/kdepasswd/kdepasswd-15.12.3.ebuild
index 3ad600a..ebbbb87 100644
--- a/kde-apps/kdepasswd/kdepasswd-15.12.3.ebuild
+++ b/kde-apps/kdepasswd/kdepasswd-15.12.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KMNAME="kde-baseapps"

diff --git a/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild b/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild
index da77b4d..79b8b7f 100644
--- a/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild
+++ b/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KMNAME="kde-baseapps"

diff --git a/kde-apps/kdepasswd/kdepasswd-9999.ebuild b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
index da77b4d..79b8b7f 100644
--- a/kde-apps/kdepasswd/kdepasswd-9999.ebuild
+++ b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KMNAME="kde-baseapps"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepasswd/
@ 2016-08-02 21:22 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2016-08-02 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     952b040bb9c0c70bbe7bc1507abeb3a72c295bd6
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug  2 18:48:42 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 21:21:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=952b040b

kde-apps/kdepasswd: Frameworks merged to master

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 kde-apps/kdepasswd/kdepasswd-9999.ebuild | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/kde-apps/kdepasswd/kdepasswd-9999.ebuild b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
index 79b8b7f..1e4490c 100644
--- a/kde-apps/kdepasswd/kdepasswd-9999.ebuild
+++ b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
@@ -4,18 +4,32 @@
 
 EAPI=6
 
-KDE_HANDBOOK="optional"
+KDE_DOC_DIR="docs"
+KDE_HANDBOOK="forceoptional"
 KMNAME="kde-baseapps"
-inherit kde4-meta
+inherit kde5
 
-DESCRIPTION="KDE GUI for passwd"
+DESCRIPTION="GUI for passwd based on KDE Frameworks"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kdesu)
+	$(add_frameworks_dep kdoctools)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kio)
 	$(add_kdeapps_dep libkonq)
 "
-RDEPEND="${DEPEND}
-	$(add_kdeapps_dep kdesu)
+RDEPEND="${COMMON_DEPEND}
+	$(add_plasma_dep kde-cli-tools 'kdesu')
 	sys-apps/accountsservice
 "
+
+S="${S}/${PN}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepasswd/
@ 2016-08-11 14:23 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2016-08-11 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     377e7c063a6a021ac62b30532c71cb80f28c4ea1
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Aug 11 14:01:42 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 14:01:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=377e7c06

kde-apps/kdepasswd: Drop KDE_HANDBOOK

Upstream commit 5874a978e0857768dcecc2b3b3da7413f6cdea34

Package-Manager: portage-2.2.28

 kde-apps/kdepasswd/kdepasswd-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-apps/kdepasswd/kdepasswd-9999.ebuild b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
index 1e4490c..24dcc3d 100644
--- a/kde-apps/kdepasswd/kdepasswd-9999.ebuild
+++ b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
@@ -4,8 +4,6 @@
 
 EAPI=6
 
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
 KMNAME="kde-baseapps"
 inherit kde5
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepasswd/
@ 2016-11-05 14:22 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2016-11-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f863627132f286b447448862ea9a5dda478e9aeb
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov  5 13:30:00 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 14:22:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8636271

kde-apps/kdepasswd: Drop 9999, no more release

Package-Manager: portage-2.3.0

 kde-apps/kdepasswd/kdepasswd-9999.ebuild | 33 --------------------------------
 1 file changed, 33 deletions(-)

diff --git a/kde-apps/kdepasswd/kdepasswd-9999.ebuild b/kde-apps/kdepasswd/kdepasswd-9999.ebuild
deleted file mode 100644
index 24dcc3d..0000000
--- a/kde-apps/kdepasswd/kdepasswd-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KMNAME="kde-baseapps"
-inherit kde5
-
-DESCRIPTION="GUI for passwd based on KDE Frameworks"
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdesu)
-	$(add_frameworks_dep kdoctools)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-	$(add_frameworks_dep kio)
-	$(add_kdeapps_dep libkonq)
-"
-RDEPEND="${COMMON_DEPEND}
-	$(add_plasma_dep kde-cli-tools 'kdesu')
-	sys-apps/accountsservice
-"
-
-S="${S}/${PN}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-05 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 14:22 [gentoo-commits] proj/kde:master commit in: kde-apps/kdepasswd/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-08-11 14:23 Michael Palimaka
2016-08-02 21:22 Johannes Huber
2016-04-03 19:22 Johannes Huber

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