diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-04-15 15:45:44 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-04-15 15:45:44 +0000 |
commit | 98e9fb7f4a11293ddcbb7fac89c86599bee43603 (patch) | |
tree | 79bd695cf9969046cfe65e5b715185c262674121 /app-office | |
parent | stable bug fix revision for bug 411739 by Marcun Mirosłav (diff) | |
download | gentoo-2-98e9fb7f4a11293ddcbb7fac89c86599bee43603.tar.gz gentoo-2-98e9fb7f4a11293ddcbb7fac89c86599bee43603.tar.bz2 gentoo-2-98e9fb7f4a11293ddcbb7fac89c86599bee43603.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.13.ebuild | 76 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.15.ebuild | 71 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.16.ebuild | 66 |
4 files changed, 5 insertions, 214 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 16496da42d07..b797c1e07930 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.232 2012/02/10 03:52:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.233 2012/04/15 15:45:44 eva Exp $ + + 15 Apr 2012; Gilles Dartiguelongue <eva@gentoo.org> -gnumeric-1.10.13.ebuild, + -gnumeric-1.10.15.ebuild, -gnumeric-1.10.16.ebuild: + Clean up old revisions. 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> gnumeric-1.10.13.ebuild, gnumeric-1.10.15.ebuild, gnumeric-1.10.16.ebuild, gnumeric-1.10.17.ebuild: diff --git a/app-office/gnumeric/gnumeric-1.10.13.ebuild b/app-office/gnumeric/gnumeric-1.10.13.ebuild deleted file mode 100644 index 0aeefc315256..000000000000 --- a/app-office/gnumeric/gnumeric-1.10.13.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.13.ebuild,v 1.9 2012/02/10 03:52:53 patrick Exp $ - -EAPI="3" -GCONF_DEBUG="no" -PYTHON_DEPEND="python? 2:2.5" - -inherit gnome2 flag-o-matic python - -DESCRIPTION="Gnumeric, the GNOME Spreadsheet" -HOMEPAGE="http://projects.gnome.org/gnumeric/" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" - -IUSE="gnome perl python" -# Missing gnome-extra/libgnomedb required version in tree - -# lots of missing files, wait for next release -# also fails tests due to 80-bit long story -RESTRICT="test" - -RDEPEND="sys-libs/zlib - app-arch/bzip2 - >=dev-libs/glib-2.12:2 - >=gnome-extra/libgsf-1.14.19[gnome?] - >=x11-libs/goffice-0.8.10:0.8 - >=dev-libs/libxml2-2.4.12:2 - >=x11-libs/pango-1.12 - - >=x11-libs/gtk+-2.18:2 - x11-libs/cairo[svg] - - gnome? ( - >=gnome-base/gconf-2:2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libbonobo-2.2 - >=gnome-base/libbonoboui-2.2 ) - perl? ( dev-lang/perl ) - python? ( >=dev-python/pygtk-2 ) -" -# libgda? ( -# >=gnome-extra/libgda-4.1.1:4.0 -# >=gnome-extra/libgnomedb-3.99.6:4.0 ) -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.0 - >=dev-util/pkgconfig-0.18 - app-text/scrollkeeper" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-ssindex - --disable-static - --without-gda - --with-zlib - $(use_with perl) - $(use_with python) - $(use_with gnome)" - DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README" - use python && python_set_active_version 2 -} - -src_install() { - gnome2_src_install - - # Remove useless .la files - find "${ED}" -name "*.la" -delete || die -} - -pkg_postinst() { - gnome2_pkg_postinst - python_need_rebuild -} diff --git a/app-office/gnumeric/gnumeric-1.10.15.ebuild b/app-office/gnumeric/gnumeric-1.10.15.ebuild deleted file mode 100644 index e90f5430e7ea..000000000000 --- a/app-office/gnumeric/gnumeric-1.10.15.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.15.ebuild,v 1.5 2012/02/10 03:52:53 patrick Exp $ - -EAPI="3" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="python? 2:2.5" - -inherit gnome2 flag-o-matic python - -DESCRIPTION="Gnumeric, the GNOME Spreadsheet" -HOMEPAGE="http://projects.gnome.org/gnumeric/" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" - -IUSE="gnome perl python" -# Missing gnome-extra/libgnomedb required version in tree -# but its upstream is dead and will be dropped soon. - -# lots of missing files, wait for next release -# also fails tests due to 80-bit long story -RESTRICT="test" - -RDEPEND="sys-libs/zlib - app-arch/bzip2 - >=dev-libs/glib-2.12:2 - >=gnome-extra/libgsf-1.14.19[gnome?] - >=x11-libs/goffice-0.8.15:0.8 - >=dev-libs/libxml2-2.4.12:2 - >=x11-libs/pango-1.12 - - >=x11-libs/gtk+-2.18:2 - x11-libs/cairo[svg] - - gnome? ( - >=gnome-base/gconf-2:2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libbonobo-2.2 - >=gnome-base/libbonoboui-2.2 ) - perl? ( dev-lang/perl ) - python? ( >=dev-python/pygtk-2:2 ) -" -# libgda? ( -# >=gnome-extra/libgda-4.1.1:4.0 -# >=gnome-extra/libgnomedb-3.99.6:4.0 ) -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.0 - >=dev-util/pkgconfig-0.18 - app-text/scrollkeeper" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-ssindex - --disable-static - --without-gda - --with-zlib - $(use_with perl) - $(use_with python) - $(use_with gnome)" - DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README" - use python && python_set_active_version 2 -} - -pkg_postinst() { - gnome2_pkg_postinst - python_need_rebuild -} diff --git a/app-office/gnumeric/gnumeric-1.10.16.ebuild b/app-office/gnumeric/gnumeric-1.10.16.ebuild deleted file mode 100644 index de226c157254..000000000000 --- a/app-office/gnumeric/gnumeric-1.10.16.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.16.ebuild,v 1.2 2012/02/10 03:52:53 patrick Exp $ - -EAPI="3" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -GNOME_TARBALL_SUFFIX="xz" -PYTHON_DEPEND="python? 2:2.5" - -inherit gnome2 flag-o-matic python - -DESCRIPTION="Gnumeric, the GNOME Spreadsheet" -HOMEPAGE="http://projects.gnome.org/gnumeric/" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -IUSE="perl python" -# Missing gnome-extra/libgnomedb required version in tree -# but its upstream is dead and will be dropped soon. - -# lots of missing files, wait for next release -# also fails tests due to 80-bit long story -RESTRICT="test" - -RDEPEND="sys-libs/zlib - app-arch/bzip2 - >=dev-libs/glib-2.12:2 - >=gnome-extra/libgsf-1.14.19 - >=x11-libs/goffice-0.8.15:0.8 - >=dev-libs/libxml2-2.4.12:2 - >=x11-libs/pango-1.12 - - >=x11-libs/gtk+-2.18:2 - x11-libs/cairo[svg] - - perl? ( dev-lang/perl ) - python? ( >=dev-python/pygtk-2:2 ) -" -# libgda? ( -# >=gnome-extra/libgda-4.1.1:4.0 -# >=gnome-extra/libgnomedb-3.99.6:4.0 ) -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.0 - >=dev-util/pkgconfig-0.18 - app-text/scrollkeeper" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-ssindex - --disable-static - --without-gnome - --without-gda - --with-zlib - $(use_with perl) - $(use_with python)" - DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README" - use python && python_set_active_version 2 -} - -pkg_postinst() { - gnome2_pkg_postinst - python_need_rebuild -} |