diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-15 21:34:17 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-15 21:34:17 +0000 |
commit | e84e4c9431644b5eb0418bb586df288e61bf9025 (patch) | |
tree | 333fafdaac585317b21010bce7d5752abed9c4a0 /app-office/gnotime | |
parent | block tex4ht, texlive provides it (diff) | |
download | gentoo-2-e84e4c9431644b5eb0418bb586df288e61bf9025.tar.gz gentoo-2-e84e4c9431644b5eb0418bb586df288e61bf9025.tar.bz2 gentoo-2-e84e4c9431644b5eb0418bb586df288e61bf9025.zip |
version bump, see bug 194444
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-office/gnotime')
-rw-r--r-- | app-office/gnotime/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnotime/files/digest-gnotime-2.2.3 | 3 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.2.3.ebuild | 49 |
3 files changed, 59 insertions, 1 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog index b7b7bb41e1f8..c434ff27b9d8 100644 --- a/app-office/gnotime/ChangeLog +++ b/app-office/gnotime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnotime # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.25 2007/10/04 19:53:32 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.26 2007/10/15 21:34:16 opfer Exp $ + +*gnotime-2.2.3 (15 Oct 2007) + + 15 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + +gnotime-2.2.3.ebuild: + version bump, see bug 194444 04 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> gnotime-2.2.2.ebuild: fix inherit wrt to bug #194616 diff --git a/app-office/gnotime/files/digest-gnotime-2.2.3 b/app-office/gnotime/files/digest-gnotime-2.2.3 new file mode 100644 index 000000000000..4500e5fd43d7 --- /dev/null +++ b/app-office/gnotime/files/digest-gnotime-2.2.3 @@ -0,0 +1,3 @@ +MD5 067c3579411cd98e0b18fec0b36475a6 gnotime-2.2.3.tar.gz 2000306 +RMD160 5eccac837debe2f6a2d89687681e13bef32883f4 gnotime-2.2.3.tar.gz 2000306 +SHA256 9cdd62993d729cd6ab1ce1ddecf3054cbbf5ad28dbf87262ef822376928e67bb gnotime-2.2.3.tar.gz 2000306 diff --git a/app-office/gnotime/gnotime-2.2.3.ebuild b/app-office/gnotime/gnotime-2.2.3.ebuild new file mode 100644 index 000000000000..30d137609341 --- /dev/null +++ b/app-office/gnotime/gnotime-2.2.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.1 2007/10/15 21:34:16 opfer Exp $ + +inherit gnome2 autotools + +DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times" +HOMEPAGE="http://gttr.sourceforge.net/" +SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=gnome-base/libgnome-2.0 + >=gnome-base/libgnomeui-2.0.3 + >=gnome-base/gnome-vfs-2 + >=dev-libs/glib-2 + >=gnome-base/libglade-2.0 + =gnome-extra/gtkhtml-3.2* + >=gnome-base/gconf-2.0 + x11-libs/pango + dev-libs/libxml2 + 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" + +G2CONF="${G2CONF} --disable-schemas-install" + +# Fix for bug #109047, don't parallel build with libqofsql +# Should be fixed, to be tested +#MAKEOPTS="${MAKEOPTS} -j1" + +pkg_setup() { + # upstream knows about the fix and has promised to incorporate it + if has_version ">=dev-scheme/guile-1.8" && ! built_with_use dev-scheme/guile deprecated;then + eerror "rebuild dev-scheme/guile with USE=deprecated" + die + fi +} |