diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-24 23:47:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-24 23:47:12 +0000 |
commit | 438b2aadfe0223bba0c90d19ba768c39569031ee (patch) | |
tree | 5f2aeccdee0df121b8a8448405798b6f2012f685 /app-office | |
parent | Add nightly for 2008-02-24 (diff) | |
download | gentoo-2-438b2aadfe0223bba0c90d19ba768c39569031ee.tar.gz gentoo-2-438b2aadfe0223bba0c90d19ba768c39569031ee.tar.bz2 gentoo-2-438b2aadfe0223bba0c90d19ba768c39569031ee.zip |
bump to 2.3.0
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnotime/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.3.0.ebuild | 54 |
2 files changed, 60 insertions, 1 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog index ce48c9ffc56d..d5ca5dbdd15a 100644 --- a/app-office/gnotime/ChangeLog +++ b/app-office/gnotime/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/gnotime # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.33 2008/01/10 21:46:40 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.34 2008/02/24 23:47:12 eva Exp $ + +*gnotime-2.3.0 (24 Feb 2008) + + 24 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> +gnotime-2.3.0.ebuild: + bump to 2.3.0 10 Jan 2008; Ferris McCormick <fmccor@gentoo.org> gnotime-2.2.3.ebuild: Sparc stable --- Bug #205242 --- appears to work as advertized. diff --git a/app-office/gnotime/gnotime-2.3.0.ebuild b/app-office/gnotime/gnotime-2.3.0.ebuild new file mode 100644 index 000000000000..51b78f06e07e --- /dev/null +++ b/app-office/gnotime/gnotime-2.3.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v 1.1 2008/02/24 23:47:12 eva Exp $ + +EAPI="1" + +inherit eutils gnome2 autotools + +DESCRIPTION="utility to track time spent on activities" +HOMEPAGE="http://gttr.sourceforge.net/" +SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +IUSE="" +RESTRICT="test" + +RDEPEND=">=x11-libs/gtk+-2.10 + >=dev-libs/glib-2.14 + >=gnome-base/libgnome-2.0 + >=gnome-base/libgnomeui-2.0.3 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libglade-2.0 + >=gnome-extra/gtkhtml-3.14.3:3.14 + >=gnome-base/gconf-2.0 + x11-libs/pango + dev-libs/libxml2 + >=dev-libs/dbus-glib-0.74 + dev-scheme/guile + dev-libs/popt" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool + =app-text/docbook-xml-dtd-4.2* + >=app-text/scrollkeeper-0.3.11 + dev-libs/qof" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +# Fix for bug #109047, don't parallel build with libqofsql +# Should be fixed, to be tested +#MAKEOPTS="${MAKEOPTS} -j1" + +pkg_setup() { + G2CONF="${G2CONF} --disable-schemas-install" + + # upstream knows about the fix and has promised to incorporate it + if ! built_with_use --missing true dev-scheme/guile deprecated;then + eerror "rebuild dev-scheme/guile with USE=deprecated" + die + fi +} |