diff options
author | 2010-10-03 22:36:22 +0000 | |
---|---|---|
committer | 2010-10-03 22:36:22 +0000 | |
commit | 3712888d636cd67b756dba7def0b319155801c48 (patch) | |
tree | 47563011db684c63e246564c1ec05f57fa9254d4 /x11-libs | |
parent | Version bump. Bug fixes, introspection updates. (diff) | |
download | gentoo-2-3712888d636cd67b756dba7def0b319155801c48.tar.gz gentoo-2-3712888d636cd67b756dba7def0b319155801c48.tar.bz2 gentoo-2-3712888d636cd67b756dba7def0b319155801c48.zip |
Version bump. Clean up old revisions.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/goffice/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.8.11.ebuild (renamed from x11-libs/goffice/goffice-0.8.9.ebuild) | 6 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.8.7.ebuild | 56 |
3 files changed, 10 insertions, 60 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index ca389adb3235..dae63de3e488 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.78 2010/09/13 07:08:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.79 2010/10/03 22:36:22 eva Exp $ + +*goffice-0.8.11 (03 Oct 2010) + + 03 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> -goffice-0.8.7.ebuild, + -goffice-0.8.9.ebuild, +goffice-0.8.11.ebuild: + Version bump. Clean up old revisions. 13 Sep 2010; Joseph Jezak <josejx@gentoo.org> goffice-0.8.6.ebuild: Marked ppc stable for bug #326503. diff --git a/x11-libs/goffice/goffice-0.8.9.ebuild b/x11-libs/goffice/goffice-0.8.11.ebuild index cc6afb292b69..f1f517b76d74 100644 --- a/x11-libs/goffice/goffice-0.8.9.ebuild +++ b/x11-libs/goffice/goffice-0.8.11.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.9.ebuild,v 1.1 2010/08/29 18:11:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.11.ebuild,v 1.1 2010/10/03 22:36:22 eva Exp $ -EAPI="2" +EAPI="3" GCONF_DEBUG="no" inherit eutils gnome2 flag-o-matic @@ -44,5 +44,5 @@ pkg_setup() { src_install() { gnome2_src_install - find "${D}" -name "*.la" -delete || die + find "${ED}" -name "*.la" -delete || die } diff --git a/x11-libs/goffice/goffice-0.8.7.ebuild b/x11-libs/goffice/goffice-0.8.7.ebuild deleted file mode 100644 index 798495c79c98..000000000000 --- a/x11-libs/goffice/goffice-0.8.7.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# 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.7.ebuild,v 1.2 2010/07/20 15:47:50 jer Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit eutils gnome2 flag-o-matic - -DESCRIPTION="A library of document-centric objects and utilities" -HOMEPAGE="http://freshmeat.net/projects/goffice/" - -LICENSE="GPL-2" -SLOT="0.8" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="doc gnome" - -# Build fails with -gtk -# FIXME: add lasem to tree -RDEPEND=">=dev-libs/glib-2.16 - >=gnome-extra/libgsf-1.14.9[gnome?] - >=dev-libs/libxml2-2.4.12 - >=x11-libs/pango-1.8.1 - >=x11-libs/cairo-1.2[svg] - x11-libs/libXext - x11-libs/libXrender - >=x11-libs/gtk+-2.16 - 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() { - G2CONF="${G2CONF} - --without-lasem - --with-gtk - $(use_with gnome gconf)" - filter-flags -ffast-math -} - -src_prepare() { - gnome2_src_prepare - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed failed" -} - -src_install() { - gnome2_src_install - find "${D}" -name "*.la" -delete || die -} |