summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-08-25 18:12:24 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-08-25 18:12:24 +0000
commit2a0556e366cbbe4ec385983351377a2147e63abe (patch)
treed1a8ad81ad2d9e233d020eccd7efc2794c765142 /eclass
parentFix trailing whitespace. (diff)
downloadgentoo-2-2a0556e366cbbe4ec385983351377a2147e63abe.tar.gz
gentoo-2-2a0556e366cbbe4ec385983351377a2147e63abe.tar.bz2
gentoo-2-2a0556e366cbbe4ec385983351377a2147e63abe.zip
Fix indentation and trailing whitespaces.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/gnome-games.eclass16
2 files changed, 12 insertions, 9 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 820e280883b4..e8d258339851 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.932 2013/08/21 19:08:18 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.933 2013/08/25 18:12:24 eva Exp $
+
+ 25 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> gnome-games.eclass:
+ Fix indentation and trailing whitespaces.
21 Aug 2013; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass:
Improve automagic dependency reduction, fixing bug #481996.
diff --git a/eclass/gnome-games.eclass b/eclass/gnome-games.eclass
index 3aeb01089bcb..f5ff677befd6 100644
--- a/eclass/gnome-games.eclass
+++ b/eclass/gnome-games.eclass
@@ -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/eclass/gnome-games.eclass,v 1.1 2013/06/30 10:52:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-games.eclass,v 1.2 2013/08/25 18:12:24 eva Exp $
# @ECLASS: gnome-games
# @MAINTAINER:
@@ -48,9 +48,9 @@ gnome-games_src_prepare() {
# Fix intltoolize broken file:
# https://bugs.launchpad.net/intltool/+bug/398571
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
-
+ intltoolize --force --copy --automake || die "intltoolize failed"
+ eautoreconf
+
gnome2_src_prepare
}
@@ -61,10 +61,10 @@ gnome-games_src_prepare() {
gnome-games_src_configure() {
debug-print-function ${FUNCNAME} "${@}"
gnome2_src_configure \
- --prefix="${GAMES_PREFIX}" \
+ --prefix="${GAMES_PREFIX}" \
--libdir="$(games_get_libdir)" \
--sysconfdir="${GAMES_SYSCONFDIR}" \
- --localstatedir=/var \
+ --localstatedir=/var \
--localedir=/usr/share/locale \
"$@"
}
@@ -100,7 +100,7 @@ gnome-games_pkg_preinst() {
# Set proper phase defaults
gnome-games_pkg_postinst() {
debug-print-function ${FUNCNAME} "${@}"
- gnome2_pkg_postinst
+ gnome2_pkg_postinst
games_pkg_postinst
}
@@ -109,7 +109,7 @@ gnome-games_pkg_postinst() {
# Set proper phase defaults
gnome-games_pkg_postrm() {
debug-print-function ${FUNCNAME} "${@}"
- gnome2_pkg_postrm
+ gnome2_pkg_postrm
}
_GNOME_GAMES=1