diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-31 18:13:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-31 18:13:26 +0000 |
commit | 0f0b7c14e9c4b787e97200698108a8687527a2c6 (patch) | |
tree | 9526ef1f20d9544c13779905e73c75f3d1396169 /x11-libs/goffice | |
parent | Disable all tests that fetch files from the network, should also fix bug 329069 (diff) | |
download | gentoo-2-0f0b7c14e9c4b787e97200698108a8687527a2c6.tar.gz gentoo-2-0f0b7c14e9c4b787e97200698108a8687527a2c6.tar.bz2 gentoo-2-0f0b7c14e9c4b787e97200698108a8687527a2c6.zip |
Version bump, remove old.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/goffice')
-rw-r--r-- | x11-libs/goffice/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.8.17.ebuild (renamed from x11-libs/goffice/goffice-0.8.15.ebuild) | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index e682bb087a07..b414903a2fb0 100644 --- a/x11-libs/goffice/ChangeLog +++ b/x11-libs/goffice/ChangeLog @@ -1,6 +1,12 @@ # 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.97 2011/07/24 11:04:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.98 2011/07/31 18:13:26 pacho Exp $ + +*goffice-0.8.17 (31 Jul 2011) + + 31 Jul 2011; Pacho Ramos <pacho@gentoo.org> -goffice-0.8.15.ebuild, + +goffice-0.8.17.ebuild: + Version bump, remove old. 24 Jul 2011; Raúl Porcel <armin76@gentoo.org> goffice-0.8.16.ebuild: alpha/ia64/sparc stable wrt #372349 diff --git a/x11-libs/goffice/goffice-0.8.15.ebuild b/x11-libs/goffice/goffice-0.8.17.ebuild index 06cb31840e4a..cf200991a40b 100644 --- a/x11-libs/goffice/goffice-0.8.15.ebuild +++ b/x11-libs/goffice/goffice-0.8.17.ebuild @@ -1,14 +1,15 @@ # 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.15.ebuild,v 1.1 2011/05/25 01:32:17 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17.ebuild,v 1.1 2011/07/31 18:13:26 pacho Exp $ -EAPI="3" +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/" +HOMEPAGE="http://git.gnome.org/browse/goffice/" LICENSE="GPL-2" SLOT="0.8" @@ -48,8 +49,3 @@ pkg_setup() { filter-flags -ffast-math } - -src_install() { - gnome2_src_install - find "${ED}" -name "*.la" -delete || die -} |