summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-05-27 13:21:27 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-05-27 13:21:27 +0000
commite95a3b8cf9dfac91cdffed40631e194d5dc9b5d4 (patch)
tree1fd54f4a537ed72dc5d038a9b4d6f8a6bfd6deb8 /app-office
parentAdd python herd, acked by yac and djc (diff)
downloadgentoo-2-e95a3b8cf9dfac91cdffed40631e194d5dc9b5d4.tar.gz
gentoo-2-e95a3b8cf9dfac91cdffed40631e194d5dc9b5d4.tar.bz2
gentoo-2-e95a3b8cf9dfac91cdffed40631e194d5dc9b5d4.zip
Fix typo.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice/ChangeLog6
-rw-r--r--app-office/libreoffice/libreoffice-4.1.9999.ebuild4
-rw-r--r--app-office/libreoffice/libreoffice-9999-r2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog
index 77be3f4ee483..28a5a5525147 100644
--- a/app-office/libreoffice/ChangeLog
+++ b/app-office/libreoffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/libreoffice
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.473 2013/05/22 11:13:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.474 2013/05/27 13:21:27 scarabeus Exp $
+
+ 27 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-4.1.9999.ebuild,
+ libreoffice-9999-r2.ebuild:
+ Fix typo.
*libreoffice-4.1.9999 (22 May 2013)
diff --git a/app-office/libreoffice/libreoffice-4.1.9999.ebuild b/app-office/libreoffice/libreoffice-4.1.9999.ebuild
index d10e587f7828..5e2dd7ea4e7a 100644
--- a/app-office/libreoffice/libreoffice-4.1.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-4.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.1.9999.ebuild,v 1.1 2013/05/22 11:13:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.1.9999.ebuild,v 1.2 2013/05/27 13:21:27 scarabeus Exp $
EAPI=5
@@ -351,7 +351,7 @@ src_prepare() {
if use branding; then
# hack...
- mv -v "${WORKDIR}/branding-intro.1ng" "${S}/icon-themes/galaxy/brand/intro.png" || die
+ mv -v "${WORKDIR}/branding-intro.png" "${S}/icon-themes/galaxy/brand/intro.png" || die
fi
}
diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild
index 0aed5fddb7d5..e6c3f0aacf7e 100644
--- a/app-office/libreoffice/libreoffice-9999-r2.ebuild
+++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.175 2013/05/21 08:08:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.176 2013/05/27 13:21:27 scarabeus Exp $
EAPI=5
@@ -351,7 +351,7 @@ src_prepare() {
if use branding; then
# hack...
- mv -v "${WORKDIR}/branding-intro.1ng" "${S}/icon-themes/galaxy/brand/intro.png" || die
+ mv -v "${WORKDIR}/branding-intro.png" "${S}/icon-themes/galaxy/brand/intro.png" || die
fi
}