diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-09 09:29:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-09 09:29:34 +0000 |
commit | d688f14408a585b42b0ad2602a0fcce4b92cbd6d (patch) | |
tree | 3f9ed6b374bb825385d5ee05dacb0461edcb7c09 /app-office/gnumeric | |
parent | version bump (diff) | |
download | gentoo-2-d688f14408a585b42b0ad2602a0fcce4b92cbd6d.tar.gz gentoo-2-d688f14408a585b42b0ad2602a0fcce4b92cbd6d.tar.bz2 gentoo-2-d688f14408a585b42b0ad2602a0fcce4b92cbd6d.zip |
Version bump with tons of bugfixes and cleaning of old testing version. Drop autotools.eclass inherit since it's not being used.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.1.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.3.ebuild (renamed from app-office/gnumeric/gnumeric-1.10.0.ebuild) | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index c31367a0bc74..a81b2cc356dd 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,13 @@ # 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.198 2010/03/14 23:02:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.199 2010/05/09 09:29:34 pacho Exp $ + +*gnumeric-1.10.3 (09 May 2010) + + 09 May 2010; Pacho Ramos <pacho@gentoo.org> -gnumeric-1.10.0.ebuild, + gnumeric-1.10.1.ebuild, +gnumeric-1.10.3.ebuild: + Version bump with tons of bugfixes and cleaning of old testing version. + Drop autotools.eclass inherit since it's not being used. *gnumeric-1.10.1 (14 Mar 2010) diff --git a/app-office/gnumeric/gnumeric-1.10.1.ebuild b/app-office/gnumeric/gnumeric-1.10.1.ebuild index b84cac1da280..9c2c3f525cb6 100644 --- a/app-office/gnumeric/gnumeric-1.10.1.ebuild +++ b/app-office/gnumeric/gnumeric-1.10.1.ebuild @@ -1,10 +1,10 @@ # 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.1.ebuild,v 1.1 2010/03/14 23:02:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.1.ebuild,v 1.2 2010/05/09 09:29:34 pacho Exp $ EAPI="2" -inherit gnome2 flag-o-matic python autotools +inherit gnome2 flag-o-matic python DESCRIPTION="Gnumeric, the GNOME Spreadsheet" HOMEPAGE="http://www.gnome.org/projects/gnumeric/" diff --git a/app-office/gnumeric/gnumeric-1.10.0.ebuild b/app-office/gnumeric/gnumeric-1.10.3.ebuild index 9e6f7bded431..a6c943084cd5 100644 --- a/app-office/gnumeric/gnumeric-1.10.0.ebuild +++ b/app-office/gnumeric/gnumeric-1.10.3.ebuild @@ -1,10 +1,10 @@ # 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.0.ebuild,v 1.1 2010/03/04 22:57:05 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.3.ebuild,v 1.1 2010/05/09 09:29:34 pacho Exp $ EAPI="2" -inherit gnome2 flag-o-matic python autotools +inherit gnome2 flag-o-matic python DESCRIPTION="Gnumeric, the GNOME Spreadsheet" HOMEPAGE="http://www.gnome.org/projects/gnumeric/" |