diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-14 11:38:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-14 11:38:16 +0000 |
commit | 479b0ba36698cb4bd4f4a3d50f0866fe083fec11 (patch) | |
tree | 2648dc61115026f1fa7f525a5755e8d0d8576ed5 /app-office | |
parent | Add ~s390 keyword (diff) | |
download | gentoo-2-479b0ba36698cb4bd4f4a3d50f0866fe083fec11.tar.gz gentoo-2-479b0ba36698cb4bd4f4a3d50f0866fe083fec11.tar.bz2 gentoo-2-479b0ba36698cb4bd4f4a3d50f0866fe083fec11.zip |
Version bump, drop old (#534700 by Chris Mayo)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/abiword/abiword-3.0.1.ebuild (renamed from app-office/abiword/abiword-3.0.0-r1.ebuild) | 18 |
2 files changed, 12 insertions, 16 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 11129ebd5161..364f324530c5 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/abiword -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.279 2014/07/23 15:13:33 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.280 2015/01/14 11:38:16 pacho Exp $ + +*abiword-3.0.1 (14 Jan 2015) + + 14 Jan 2015; Pacho Ramos <pacho@gentoo.org> +abiword-3.0.1.ebuild, + -abiword-3.0.0-r1.ebuild: + Version bump, drop old (#534700 by Chris Mayo) 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> abiword-3.0.0-r2.ebuild: Stable for x86, wrt bug #512012 diff --git a/app-office/abiword/abiword-3.0.0-r1.ebuild b/app-office/abiword/abiword-3.0.1.ebuild index e31975c15551..ba833dfe7b8e 100644 --- a/app-office/abiword/abiword-3.0.0-r1.ebuild +++ b/app-office/abiword/abiword-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.9 2014/03/01 22:15:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v 1.1 2015/01/14 11:38:16 pacho Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -14,7 +14,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="calendar collab cups eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus" # You need 'plugins' enabled if want to enable the extra plugins @@ -71,15 +71,6 @@ src_prepare() { sed '/readme\.txt\|abw/d' \ -i user/wp/Makefile.am user/wp/Makefile.in || die - # http://bugzilla.abisource.com/show_bug.cgi?id=13532 - epatch "${FILESDIR}/${PN}-3.0.0-eds-3.6.patch" - - # http://bugzilla.abisource.com/show_bug.cgi?id=13564 - epatch "${FILESDIR}/${PN}-3.0.0-fix-crash.patch" - - # http://bugzilla.abisource.com/show_bug.cgi?id=13589 - epatch "${FILESDIR}/${PN}-3.0.0-libgcrypt_1_6_0-1.patch" - gnome2_src_prepare } @@ -92,8 +83,7 @@ src_configure() { loadbindings mswrite garble pdb applix opendocument sdw xslfo" # Plugins depending on librsvg - # But doesn't build: http://bugzilla.abisource.com/show_bug.cgi?id=13563 - #plugins="${plugins} svg" + plugins="${plugins} svg" # Plugins not depending on anything plugins="${plugins} gimp bmp freetranslation iscii s5 babelfish opml eml |