diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-04-15 15:49:45 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-04-15 15:49:45 +0000 |
commit | 5976c4530566c4116488e5907ed31a818a447d3f (patch) | |
tree | f8db1bb55eee307a9fcedc60fac495d944bef2b1 /x11-libs | |
parent | Clean up old revision. (diff) | |
download | historical-5976c4530566c4116488e5907ed31a818a447d3f.tar.gz historical-5976c4530566c4116488e5907ed31a818a447d3f.tar.bz2 historical-5976c4530566c4116488e5907ed31a818a447d3f.zip |
Clean up revisions.
Package-Manager: portage-2.2.0_alpha100/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.13.ebuild | 47 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.8.16.ebuild | 51 |
3 files changed, 6 insertions, 100 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index 1db12306f261..42a03b5089bd 100644 --- a/x11-libs/goffice/ChangeLog +++ b/x11-libs/goffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/goffice -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.102 2011/10/30 17:39:54 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.103 2012/04/15 15:49:45 eva Exp $ + + 15 Apr 2012; Gilles Dartiguelongue <eva@gentoo.org> -goffice-0.8.13.ebuild, + -goffice-0.8.16.ebuild: + Clean up revisions. 30 Oct 2011; Raúl Porcel <armin76@gentoo.org> goffice-0.8.17.ebuild: alpha/ia64/sparc stable wrt #385699 diff --git a/x11-libs/goffice/goffice-0.8.13.ebuild b/x11-libs/goffice/goffice-0.8.13.ebuild deleted file mode 100644 index 4aab65fa2743..000000000000 --- a/x11-libs/goffice/goffice-0.8.13.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.6 2011/03/22 19:57:47 ranger Exp $ - -EAPI="3" -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:2 - >=gnome-extra/libgsf-1.14.9 - >=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: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 )" - -pkg_setup() { - DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" - G2CONF="${G2CONF} - --without-lasem - --with-gtk - $(use_with gnome gconf)" - filter-flags -ffast-math -} - -src_install() { - gnome2_src_install - find "${ED}" -name "*.la" -delete || die -} diff --git a/x11-libs/goffice/goffice-0.8.16.ebuild b/x11-libs/goffice/goffice-0.8.16.ebuild deleted file mode 100644 index fd023c4ca655..000000000000 --- a/x11-libs/goffice/goffice-0.8.16.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.16.ebuild,v 1.4 2011/07/24 11:04:09 armin76 Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -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:2 - >=gnome-extra/libgsf-1.14.9 - >=dev-libs/libxml2-2.4.12:2 - >=x11-libs/pango-1.8.1 - >=x11-libs/cairo-1.2[svg] - x11-libs/libXext - x11-libs/libXrender - >=x11-libs/gtk+-2.16:2 - gnome? ( >=gnome-base/gconf-2:2 ) -" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.18 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.11 )" - -pkg_setup() { - DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" - - # Gsettings is still experimental - if use gnome; then - G2CONF="${G2CONF} --with-config-backend=gconf" - else - G2CONF="${G2CONF} --with-config-backend=keyfile" - fi - - G2CONF="${G2CONF} - --without-lasem - --with-gtk" - - filter-flags -ffast-math -} |