public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: virtual/notification-daemon/
@ 2014-12-31 18:54 Alexey Shvetsov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov @ 2014-12-31 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     eae207d6f9f34c0071cac1f7f13e073dd777f2a1
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 31 18:53:30 2014 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Dec 31 18:53:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eae207d6

[virtual/notification-daemon] Add updated virtual for notification-daemon

Package-Manager: portage-2.2.15

---
 virtual/notification-daemon/metadata.xml           |  8 ++++++
 .../notification-daemon-0.ebuild                   | 31 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/virtual/notification-daemon/metadata.xml b/virtual/notification-daemon/metadata.xml
new file mode 100644
index 0000000..9879e83
--- /dev/null
+++ b/virtual/notification-daemon/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>freedesktop</herd>
+  <maintainer>
+    <email>freedesktop-bugs@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
new file mode 100644
index 0000000..690063e
--- /dev/null
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.14 2014/11/08 15:44:09 jauhien Exp $
+
+EAPI=5
+
+DESCRIPTION="Virtual for notification daemon dbus service"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="gnome"
+
+RDEPEND="
+	gnome? ( || ( x11-misc/notification-daemon
+		gnome-base/gnome-shell ) )
+	!gnome? ( || ( x11-misc/notification-daemon
+		xfce-extra/xfce4-notifyd
+		x11-misc/qtnotifydaemon
+		x11-misc/notify-osd
+		x11-misc/dunst
+		>=x11-wm/awesome-3.4.4
+		x11-wm/enlightenment[enlightenment_modules_notification]
+		x11-wm/enlightenment[e_modules_notification]
+		kde-base/knotify
+		kde-apps/knotify
+		x11-misc/mate-notification-daemon
+		lxqt-base/lxqt-notificationd ) )"
+DEPEND=""


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

* [gentoo-commits] proj/kde:master commit in: virtual/notification-daemon/
@ 2015-01-17 19:12 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2015-01-17 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8e83297e369a0bc8799dec8559e9228b3505ac02
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 19:12:18 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 19:12:18 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8e83297e

[virtual/notification-daemon] Cleanup header

Package-Manager: portage-2.2.15

---
 virtual/notification-daemon/notification-daemon-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
index a0d6f65..52dd143 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.14 2014/11/08 15:44:09 jauhien Exp $
+# $Header: $
 
 EAPI=5
 


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

* [gentoo-commits] proj/kde:master commit in: virtual/notification-daemon/
@ 2015-02-02 13:24 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2015-02-02 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3bd1bdc394a1eb97dd939984a36a66e5a6b24574
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  2 13:24:04 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb  2 13:24:04 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3bd1bdc3

[virtual/notification-daemon] Changes merged to main tree.

---
 virtual/notification-daemon/metadata.xml           |  8 ------
 .../notification-daemon-0.ebuild                   | 31 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/virtual/notification-daemon/metadata.xml b/virtual/notification-daemon/metadata.xml
deleted file mode 100644
index 9879e83..0000000
--- a/virtual/notification-daemon/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>
-  <herd>freedesktop</herd>
-  <maintainer>
-    <email>freedesktop-bugs@gentoo.org</email>
-  </maintainer>
-</pkgmetadata>

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
deleted file mode 100644
index 52dd143..0000000
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Virtual for notification daemon dbus service"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="gnome"
-
-RDEPEND="
-	gnome? ( || ( x11-misc/notification-daemon
-		gnome-base/gnome-shell ) )
-	!gnome? ( || ( x11-misc/notification-daemon
-		xfce-extra/xfce4-notifyd
-		x11-misc/qtnotifydaemon
-		x11-misc/notify-osd
-		x11-misc/dunst
-		>=x11-wm/awesome-3.4.4
-		x11-wm/enlightenment[enlightenment_modules_notification]
-		x11-wm/enlightenment[e_modules_notification]
-		kde-base/knotify
-		kde-apps/knotify
-		x11-misc/mate-notification-daemon
-		lxqt-base/lxqt-notificationd ) )"
-DEPEND=""


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

end of thread, other threads:[~2015-02-02 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 13:24 [gentoo-commits] proj/kde:master commit in: virtual/notification-daemon/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2015-01-17 19:12 Johannes Huber
2014-12-31 18:54 Alexey Shvetsov

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