diff options
Diffstat (limited to 'x11-libs/goffice')
-rw-r--r-- | x11-libs/goffice/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.8.12.ebuild (renamed from x11-libs/goffice/goffice-0.8.10.ebuild) | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index dae63de3e488..eec6a87f61b9 100644 --- a/x11-libs/goffice/ChangeLog +++ b/x11-libs/goffice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/goffice # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.79 2010/10/03 22:36:22 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.80 2010/12/04 01:07:09 pacho Exp $ + +*goffice-0.8.12 (04 Dec 2010) + + 04 Dec 2010; Pacho Ramos <pacho@gentoo.org> -goffice-0.8.10.ebuild, + +goffice-0.8.12.ebuild: + Version bump with bugfixes and translation updates, remove old. *goffice-0.8.11 (03 Oct 2010) diff --git a/x11-libs/goffice/goffice-0.8.10.ebuild b/x11-libs/goffice/goffice-0.8.12.ebuild index cbfcb87156ce..ff762c3305f9 100644 --- a/x11-libs/goffice/goffice-0.8.10.ebuild +++ b/x11-libs/goffice/goffice-0.8.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.10.ebuild,v 1.1 2010/09/05 20:22:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.12.ebuild,v 1.1 2010/12/04 01:07:09 pacho Exp $ -EAPI="2" +EAPI="3" GCONF_DEBUG="no" inherit eutils gnome2 flag-o-matic @@ -25,16 +25,14 @@ RDEPEND=">=dev-libs/glib-2.16 x11-libs/libXext x11-libs/libXrender >=x11-libs/gtk+-2.16 - gnome? ( >=gnome-base/gconf-2 ) -" + gnome? ( >=gnome-base/gconf-2 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.18 >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1.11 )" -DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" - pkg_setup() { + DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" G2CONF="${G2CONF} --without-lasem --with-gtk @@ -44,5 +42,5 @@ pkg_setup() { src_install() { gnome2_src_install - find "${D}" -name "*.la" -delete || die + find "${ED}" -name "*.la" -delete || die } |