* [gentoo-commits] gentoo-x86 commit in app-office/orage: ChangeLog orage-4.8.0.ebuild
@ 2011-01-13 14:52 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-13 14:52 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/13 14:52:13
Modified: ChangeLog
Added: orage-4.8.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Revision Changes Path
1.34 app-office/orage/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 9 Jan 2011 17:56:54 -0000 1.33
+++ ChangeLog 13 Jan 2011 14:52:13 -0000 1.34
@@ -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.33 2011/01/09 17:56:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.34 2011/01/13 14:52:13 ssuominen Exp $
+
+*orage-4.8.0 (13 Jan 2011)
+
+ 13 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> +orage-4.8.0.ebuild:
+ Version bump.
09 Jan 2011; Raúl Porcel <armin76@gentoo.org> orage-4.7.5.ebuild:
alpha/ia64/sparc stable wrt #349023
1.1 app-office/orage/orage-4.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.1&content-type=text/plain
Index: orage-4.8.0.ebuild
===================================================================
# 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.1 2011/01/13 14:52:13 ssuominen Exp $
EAPI=3
inherit flag-o-matic xfconf
DESCRIPTION="Xfce's calendar suite (with panel plug-in)"
HOMEPAGE="http://www.xfce.org/projects/orage/"
SRC_URI="mirror://xfce/src/apps/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
RDEPEND=">=dev-libs/libical-0.43
dev-libs/popt
>=x11-libs/gtk+-2.10:2
berkdb? ( >=sys-libs/db-4 )
dbus? ( >=dev-libs/dbus-glib-0.34 )
libnotify? ( >=x11-libs/libnotify-0.3.2 )
xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.6 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}/html
--disable-dependency-tracking
$(use_enable xfce_plugins_clock libxfce4panel)
$(use_enable dbus)
$(use_enable libnotify)
$(use_with berkdb bdb4)
$(xfconf_use_debug)
)
DOCS="AUTHORS ChangeLog NEWS README TODO"
}
src_configure() {
append-flags -I/usr/include/libical
xfconf_src_configure
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/orage: ChangeLog orage-4.8.0.ebuild
@ 2011-01-29 14:02 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 14:02 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/29 14:02:20
Modified: ChangeLog orage-4.8.0.ebuild
Log:
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.37 app-office/orage/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 25 Jan 2011 18:01:09 -0000 1.36
+++ ChangeLog 29 Jan 2011 14:02:20 -0000 1.37
@@ -1,6 +1,10 @@
# 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.36 2011/01/25 18:01:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.37 2011/01/29 14:02:20 ssuominen Exp $
+
+ 29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> orage-4.8.0.ebuild,
+ +files/orage-4.8.0-libnotify-0.7.patch:
+ Fix building with x11-libs/libnotify >= 0.7.
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> orage-4.7.5.ebuild:
Stable for HPPA (bug #349023).
1.3 app-office/orage/orage-4.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?r1=1.2&r2=1.3
Index: orage-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- orage-4.8.0.ebuild 19 Jan 2011 22:06:06 -0000 1.2
+++ orage-4.8.0.ebuild 29 Jan 2011 14:02:20 -0000 1.3
@@ -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.2 2011/01/19 22:06:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.3 2011/01/29 14:02:20 ssuominen Exp $
EAPI=3
inherit flag-o-matic xfconf
@@ -26,6 +26,9 @@
dev-util/intltool"
pkg_setup() {
+ 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-29 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29 14:02 [gentoo-commits] gentoo-x86 commit in app-office/orage: ChangeLog orage-4.8.0.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-01-13 14:52 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox