* [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/
@ 2014-12-26 21:53 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
To: gentoo-commits
commit: e714b95e4f96ceea86fa6bdaede372d74f11cf0b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:50:40 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:50:40 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e714b95e
x11-misc/notification-daemon: moved to gentoo-x86
---
.../notification-daemon-3.14.1.ebuild | 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild b/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild
deleted file mode 100644
index b99028b..0000000
--- a/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit gnome.org
-
-DESCRIPTION="Notification daemon"
-HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
-
-LICENSE="GPL-2"
-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=""
-
-RDEPEND="
- >=dev-libs/glib-2.28
- >=x11-libs/gtk+-3.8:3
- sys-apps/dbus
- media-libs/libcanberra[gtk3]
- >=x11-libs/libnotify-0.7
- x11-libs/libX11
- !x11-misc/notify-osd
- !x11-misc/qtnotifydaemon
-"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS )
-
-src_install() {
- default
-
- cat <<-EOF > "${T}"/org.freedesktop.Notifications.service
- [D-BUS Service]
- Name=org.freedesktop.Notifications
- Exec=/usr/libexec/notification-daemon
- EOF
-
- insinto /usr/share/dbus-1/services
- doins "${T}"/org.freedesktop.Notifications.service
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/
@ 2014-11-24 19:42 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-24 19:42 UTC (permalink / raw
To: gentoo-commits
commit: d4d47450421c7cabd3a107c754fd054c1ba60d4e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 19:20:37 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 19:20:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d4d47450
x11-misc/notification-daemon: 3.14.0 → 3.14.1
---
...otification-daemon-3.14.0.ebuild => notification-daemon-3.14.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild b/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild
similarity index 100%
rename from x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild
rename to x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/
@ 2014-11-03 23:24 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-03 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 09f3f83a7f012a4a4799df12f514241761ee7469
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 2 16:22:33 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 2 16:24:13 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=09f3f83a
x11-misc/notification-daemon: 0.7.6 → 3.14.0
---
x11-misc/notification-daemon/metadata.xml | 5 +++
.../notification-daemon-3.14.0.ebuild | 46 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-misc/notification-daemon/metadata.xml b/x11-misc/notification-daemon/metadata.xml
new file mode 100644
index 0000000..8542880
--- /dev/null
+++ b/x11-misc/notification-daemon/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>freedesktop</herd>
+</pkgmetadata>
diff --git a/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild b/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild
new file mode 100644
index 0000000..b99028b
--- /dev/null
+++ b/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit gnome.org
+
+DESCRIPTION="Notification daemon"
+HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
+
+LICENSE="GPL-2"
+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=""
+
+RDEPEND="
+ >=dev-libs/glib-2.28
+ >=x11-libs/gtk+-3.8:3
+ sys-apps/dbus
+ media-libs/libcanberra[gtk3]
+ >=x11-libs/libnotify-0.7
+ x11-libs/libX11
+ !x11-misc/notify-osd
+ !x11-misc/qtnotifydaemon
+"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS )
+
+src_install() {
+ default
+
+ cat <<-EOF > "${T}"/org.freedesktop.Notifications.service
+ [D-BUS Service]
+ Name=org.freedesktop.Notifications
+ Exec=/usr/libexec/notification-daemon
+ EOF
+
+ insinto /usr/share/dbus-1/services
+ doins "${T}"/org.freedesktop.Notifications.service
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/
@ 2011-04-04 11:20 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-04 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 474139ec7fd773b01451c9e957e52dfbe37dfd03
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 11:18:51 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 11:19:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=474139ec
x11-misc/notification-daemon: QAed
* update dependencies according to configure.ac
* sync with gentoo-x86 changes
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
.../notification-daemon-0.7.1.ebuild | 26 ++++++++++---------
1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
index 1276a00..4a27a58 100644
--- a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
+++ b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
@@ -1,33 +1,35 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild,v 1.10 2010/03/26 16:45:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.1 2011/01/24 23:22:25 eva Exp $
EAPI="3"
+GCONF_DEBUG="no"
inherit gnome2
-DESCRIPTION="Notifications daemon"
+DESCRIPTION="Notification daemon"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
COMMON_DEPEND="
- >=dev-libs/glib-2.18.0
- >=x11-libs/gtk+-2.18.0:2
- >=gnome-base/gconf-2
- >=dev-libs/dbus-glib-0.78
+ >=dev-libs/glib-2.27:2
+ >=x11-libs/gtk+-2.91:3
>=sys-apps/dbus-1
>=media-libs/libcanberra-0.4[gtk3]
- x11-libs/libwnck
+ x11-libs/libnotify
x11-libs/libX11
- x11-libs/libnotify"
+"
DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40.0
- >=sys-devel/gettext-0.11"
+ >=dev-util/intltool-0.40
+ >=sys-devel/gettext-0.14
+"
RDEPEND="${COMMON_DEPEND}
- !xfce-extra/xfce4-notifyd"
+ !xfce-extra/xfce4-notifyd
+ !x11-misc/notify-osd
+"
DOCS="AUTHORS ChangeLog NEWS"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/
@ 2011-02-16 20:19 Nirbheek Chauhan
0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan @ 2011-02-16 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 1fe4878a74d6164c7e458355eb175b1cce4158a2
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 19:37:32 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 19:37:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1fe4878a
x11-misc/notification-daemon: 0.7.0 -> 0.7.1
* Changes in this release need notification-daemon to become a required
component in the gnome-fallback session
---
...7.0.ebuild => notification-daemon-0.7.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.0.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
similarity index 100%
rename from x11-misc/notification-daemon/notification-daemon-0.7.0.ebuild
rename to x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-26 21:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 21:53 [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2014-11-24 19:42 Gilles Dartiguelongue
2014-11-03 23:24 Gilles Dartiguelongue
2011-04-04 11:20 Gilles Dartiguelongue
2011-02-16 20:19 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox