summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-04-15 16:20:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-04-15 16:20:47 +0000
commit7b0b69ec171b88fd3cb8dfd007d6c2368512f23b (patch)
treea7fd0618ed221f8be41c5c11aa4801c43359a9f6 /x11-misc
parentremove old, to prevent people from doing odd things for solving proper depend... (diff)
downloadgentoo-2-7b0b69ec171b88fd3cb8dfd007d6c2368512f23b.tar.gz
gentoo-2-7b0b69ec171b88fd3cb8dfd007d6c2368512f23b.tar.bz2
gentoo-2-7b0b69ec171b88fd3cb8dfd007d6c2368512f23b.zip
old
(Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notification-daemon/ChangeLog6
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild43
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild43
3 files changed, 5 insertions, 87 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog
index 85720251fdd7..f4320b545210 100644
--- a/x11-misc/notification-daemon/ChangeLog
+++ b/x11-misc/notification-daemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/notification-daemon
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.91 2013/02/25 09:16:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.92 2013/04/15 16:20:47 ssuominen Exp $
+
+ 15 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+ -notification-daemon-0.7.3.ebuild, -notification-daemon-0.7.4.ebuild:
+ old
25 Feb 2013; Zac Medico <zmedico@gentoo.org> notification-daemon-0.7.6.ebuild:
Add ~arm-linux keyword.
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild
deleted file mode 100644
index 75606bfc75d0..000000000000
--- a/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 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.7.3.ebuild,v 1.5 2012/05/05 04:53:44 jdhore Exp $
-
-EAPI=4
-inherit gnome.org
-
-DESCRIPTION="Notification daemon"
-HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
-
-LICENSE="GPL-2"
-SLOT="0"
-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=""
-
-RDEPEND=">=dev-libs/glib-2.28
- x11-libs/gtk+: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}
- app-arch/xz-utils
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-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
-}
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild
deleted file mode 100644
index bff4f4ea7321..000000000000
--- a/x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 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.7.4.ebuild,v 1.4 2012/06/02 12:29:22 blueness Exp $
-
-EAPI=4
-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 ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.28
- x11-libs/gtk+: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}
- app-arch/xz-utils
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-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
-}