public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: sys-devel/d-sel/
@ 2016-03-25 21:25 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2016-03-25 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     62572dd4fb364524a8cf046bda270eba8c420cb3
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 21:24:47 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 21:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=62572dd4

sys-devel/d-sel: EAPI 6

Package-Manager: portage-2.2.28

 sys-devel/d-sel/d-sel-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/d-sel/d-sel-9999.ebuild b/sys-devel/d-sel/d-sel-9999.ebuild
index 651f085..f261a47 100644
--- a/sys-devel/d-sel/d-sel-9999.ebuild
+++ b/sys-devel/d-sel/d-sel-9999.ebuild
@@ -2,15 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-KDE_REQUIRED=optional
+EAPI=6
 
+KDE_REQUIRED=optional
 inherit kde4-base
 
 DESCRIPTION="DBus analyzer with optional KDE client"
 EGIT_REPO_URI="git://anongit.kde.org/scratch/ahartmetz/d-sel.git"
 HOMEPAGE="http://www.kde.org/"
-# found nothing better
 
 LICENSE="LGPL-2.1 MPL-1.1"
 SLOT="4"
@@ -26,7 +25,8 @@ RDEPEND="
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_build kde DSEL_BUILD_DSELRIG)
+		-DBUILD_DSEL_BUILD_DSELRIG=$(usex kde)
 	)
+
 	kde4-base_src_configure
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-devel/d-sel/
@ 2016-04-27 15:34 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2016-04-27 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     535737fbaa7ab72066efe84a463bde635a48db76
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 15:21:57 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 15:21:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=535737fb

sys-devel/d-sel: Remove pkg

Dead upstream. Uses deprecated kdelibs4. Never hit the tree. Superseded
by dev-qt/qdbusviewer.

 sys-devel/d-sel/d-sel-9999.ebuild | 32 --------------------------------
 sys-devel/d-sel/metadata.xml      |  8 --------
 2 files changed, 40 deletions(-)

diff --git a/sys-devel/d-sel/d-sel-9999.ebuild b/sys-devel/d-sel/d-sel-9999.ebuild
deleted file mode 100644
index f261a47..0000000
--- a/sys-devel/d-sel/d-sel-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_REQUIRED=optional
-inherit kde4-base
-
-DESCRIPTION="DBus analyzer with optional KDE client"
-EGIT_REPO_URI="git://anongit.kde.org/scratch/ahartmetz/d-sel.git"
-HOMEPAGE="http://www.kde.org/"
-
-LICENSE="LGPL-2.1 MPL-1.1"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug kde"
-
-DEPEND="
-	kde? ( dev-libs/tinyxml2 )
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DSEL_BUILD_DSELRIG=$(usex kde)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/sys-devel/d-sel/metadata.xml b/sys-devel/d-sel/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/sys-devel/d-sel/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-devel/d-sel/
@ 2013-05-05 17:30 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2013-05-05 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8504f35632fe5832caf788b63d060e983ede87bf
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 17:33:22 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May  5 17:33:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8504f356

[sys-devel/d-sel] Add (git) dbus monitor recommended by dfaure

Package-Manager: portage-2.2.0_alpha173

---
 sys-devel/d-sel/d-sel-9999.ebuild |   32 ++++++++++++++++++++++++++++++++
 sys-devel/d-sel/metadata.xml      |    5 +++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/sys-devel/d-sel/d-sel-9999.ebuild b/sys-devel/d-sel/d-sel-9999.ebuild
new file mode 100644
index 0000000..13d26cf
--- /dev/null
+++ b/sys-devel/d-sel/d-sel-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+KDE_REQUIRED=optional
+
+inherit kde4-base
+
+DESCRIPTION="DBus analyzer with optional KDE client"
+EGIT_REPO_URI="git://anongit.kde.org/scratch/ahartmetz/d-sel.git"
+HOMEPAGE="http://www.kde.org/"
+# found nothing better
+
+LICENSE="LGPL-2.1 MPL-1.1"
+SLOT="4"
+KEYWORDS=""
+IUSE="debug kde"
+
+DEPEND="
+	kde? ( dev-libs/tinyxml2 )
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build kde DSEL_BUILD_DSELRIG)
+	)
+	kde4-base_src_configure
+}

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


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

end of thread, other threads:[~2016-04-27 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 21:25 [gentoo-commits] proj/kde:master commit in: sys-devel/d-sel/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27 15:34 Johannes Huber
2013-05-05 17:30 Andreas Hüttel

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