public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: ChangeLog gnumeric-1.10.7.ebuild gnumeric-1.10.5.ebuild
@ 2010-07-03 15:12 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-07-03 15:12 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/03 15:12:57

  Modified:             ChangeLog
  Added:                gnumeric-1.10.7.ebuild
  Removed:              gnumeric-1.10.5.ebuild
  Log:
  Version bump, remove old testing.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.203                app-office/gnumeric/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.203&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.203&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.202&r2=1.203

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	17 Jun 2010 19:18:40 -0000	1.202
+++ ChangeLog	3 Jul 2010 15:12:57 -0000	1.203
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/gnumeric
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.202 2010/06/17 19:18:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.203 2010/07/03 15:12:57 pacho Exp $
+
+*gnumeric-1.10.7 (03 Jul 2010)
+
+  03 Jul 2010; Pacho Ramos <pacho@gentoo.org> -gnumeric-1.10.5.ebuild,
+  +gnumeric-1.10.7.ebuild:
+  Version bump, remove old testing.
 
 *gnumeric-1.10.6 (17 Jun 2010)
 



1.1                  app-office/gnumeric/gnumeric-1.10.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.7.ebuild?rev=1.1&content-type=text/plain

Index: gnumeric-1.10.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.7.ebuild,v 1.1 2010/07/03 15:12:57 pacho Exp $

EAPI="2"

inherit gnome2 flag-o-matic python

DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
HOMEPAGE="http://www.gnome.org/projects/gnumeric/"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

IUSE="gnome perl python"
# libgda

# 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
	>=gnome-extra/libgsf-1.14.15[gnome?]
	>=x11-libs/goffice-0.8.7:0.8
	>=dev-libs/libxml2-2.4.12
	>=x11-libs/pango-1.12

	>=x11-libs/gtk+-2.18
	x11-libs/cairo[svg]
	>=gnome-base/libglade-2.3.6

	gnome? (
		>=gnome-base/gconf-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-lang/python-2
		>=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.25
	>=dev-util/pkgconfig-0.18
	app-text/scrollkeeper"

DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		--enable-ssindex
		--disable-static
		--without-gda
		--with-zlib
		$(use_with perl)
		$(use_with python)
		$(use_with gnome)"
}

src_install() {
	gnome2_src_install

	# Remove useless .la files
	find "${D}" -name "*.la" -delete
}

pkg_postinst() {
	gnome2_pkg_postinst
	python_need_rebuild
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-03 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03 15:12 [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: ChangeLog gnumeric-1.10.7.ebuild gnumeric-1.10.5.ebuild Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox