summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-04-24 17:35:05 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-04-24 17:35:05 +0000
commit26d7433ed6036492bcd7e631a4e0f7c816fd4343 (patch)
tree8ae851a1fe3facb2ffc2078a818a5e182b8b0e3a /x11-libs
parentsparc stable wrt #349877 (diff)
downloadgentoo-2-26d7433ed6036492bcd7e631a4e0f7c816fd4343.tar.gz
gentoo-2-26d7433ed6036492bcd7e631a4e0f7c816fd4343.tar.bz2
gentoo-2-26d7433ed6036492bcd7e631a4e0f7c816fd4343.zip
Clean up old slots, bug #360639.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/goffice/ChangeLog6
-rw-r--r--x11-libs/goffice/goffice-0.4.3.ebuild61
-rw-r--r--x11-libs/goffice/goffice-0.6.6.ebuild42
3 files changed, 5 insertions, 104 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog
index d091cd3216f3..23d8c79b09da 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.91 2011/03/26 21:02:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.92 2011/04/24 17:35:05 eva Exp $
+
+ 24 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -goffice-0.4.3.ebuild,
+ -goffice-0.6.6.ebuild:
+ Clean up old slots, bug #360639.
*goffice-0.8.14 (26 Mar 2011)
diff --git a/x11-libs/goffice/goffice-0.4.3.ebuild b/x11-libs/goffice/goffice-0.4.3.ebuild
deleted file mode 100644
index 98af578f9f26..000000000000
--- a/x11-libs/goffice/goffice-0.4.3.ebuild
+++ /dev/null
@@ -1,61 +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.4.3.ebuild,v 1.13 2011/01/26 14:18:26 pacho Exp $
-
-EAPI=2
-
-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.4"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="doc gnome"
-#cairo support broken and -gtk broken
-
-RDEPEND=">=dev-libs/glib-2.8.0:2
- >=gnome-extra/libgsf-1.13.3[gnome?]
- >=dev-libs/libxml2-2.4.12
- >=x11-libs/pango-1.8.1
- >=x11-libs/gtk+-2.6:2
- >=gnome-base/libglade-2.3.6
- >=gnome-base/libgnomeprint-2.8.2
- >=media-libs/libart_lgpl-2.3.11
- >=x11-libs/cairo-1.2[svg]
- gnome? (
- >=gnome-base/gconf-2
- >=gnome-base/libgnomeui-2 )
- dev-libs/libpcre[unicode]"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.18
- >=dev-util/intltool-0.28
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_with gnome)"
- filter-flags -ffast-math
-}
-
-src_prepare() {
- gnome2_src_prepare
- # fix tests
- echo "goffice/component/go-component-factory.c" >> po/POTFILES.in
- echo "goffice/graph/gog-graph-prefs.glade" >> po/POTFILES.in
- echo "goffice/graph/gog-renderer-cairo.c" >> po/POTFILES.in
- echo "goffice/graph/gog-series-prefs.glade" >> po/POTFILES.in
- echo "goffice/graph/gog-smoothed-curve.c" >> po/POTFILES.in
- echo "goffice/graph/gog-trend-line.c" >> po/POTFILES.in
- echo "goffice/gtk/go-color-selector.c" >> po/POTFILES.in
- echo "goffice/gtk/go-image-save-dialog-extra.glade" >> po/POTFILES.in
- echo "goffice/gtk/go-palette.c" >> po/POTFILES.in
- echo "plugins/plot_boxes/gog-histogram.c" >> po/POTFILES.in
- echo "plugins/reg_linear/gog-power-reg.c" >> po/POTFILES.in
-
- # Drop DEPRECATED flags
- sed 's:-D[A-Z_]*DISABLE_DEPRECATED::g' -i configure.in configure || die
-}
diff --git a/x11-libs/goffice/goffice-0.6.6.ebuild b/x11-libs/goffice/goffice-0.6.6.ebuild
deleted file mode 100644
index 4a304f76250b..000000000000
--- a/x11-libs/goffice/goffice-0.6.6.ebuild
+++ /dev/null
@@ -1,42 +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.6.6.ebuild,v 1.10 2011/03/16 09:10:51 nirbheek Exp $
-
-EAPI=2
-
-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.6"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="doc gnome"
-
-# Raising glib dep to 2.14 to drop pcre dependency
-# cairo support broken and -gtk broken
-
-RDEPEND=">=dev-libs/glib-2.14:2
- >=gnome-extra/libgsf-1.13.3[gnome?]
- >=dev-libs/libxml2-2.4.12:2
- >=x11-libs/pango-1.8.1
- >=x11-libs/gtk+-2.6:2
- >=gnome-base/libglade-2.3.6:2.0
- >=media-libs/libart_lgpl-2.3.11
- >=x11-libs/cairo-1.2[svg]
- gnome? (
- >=gnome-base/gconf-2:2
- >=gnome-base/libgnomeui-2 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.18
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_with gnome)"
- filter-flags -ffast-math
-}