summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-26 16:45:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-26 16:45:43 +0000
commit4bc1ad50e28b629d81685df788df55a7e0778e85 (patch)
tree49e121c1cddbe8c534d6a1039a9c4669818dba6d /x11-misc
parentDrop old version still depending on old gmime-2.2 and old testing (diff)
downloadgentoo-2-4bc1ad50e28b629d81685df788df55a7e0778e85.tar.gz
gentoo-2-4bc1ad50e28b629d81685df788df55a7e0778e85.tar.bz2
gentoo-2-4bc1ad50e28b629d81685df788df55a7e0778e85.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch12
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild35
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild27
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild5
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild36
5 files changed, 2 insertions, 113 deletions
diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch b/x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch
deleted file mode 100644
index a137549cc2f7..000000000000
--- a/x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up notification-daemon/src/themes/standard/theme.c.fix notification-daemon/src/themes/standard/theme.c
---- a/notification-daemon/src/themes/standard/theme.c 2008-03-21 17:17:37.000000000 +0100
-+++ b/notification-daemon/src/themes/standard/theme.c 2008-03-21 17:18:11.000000000 +0100
-@@ -812,7 +812,7 @@ set_notification_text(GtkWindow *nw, con
- update_content_hbox_visibility(windata);
-
- gtk_widget_set_size_request(
-- ((body != NULL && *body == '\0')
-+ ((body != NULL && *body != '\0')
- ? windata->body_label : windata->summary_label),
- WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10,
- -1);
diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild
deleted file mode 100644
index c3c354355ed9..000000000000
--- a/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 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.3.7-r1.ebuild,v 1.1 2008/11/20 14:48:07 cardoe Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Notifications daemon"
-HOMEPAGE="http://www.galago-project.org/"
-SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.4.0
- >=x11-libs/gtk+-2.4.0
- >=gnome-base/gconf-2.4.0
- >=x11-libs/libsexy-0.1.3
- >=dev-libs/dbus-glib-0.71
- x11-libs/libwnck"
-DEPEND="${RDEPEND}
- =sys-devel/automake-1.9*
- >=sys-devel/gettext-0.14
- !xfce-extra/notification-daemon-xfce"
-
-DOCS="AUTHORS ChangeLog NEWS"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # fix line wrapping, upstream bug #162
- epatch "${FILESDIR}"/${PN}-0.3.7-line-wrapping.patch
-}
diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild
deleted file mode 100644
index f1ed52673286..000000000000
--- a/x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 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.3.7.ebuild,v 1.11 2007/08/25 13:59:29 vapier Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Notifications daemon"
-HOMEPAGE="http://www.galago-project.org/"
-SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.4.0
- >=x11-libs/gtk+-2.4.0
- >=gnome-base/gconf-2.4.0
- >=x11-libs/libsexy-0.1.3
- >=dev-libs/dbus-glib-0.71
- x11-libs/libwnck"
-DEPEND="${RDEPEND}
- =sys-devel/automake-1.9*
- >=sys-devel/gettext-0.14
- !xfce-extra/notification-daemon-xfce"
-
-DOCS="AUTHORS ChangeLog NEWS"
diff --git a/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild
index 2e281436fefa..2d07a9e50714 100644
--- a/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild
+++ b/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.9 2010/01/10 18:43:58 fauli Exp $
+# $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 $
WANT_AUTOMAKE="1.9"
@@ -27,8 +27,7 @@ RDEPEND=">=dev-libs/glib-2.4.0
DEPEND="${RDEPEND}
dev-util/intltool
>=sys-devel/gettext-0.14
- !xfce-extra/notification-daemon-xfce
- !x11-misc/xfce4-notifyd"
+ !xfce-extra/xfce4-notifyd"
src_unpack() {
gnome2_src_unpack
diff --git a/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild b/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild
deleted file mode 100644
index 57a594f8a50a..000000000000
--- a/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2009 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.ebuild,v 1.11 2009/05/05 14:53:38 armin76 Exp $
-
-WANT_AUTOMAKE="1.9"
-
-inherit gnome2 eutils
-
-DESCRIPTION="Notifications daemon"
-HOMEPAGE="http://www.galago-project.org/"
-SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="gstreamer"
-
-RDEPEND=">=dev-libs/glib-2.4.0
- >=x11-libs/gtk+-2.4.0
- >=gnome-base/gconf-2.4.0
- >=x11-libs/libsexy-0.1.3
- >=dev-libs/dbus-glib-0.71
- x11-libs/libwnck
- ~x11-libs/libnotify-0.4.5
- >=gnome-base/libglade-2
- gstreamer? ( >=media-libs/gstreamer-0.10 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- >=sys-devel/gettext-0.14
- !xfce-extra/notification-daemon-xfce
- !x11-misc/xfce4-notifyd"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS"
- G2CONF="$(use_enable gstreamer sound gstreamer)"
-}