public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-widget-menubar/
@ 2012-01-10 13:39 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2012-01-10 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fe4f4045bba1b98f13cc58feea8f979ac0384810
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 13:38:35 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 13:38:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fe4f4045

[kde-misc/plasma-widget-menubar] Version bump 0.1.16

(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)

---
 ....ebuild => plasma-widget-menubar-0.1.16.ebuild} |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.14.ebuild b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
similarity index 93%
rename from kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.14.ebuild
rename to kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
index 97b0e00..5a2f398 100644
--- a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.14.ebuild
+++ b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
@@ -23,3 +23,6 @@ DEPEND="
 RDEPEND="${DEPEND}
 	!kde-misc/plasma-indicatordisplay
 "
+
+# last checked 0.1.1{4,6}
+RESTRIC="test"



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-widget-menubar/
@ 2012-01-13 23:09 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2012-01-13 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     79e60cd23e18111e476d672438fa33e27e5cfd49
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 23:11:26 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 23:12:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=79e60cd2

[kde-misc/plasma-widget-menubar] Fix typo, tests now realy restricted.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 .../plasma-widget-menubar-0.1.16.ebuild            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
index 5a2f398..3ba067b 100644
--- a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
+++ b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
@@ -25,4 +25,4 @@ RDEPEND="${DEPEND}
 "
 
 # last checked 0.1.1{4,6}
-RESTRIC="test"
+RESTRICT="test"



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-widget-menubar/
@ 2012-04-05 18:52 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-04-05 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     30cdf6a5eaeba0479c13a8f0a2890c234749c0bf
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr  5 18:46:10 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr  5 18:48:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30cdf6a5

[kde-misc/plasma-widget-menubar] Version bump, remove old. Add missing dep. X is no longer required for (still broken) unit tests.

(Portage version: 2.1.10.55/git/Linux x86_64, unsigned Manifest commit)

---
 ....ebuild => plasma-widget-menubar-0.1.17.ebuild} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.17.ebuild
similarity index 88%
rename from kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
rename to kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.17.ebuild
index e62afa7..a62a294 100644
--- a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.16.ebuild
+++ b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.17.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=4
 
-VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="A Plasma widget to display menubar of application windows"
@@ -14,15 +13,16 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="4"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug test"
+IUSE="debug"
 
 DEPEND="
 	>=dev-libs/libdbusmenu-qt-0.6.0
 	>=dev-libs/qjson-0.7.1
+	x11-libs/qt-dbus:4
 "
 RDEPEND="${DEPEND}
 	!kde-misc/plasma-indicatordisplay
 "
 
-# last checked 0.1.1{4,6}
+# last checked 0.1.17
 RESTRICT="test"



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-widget-menubar/
@ 2012-05-09 20:46 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2012-05-09 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e69124ae2af6c0d0d1df015793b7784f74212897
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May  9 20:47:45 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May  9 20:47:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e69124ae

[kde-misc/plasma-widget-menubar] Moved to tree.

(Portage version: 2.2.0_alpha102/git/Linux i686, unsigned Manifest commit)

---
 kde-misc/plasma-widget-menubar/metadata.xml        |    5 ---
 .../plasma-widget-menubar-0.1.17.ebuild            |   28 --------------------
 2 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/kde-misc/plasma-widget-menubar/metadata.xml b/kde-misc/plasma-widget-menubar/metadata.xml
deleted file mode 100644
index 8d36d5b..0000000
--- a/kde-misc/plasma-widget-menubar/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.17.ebuild b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.17.ebuild
deleted file mode 100644
index a62a294..0000000
--- a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.1.17.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="A Plasma widget to display menubar of application windows"
-HOMEPAGE="https://launchpad.net/plasma-widget-menubar"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-	>=dev-libs/libdbusmenu-qt-0.6.0
-	>=dev-libs/qjson-0.7.1
-	x11-libs/qt-dbus:4
-"
-RDEPEND="${DEPEND}
-	!kde-misc/plasma-indicatordisplay
-"
-
-# last checked 0.1.17
-RESTRICT="test"



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

end of thread, other threads:[~2012-05-09 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 13:39 [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-widget-menubar/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2012-01-13 23:09 Johannes Huber
2012-04-05 18:52 Michael Palimaka
2012-05-09 20:46 Johannes Huber

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