summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-26 10:38:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-26 10:38:42 +0000
commita16fbe7faf19e09baec1c6a76a80600dc6a495a4 (patch)
tree2312d3b5fb46f665c57cc1c83aed195ca1a30bd5 /app-office/orage
parentx86 stable wrt bug #356309 (diff)
downloadgentoo-2-a16fbe7faf19e09baec1c6a76a80600dc6a495a4.tar.gz
gentoo-2-a16fbe7faf19e09baec1c6a76a80600dc6a495a4.tar.bz2
gentoo-2-a16fbe7faf19e09baec1c6a76a80600dc6a495a4.zip
Version bump.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-office/orage')
-rw-r--r--app-office/orage/ChangeLog7
-rw-r--r--app-office/orage/files/orage-4.8.0-libnotify-0.7.patch25
-rw-r--r--app-office/orage/orage-4.8.1.ebuild (renamed from app-office/orage/orage-4.8.0.ebuild)5
3 files changed, 7 insertions, 30 deletions
diff --git a/app-office/orage/ChangeLog b/app-office/orage/ChangeLog
index fc286efe52be..9b9e3561c9ac 100644
--- a/app-office/orage/ChangeLog
+++ b/app-office/orage/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/orage
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.37 2011/01/29 14:02:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.38 2011/02/26 10:38:42 ssuominen Exp $
+
+*orage-4.8.1 (26 Feb 2011)
+
+ 26 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> +orage-4.8.1.ebuild:
+ Version bump.
29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> orage-4.8.0.ebuild,
+files/orage-4.8.0-libnotify-0.7.patch:
diff --git a/app-office/orage/files/orage-4.8.0-libnotify-0.7.patch b/app-office/orage/files/orage-4.8.0-libnotify-0.7.patch
deleted file mode 100644
index 16503b95e68c..000000000000
--- a/app-office/orage/files/orage-4.8.0-libnotify-0.7.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=7204
-
---- src/reminder.c
-+++ src/reminder.c
-@@ -557,12 +557,19 @@
- g_strlcat(heading, l_alarm->action_time, 90);
- g_strlcat(heading, "<\b>", 10);
- }
-- n = notify_notification_new(heading, l_alarm->description, NULL, NULL);
-+ n = notify_notification_new(heading, l_alarm->description, NULL
-+#ifdef HAVE_LIBNOTIFY_07
-+ );
-+#else
-+ , NULL);
-+#endif
- l_alarm->active_alarm->active_notify = n;
-+#ifndef HAVE_LIBNOTIFY_07
- if (g_par.trayIcon
- && gtk_status_icon_is_embedded((GtkStatusIcon *)g_par.trayIcon))
- notify_notification_attach_to_status_icon(n
- , (GtkStatusIcon *)g_par.trayIcon);
-+#endif
-
- if (l_alarm->notify_timeout == -1)
- notify_notification_set_timeout(n, NOTIFY_EXPIRES_NEVER);
diff --git a/app-office/orage/orage-4.8.0.ebuild b/app-office/orage/orage-4.8.1.ebuild
index fa42f8590a03..299d2b1f8d91 100644
--- a/app-office/orage/orage-4.8.0.ebuild
+++ b/app-office/orage/orage-4.8.1.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/app-office/orage/orage-4.8.0.ebuild,v 1.4 2011/01/29 14:03:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.1.ebuild,v 1.1 2011/02/26 10:38:42 ssuominen Exp $
EAPI=3
inherit flag-o-matic xfconf
@@ -28,9 +28,6 @@ DEPEND="${RDEPEND}
pkg_setup() {
append-flags -I/usr/include/libical
- has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07
- PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )
-
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}/html
--disable-dependency-tracking