summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
commita18b8c502d697dde5b46e9fa54867d99d8528c63 (patch)
tree5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/commonbox.eclass
parentUpdate to support selinux USE flag (blame spb). (diff)
downloadhistorical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r--eclass/commonbox.eclass16
1 files changed, 8 insertions, 8 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass
index 87fd1c162c64..1b08dcbd0f4d 100644
--- a/eclass/commonbox.eclass
+++ b/eclass/commonbox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.28 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.29 2005/07/11 15:08:06 swegener Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -21,7 +21,7 @@ DEPEND="dev-util/pkgconfig
RDEPEND="nls? ( sys-devel/gettext )
x11-misc/commonbox-utils
x11-themes/commonbox-styles"
-
+
PROVIDE="virtual/blackbox"
myconf=""
@@ -59,7 +59,7 @@ commonprep() {
-e "s:/styles/mbdtex:/styles/Fury-NG:" \
-e "s:/styles/Clean:/styles/Fury-NG:" ${i}
done
-
+
}
commonbox_src_compile() {
@@ -109,10 +109,10 @@ commonbox_src_compile() {
fi
[ ! -z "${FORCEXFT}" ] && echo "#define XFT 1" >> ${S}/config.h
-
+
emake \
pkgdatadir=/usr/share/commonbox || die
-
+
}
@@ -127,7 +127,7 @@ commonbox_src_install() {
if [ "${MYBIN}" != "${PN}" ]
then
mv ${D}/usr/bin/${PN} ${D}/usr/bin/${MYBIN}
-
+
# same to manpage
rm ${D}/usr/share/man/man1/${PN}.1
mv doc/${PN}.1 doc/${MYBIN}.1
@@ -141,9 +141,9 @@ commonbox_src_install() {
dodir /usr/share/commonbox/${MYBIN}
mv ${D}/usr/share/${PN}/nls ${D}/usr/share/commonbox/${MYBIN}
)
-
+
rmdir ${D}/usr/share/${MYBIN}
-
+
dodir /etc/X11/Sessions
echo "/usr/bin/${MYBIN}" > ${D}/etc/X11/Sessions/${MYBIN}
fperms a+x /etc/X11/Sessions/${MYBIN}