summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-02-09 18:12:30 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-02-09 18:12:30 +0000
commit08949d443f6ca643f859233f70e8aabee75ac4e3 (patch)
tree83b198abaca27a39623afaf49fe3d5a55b52d1be /app-office
parentremove syslinux-6 mask thanks to bugfix from 495146 (diff)
downloadgentoo-2-08949d443f6ca643f859233f70e8aabee75ac4e3.tar.gz
gentoo-2-08949d443f6ca643f859233f70e8aabee75ac4e3.tar.bz2
gentoo-2-08949d443f6ca643f859233f70e8aabee75ac4e3.zip
Less logging, bug 500798
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice-bin/ChangeLog6
-rw-r--r--app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog
index 8225fb265a79..b71ed7c685bb 100644
--- a/app-office/libreoffice-bin/ChangeLog
+++ b/app-office/libreoffice-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/libreoffice-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.134 2014/01/28 22:43:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.135 2014/02/09 18:12:30 dilfridge Exp $
+
+ 09 Feb 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ libreoffice-bin-4.1.4.2.ebuild:
+ Less logging, bug 500798
28 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org>
libreoffice-bin-4.1.4.2.ebuild:
diff --git a/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild
index f8efd0095d90..06692ea61fdb 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild,v 1.2 2014/01/28 22:43:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild,v 1.3 2014/02/09 18:12:30 dilfridge Exp $
EAPI=5
@@ -169,7 +169,7 @@ pkg_setup() {
}
src_unpack() {
- elog "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
+ einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
local patchname
@@ -178,12 +178,12 @@ src_unpack() {
use java && patchname="${patchname}-java"
if [ -n "${patchname}" ]; then
- elog "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
+ einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die
mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
fi
- elog "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
+ einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
}