diff options
author | 2011-01-05 16:38:21 +0000 | |
---|---|---|
committer | 2011-01-05 16:38:21 +0000 | |
commit | 39cb17b6188e1394c7b9706b4b015b2370722064 (patch) | |
tree | 969f1767c986e7eb9b9da2b5a3f959f78a12729b /app-office/gnotime | |
parent | Some Clean up (diff) | |
download | gentoo-2-39cb17b6188e1394c7b9706b4b015b2370722064.tar.gz gentoo-2-39cb17b6188e1394c7b9706b4b015b2370722064.tar.bz2 gentoo-2-39cb17b6188e1394c7b9706b4b015b2370722064.zip |
dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas), bump to eapi3, drop unsupported configure option.
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gnotime')
-rw-r--r-- | app-office/gnotime/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.3.0-r3.ebuild | 15 |
2 files changed, 14 insertions, 9 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog index 721e1cfa1302..3a8eea43bd2f 100644 --- a/app-office/gnotime/ChangeLog +++ b/app-office/gnotime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/gnotime -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.49 2010/03/07 21:17:19 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.50 2011/01/05 16:38:21 pacho Exp $ + + 05 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnotime-2.3.0-r3.ebuild: + dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas), + bump to eapi3, drop unsupported configure option. 07 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> -gnotime-2.3.0.ebuild, -gnotime-2.3.0-r2.ebuild, gnotime-2.3.0-r3.ebuild: diff --git a/app-office/gnotime/gnotime-2.3.0-r3.ebuild b/app-office/gnotime/gnotime-2.3.0-r3.ebuild index 7a548d2e559b..1a81f39aaeb5 100644 --- a/app-office/gnotime/gnotime-2.3.0-r3.ebuild +++ b/app-office/gnotime/gnotime-2.3.0-r3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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-r3.ebuild,v 1.4 2010/03/07 21:17:19 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.5 2011/01/05 16:38:21 pacho Exp $ -EAPI=2 +EAPI="3" +GCONF_DEBUG="yes" inherit autotools eutils gnome2 @@ -25,7 +26,7 @@ RDEPEND=">=x11-libs/gtk+-2.10 >=gnome-base/gconf-2.0 dev-libs/libxml2 >=dev-libs/dbus-glib-0.74 - dev-scheme/guile + dev-scheme/guile[deprecated] dev-libs/qof:0 x11-libs/libXScrnSaver x11-libs/pango" @@ -37,10 +38,8 @@ DEPEND="${RDEPEND} >=app-text/scrollkeeper-0.3.11 doc? ( ~app-text/docbook-xml-dtd-4.2 )" -DOCS="AUTHORS ChangeLog NEWS README TODO" - pkg_setup() { - G2CONF="${G2CONF} --disable-schemas-install" + DOCS="AUTHORS ChangeLog NEWS README TODO" } src_prepare() { @@ -49,8 +48,10 @@ src_prepare() { # Fix column descriptions, bug #222325 epatch "${FILESDIR}/${P}-fix-columns.patch" + # Fix typo in PKG_CHECK_MODULES, bug #298193 epatch "${FILESDIR}/${P}-libgnomeui-typo.patch" + # Make it 64bit safe, bug 231986 epatch "${FILESDIR}"/${P}-missing-includes.patch |