public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kdesu/
@ 2015-04-13 13:52 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-04-13 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cf0c5f9be23742881d699bbe3df2a02c6e04a3ee
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 13:52:47 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 13:52:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf0c5f9b

[kde-apps/kdesu] Drop files due to collisions with plasma-5.3

Package-Manager: portage-2.2.18

 kde-apps/kdesu/kdesu-14.12.3-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-apps/kdesu/kdesu-14.12.3-r1.ebuild b/kde-apps/kdesu/kdesu-14.12.3-r1.ebuild
new file mode 100644
index 0000000..dca868e
--- /dev/null
+++ b/kde-apps/kdesu/kdesu-14.12.3-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kde-runtime"
+inherit kde4-meta
+
+# FIXME: Is default command ( su/sudo ) still configurable,
+# if not, USE-flag ?
+DESCRIPTION="KDE: gui for su(1)"
+HOMEPAGE+=" http://techbase.kde.org/Projects/kdesu"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug"
+
+src_prepare() {
+	sed -i -e '/doc/ s/^/#/' CMakeLists.txt || die
+	kde4-meta_src_prepare
+}
+
+src_configure() {
+	# Upstream moved kdesu to libexec first, then decided to move it back
+	# to /${PREFIX}/bin/ , so I'm doing that now already.
+	sed -e '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
+		-i "${S}"/kdesu/kdesu/CMakeLists.txt || \
+		die "Moving kdesu from libexec to bin failed."
+
+	kde4-meta_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdesu/
@ 2015-06-05 14:22 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-06-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     09699947d26ec573560d6ef7dd61de52fd0bb922
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 14:19:15 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 14:19:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=09699947

[kde-apps/kdesu] Fix file collision

Package-Manager: portage-2.2.20

 kde-apps/kdesu/kdesu-15.04.2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-apps/kdesu/kdesu-15.04.2.ebuild b/kde-apps/kdesu/kdesu-15.04.2.ebuild
index 3652714..0e6d983 100644
--- a/kde-apps/kdesu/kdesu-15.04.2.ebuild
+++ b/kde-apps/kdesu/kdesu-15.04.2.ebuild
@@ -15,6 +15,11 @@ HOMEPAGE+=" http://techbase.kde.org/Projects/kdesu"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
+src_prepare() {
+	sed -i -e '/doc/ s/^/#/' CMakeLists.txt || die
+	kde4-meta_src_prepare
+}
+
 src_configure() {
 	# Upstream moved kdesu to libexec first, then decided to move it back
 	# to /${PREFIX}/bin/ , so I'm doing that now already.


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdesu/
@ 2016-04-04 18:08 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2016-04-04 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     cedaac0c718475b36104ef5dc2d90dc57f8437d9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 17:56:05 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 17:56:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cedaac0c

kde-apps/kdesu: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kdesu/kdesu-15.12.3.ebuild       | 4 ++--
 kde-apps/kdesu/kdesu-16.04.49.9999.ebuild | 4 ++--
 kde-apps/kdesu/kdesu-9999.ebuild          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kdesu/kdesu-15.12.3.ebuild b/kde-apps/kdesu/kdesu-15.12.3.ebuild
index 3fbe428..4d568fd 100644
--- a/kde-apps/kdesu/kdesu-15.12.3.ebuild
+++ b/kde-apps/kdesu/kdesu-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-runtime"
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
-DESCRIPTION="KDE: gui for su(1)"
+DESCRIPTION="KDE gui for su(1)"
 HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu"
 KEYWORDS=" ~amd64 ~x86"
 IUSE="debug"

diff --git a/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild b/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild
index 54c8604..3ba9359 100644
--- a/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild
+++ b/kde-apps/kdesu/kdesu-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-runtime"
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
-DESCRIPTION="KDE: gui for su(1)"
+DESCRIPTION="KDE gui for su(1)"
 HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu"
 KEYWORDS=""
 IUSE="debug"

diff --git a/kde-apps/kdesu/kdesu-9999.ebuild b/kde-apps/kdesu/kdesu-9999.ebuild
index 54c8604..3ba9359 100644
--- a/kde-apps/kdesu/kdesu-9999.ebuild
+++ b/kde-apps/kdesu/kdesu-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-runtime"
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
-DESCRIPTION="KDE: gui for su(1)"
+DESCRIPTION="KDE gui for su(1)"
 HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu"
 KEYWORDS=""
 IUSE="debug"


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

end of thread, other threads:[~2016-04-04 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 18:08 [gentoo-commits] proj/kde:master commit in: kde-apps/kdesu/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-06-05 14:22 Manuel Rüger
2015-04-13 13:52 Manuel Rüger

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