diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-09 19:37:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-09 19:37:52 +0000 |
commit | 4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1 (patch) | |
tree | 1f64230e506dadc3ee039ef5f84f2473be7831d8 /app-office/unoconv | |
parent | Fix typo in leechcraft-meta package name, bug #460966. (diff) | |
download | gentoo-2-4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1.tar.gz gentoo-2-4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1.tar.bz2 gentoo-2-4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1.zip |
app-office/unoconv: Do installation in serial, #450794
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-office/unoconv')
-rw-r--r-- | app-office/unoconv/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/unoconv/metadata.xml | 8 | ||||
-rw-r--r-- | app-office/unoconv/unoconv-0.6.ebuild | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-office/unoconv/ChangeLog b/app-office/unoconv/ChangeLog index 39e9f9e96257..2d41d5983ea8 100644 --- a/app-office/unoconv/ChangeLog +++ b/app-office/unoconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/unoconv -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.9 2012/12/31 14:16:29 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.10 2013/03/09 19:37:52 jlec Exp $ + + 09 Mar 2013; Justin Lecher <jlec@gentoo.org> unoconv-0.6.ebuild, + metadata.xml: + Do installation in serial, #450794 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild: Add ~ppc, wrt bug #449220 diff --git a/app-office/unoconv/metadata.xml b/app-office/unoconv/metadata.xml index e17b32a36116..60e7981326db 100644 --- a/app-office/unoconv/metadata.xml +++ b/app-office/unoconv/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>openoffice</herd> - <maintainer> - <email>graaff@gentoo.org</email> - </maintainer> + <herd>openoffice</herd> + <maintainer> + <email>graaff@gentoo.org</email> + </maintainer> </pkgmetadata> diff --git a/app-office/unoconv/unoconv-0.6.ebuild b/app-office/unoconv/unoconv-0.6.ebuild index 15aff7bb74f0..cdc68b759a7d 100644 --- a/app-office/unoconv/unoconv-0.6.ebuild +++ b/app-office/unoconv/unoconv-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.3 2012/12/31 14:16:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.4 2013/03/09 19:37:52 jlec Exp $ EAPI=3 @@ -44,7 +44,7 @@ src_prepare() { src_compile() { :; } src_install() { - emake doc-install install install-links DESTDIR="${D}" || die + emake -j1 doc-install install install-links DESTDIR="${D}" || die dodoc ChangeLog README.asciidoc || die } |