summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-19 02:06:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-19 02:06:41 +0000
commit4710ef7f52b82271b5e11ea8e6a6d27c097c3eee (patch)
treeaa0853d6d35f2f2a73796a2f77ec2b9eaecf2966 /x11-misc/notification-daemon
parentVersion bump. (diff)
downloadgentoo-2-4710ef7f52b82271b5e11ea8e6a6d27c097c3eee.tar.gz
gentoo-2-4710ef7f52b82271b5e11ea8e6a6d27c097c3eee.tar.bz2
gentoo-2-4710ef7f52b82271b5e11ea8e6a6d27c097c3eee.zip
old
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r--x11-misc/notification-daemon/ChangeLog6
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild3
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild39
3 files changed, 6 insertions, 42 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog
index aa8c5ce0009e..b098b13848f8 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.82 2011/10/19 02:05:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.83 2011/10/19 02:06:41 ssuominen Exp $
+
+ 19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -notification-daemon-0.7.1.ebuild:
+ old
*notification-daemon-0.7.3 (19 Oct 2011)
diff --git a/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild b/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild
index 6005bd9fde2d..ee3320a7fbf5 100644
--- a/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild
+++ b/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild
@@ -1,6 +1,6 @@
# 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.5.0.ebuild,v 1.11 2011/05/01 09:34:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.12 2011/10/19 02:06:41 ssuominen Exp $
EAPI=3
GCONF_DEBUG=no
@@ -25,7 +25,6 @@ RDEPEND=">=dev-libs/glib-2.4:2
x11-libs/libnotify
x11-libs/libwnck:1
x11-libs/libX11
- !<xfce-extra/xfce4-notifyd-0.2.1_p20110101
!x11-misc/notify-osd"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
deleted file mode 100644
index fa18a6466dc2..000000000000
--- a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.7.1.ebuild,v 1.1 2011/05/01 16:27:32 nirbheek Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-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=""
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.27:2
- >=x11-libs/gtk+-2.91:3
- >=sys-apps/dbus-1
- >=media-libs/libcanberra-0.4[gtk3]
- x11-libs/libnotify
- x11-libs/libX11
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.14
-"
-RDEPEND="${COMMON_DEPEND}
- !<xfce-extra/xfce4-notifyd-0.2.1_p20110101
- !x11-misc/notify-osd
-"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS"
- G2CONF="${G2CONF} --disable-static"
-}