summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-04 07:41:13 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-04 07:41:13 +0000
commita85088aa9e03f1d71afb8423a88f90018ac750f3 (patch)
treea1efb3608280b46bdcef7d1b85d909f741b10c71 /x11-wm/sawfish
parentwhitespace cleanup (diff)
downloadgentoo-2-a85088aa9e03f1d71afb8423a88f90018ac750f3.tar.gz
gentoo-2-a85088aa9e03f1d71afb8423a88f90018ac750f3.tar.bz2
gentoo-2-a85088aa9e03f1d71afb8423a88f90018ac750f3.zip
whitespace cleanup
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/Manifest10
-rw-r--r--x11-wm/sawfish/sawfish-1.0.1-r5.ebuild12
-rw-r--r--x11-wm/sawfish/sawfish-1.0.1-r6.ebuild12
-rw-r--r--x11-wm/sawfish/sawfish-1.2.ebuild8
-rw-r--r--x11-wm/sawfish/sawfish-1.3.ebuild8
5 files changed, 25 insertions, 25 deletions
diff --git a/x11-wm/sawfish/Manifest b/x11-wm/sawfish/Manifest
index 48e7bc5b8ab8..b8a220eaf91c 100644
--- a/x11-wm/sawfish/Manifest
+++ b/x11-wm/sawfish/Manifest
@@ -1,15 +1,15 @@
MD5 73819663f91e5ca263f37940970f971e ChangeLog 4872
-MD5 9fa43866f950db9d949478a623bc9dd3 sawfish-1.0.1-r5.ebuild 2018
-MD5 86d314439b7849e48e0cf56382fbd0f3 sawfish-1.0.1-r6.ebuild 2055
-MD5 509b74309246dfed6ffc42b61699bad0 sawfish-1.2.ebuild 2224
+MD5 1b22d28366b43da7e3cb86ddc4ef4c1e sawfish-1.0.1-r5.ebuild 2013
+MD5 12589c6a3a29aa851c46dbdd6aa47f51 sawfish-1.0.1-r6.ebuild 2050
+MD5 b340c65f9f8a378aff72ff032f9280f5 sawfish-1.2.ebuild 2223
+MD5 0f6e600cd7b7cc09ad54beb263468924 sawfish-1.3.ebuild 2249
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 249be33ef0c6d91460bd4fb54522a741 sawfish-1.3.ebuild 2249
MD5 caeb1eaaf77305901f5c3bc19f3637d5 files/Sawfish.desktop 449
MD5 1ae747636b3422e00ef41cc07fc37ab4 files/capplet-crash.patch 556
MD5 a7d051180bc14a630027439f0d385dcd files/digest-sawfish-1.0.1-r5 66
MD5 a7d051180bc14a630027439f0d385dcd files/digest-sawfish-1.0.1-r6 66
MD5 9f3ef60fed1887a92eaa83e57f84e29a files/digest-sawfish-1.2 69
+MD5 81a887942c97743405369e83fe216107 files/digest-sawfish-1.3 64
MD5 cd8e05ea2ee9e1ff63339dd0b0f021f6 files/sawfish-1.0.1-exec.patch 451
MD5 479a0928dfaab241c12c7dbf7d06cb4f files/sawfish-1.2-fullscreen.patch 459
MD5 88c0f86adbddc2cf06588742162c5480 files/sawfish-1.2-gtk+-2.2.patch 471
-MD5 81a887942c97743405369e83fe216107 files/digest-sawfish-1.3 64
diff --git a/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild
index 63c763106a2e..2c8846b5fb55 100644
--- a/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild
+++ b/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild,v 1.8 2003/02/13 17:54:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild,v 1.9 2003/09/04 07:39:15 msterret Exp $
IUSE="gtk nls esd gnome"
@@ -40,16 +40,16 @@ src_unpack() {
src_compile() {
- local myconf
-
+ local myconf
+
use esd \
&& myconf="--with-esd" \
|| myconf="--without-esd"
-
+
use gnome \
&& myconf="${myconf} --with-gnome-prefix=/usr --enable-gnome-widgets --enable-capplet" \
|| myconf="${myconf} --disable-gnome-widgets --disable-capplet"
-
+
use nls || myconf="${myconf} --disable-linguas"
use gtk || use gnome \
@@ -73,7 +73,7 @@ src_install() {
install || die
use nls || rmdir ${D}/usr/share/locale
-
+
dodoc AUTHORS BUGS COPYING ChangeLog
dodoc DOC FAQ NEWS README THANKS TODO
diff --git a/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild
index 11464b88ca19..056c648d1644 100644
--- a/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild
+++ b/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild,v 1.6 2003/02/13 17:54:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild,v 1.7 2003/09/04 07:39:15 msterret Exp $
IUSE="gtk nls esd gnome"
@@ -40,16 +40,16 @@ src_unpack() {
src_compile() {
- local myconf
-
+ local myconf
+
use esd \
&& myconf="--with-esd" \
|| myconf="--without-esd"
-
+
use gnome \
&& myconf="${myconf} --with-gnome-prefix=/usr --enable-gnome-widgets --enable-capplet" \
|| myconf="${myconf} --disable-gnome-widgets --disable-capplet"
-
+
use nls || myconf="${myconf} --disable-linguas"
use gtk || use gnome \
@@ -74,7 +74,7 @@ src_install() {
install || die
use nls || rmdir ${D}/usr/share/locale
-
+
dodoc AUTHORS BUGS COPYING ChangeLog
dodoc DOC FAQ NEWS README THANKS TODO
diff --git a/x11-wm/sawfish/sawfish-1.2.ebuild b/x11-wm/sawfish/sawfish-1.2.ebuild
index 30f0e9f5e9db..9de59ffb8da8 100644
--- a/x11-wm/sawfish/sawfish-1.2.ebuild
+++ b/x11-wm/sawfish/sawfish-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.11 2003/02/13 17:54:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.12 2003/09/04 07:39:15 msterret Exp $
inherit base eutils
@@ -39,10 +39,10 @@ src_compile() {
local myconf=""
use esd && myconf="${myconf} --with-esd"
use esd || myconf="${myconf} --without-esd"
-
+
use readline && myconf="${myconf} --with-readline"
use readline || myconf="${myconf} --without-readline"
-
+
use nls || myconf="${myconf} --disable-linguas"
# Make sure we include freetype2 headers before freetype1 headers, else Xft2
@@ -72,7 +72,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO
-
+
# Add to Gnome CC's Window Manager list
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/Sawfish.desktop
diff --git a/x11-wm/sawfish/sawfish-1.3.ebuild b/x11-wm/sawfish/sawfish-1.3.ebuild
index 9e2605e26a3f..9598e1311197 100644
--- a/x11-wm/sawfish/sawfish-1.3.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.ebuild,v 1.3 2003/05/05 22:09:52 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.ebuild,v 1.4 2003/09/04 07:39:15 msterret Exp $
inherit base eutils
@@ -33,10 +33,10 @@ src_compile() {
local myconf=""
use esd && myconf="${myconf} --with-esd"
use esd || myconf="${myconf} --without-esd"
-
+
use readline && myconf="${myconf} --with-readline"
use readline || myconf="${myconf} --without-readline"
-
+
use nls || myconf="${myconf} --disable-linguas"
# Make sure we include freetype2 headers before freetype1 headers, else Xft2
@@ -69,7 +69,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO OPTIONS
-
+
# Add to Gnome CC's Window Manager list
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/Sawfish.desktop