public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kde-gtk-config/
@ 2014-08-07 22:06 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2014-08-07 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ec8f6aba65f460c69aed95e62b9f92220474a68d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  7 21:54:00 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  7 21:54:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec8f6aba

[kde-base/kde-gtk-config] Block kde-misc/kde-gtk-config

Prevents file collisions.

Package-Manager: portage-2.2.11-r1

---
 kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
index 5303f38..0904b67 100644
--- a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
+++ b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
 HOMEPAGE="http://projects.kde.org/kde-gtk-config"
 LICENSE="GPL-3"
 
-RDEPEND="
+DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kconfigwidgets)
@@ -27,7 +27,9 @@ RDEPEND="
 	x11-libs/gtk+:2
 	x11-libs/gtk+:3
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}
+	!kde-misc/kde-gtk-config
+"
 
 pkg_postinst() {
 	kde5_pkg_postinst


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kde-gtk-config/
@ 2014-08-07 22:06 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2014-08-07 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     88945801f0697fa5c4ef74452973d97abd16a1a7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  7 22:01:16 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  7 22:01:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=88945801

[kde-base/kde-gtk-config] Use master branch

Package-Manager: portage-2.2.11-r1

---
 kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
index 0904b67..8753d89 100644
--- a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
+++ b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kde-gtk-config/
@ 2014-08-07 22:06 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2014-08-07 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     24e54532c948103289c0c855e3ac1c97c115d355
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  7 21:49:56 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  7 21:49:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=24e54532

[kde-base/kde-gtk-config] Moved from kde-misc

Will be part of Plasma 5.1.

Package-Manager: portage-2.2.11-r1

---
 kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild | 39 ++++++++++++++++++++++
 kde-base/kde-gtk-config/metadata.xml               |  5 +++
 2 files changed, 44 insertions(+)

diff --git a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
new file mode 100644
index 0000000..5303f38
--- /dev/null
+++ b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
+HOMEPAGE="http://projects.kde.org/kde-gtk-config"
+LICENSE="GPL-3"
+
+RDEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep kwidgetsaddons)
+	dev-libs/glib:2
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	x11-libs/gtk+:2
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	kde5_pkg_postinst
+	einfo
+	elog "If you notice missing icons in your GTK applications, you may have to install"
+	elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
+	elog "for example."
+	einfo
+}

diff --git a/kde-base/kde-gtk-config/metadata.xml b/kde-base/kde-gtk-config/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-base/kde-gtk-config/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] 5+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kde-gtk-config/
@ 2014-10-12 14:33 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2014-10-12 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     beec714598a204831fbffb1339f73d22e720ddaa
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 14:33:19 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 14:33:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=beec7145

[kde-base/kde-gtk-config] Remove 5.1.0 as it was not meant to be released.

https://mail.kde.org/pipermail/release-team/2014-October/008069.html
https://mail.kde.org/pipermail/release-team/2014-October/008107.html

Package-Manager: portage-2.2.12

---
 .../kde-gtk-config/kde-gtk-config-5.1.0.ebuild     | 47 ----------------------
 1 file changed, 47 deletions(-)

diff --git a/kde-base/kde-gtk-config/kde-gtk-config-5.1.0.ebuild b/kde-base/kde-gtk-config/kde-gtk-config-5.1.0.ebuild
deleted file mode 100644
index 4a822c5..0000000
--- a/kde-base/kde-gtk-config/kde-gtk-config-5.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	KEYWORDS="~amd64"
-	SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz"
-else
-	KEYWORDS=""
-fi
-
-inherit kde5
-
-DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
-HOMEPAGE="http://projects.kde.org/kde-gtk-config"
-LICENSE="GPL-3"
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep kwidgetsaddons)
-	dev-libs/glib:2
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	x11-libs/gtk+:2
-	x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}
-	!kde-misc/kde-gtk-config
-"
-
-pkg_postinst() {
-	kde5_pkg_postinst
-	einfo
-	elog "If you notice missing icons in your GTK applications, you may have to install"
-	elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
-	elog "for example."
-	einfo
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kde-gtk-config/
@ 2014-10-12 14:35 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2014-10-12 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f944e87fe095e2a0e0be3736d18e6b324b39223f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 14:35:05 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 14:35:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f944e87f

[kde-base/kde-gtk-config] Remove conditional since we handle keywords via script.

Package-Manager: portage-2.2.12

---
 kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
index c7f13bc..2048945 100644
--- a/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
+++ b/kde-base/kde-gtk-config/kde-gtk-config-9999.ebuild
@@ -4,18 +4,12 @@
 
 EAPI=5
 
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	KEYWORDS=""
-else
-	SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
 inherit kde5
 
 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
 HOMEPAGE="http://projects.kde.org/kde-gtk-config"
 LICENSE="GPL-3"
+KEYWORDS=""
 
 DEPEND="
 	$(add_frameworks_dep karchive)


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

end of thread, other threads:[~2014-10-12 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 22:06 [gentoo-commits] proj/kde:master commit in: kde-base/kde-gtk-config/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2014-10-12 14:35 Michael Palimaka
2014-10-12 14:33 Michael Palimaka
2014-08-07 22:06 Johannes Huber
2014-08-07 22:06 Johannes Huber

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