diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:54:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:54:26 +0000 |
commit | 1f2f6692bec02c877fe7ad21f02937b9f656efb4 (patch) | |
tree | 97dc61e9866cd17fc84b40691979e4836f44fef9 /gnome-base/gconf | |
parent | new FHS-compliant dhcpcd with a -z "quit but save cache option" which is very... (diff) | |
download | gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.gz gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.bz2 gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/Manifest | 16 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.8-r3.ebuild | 8 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.8-r4.ebuild | 10 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.8-r5.ebuild | 8 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.2.0.ebuild | 12 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.2.1.ebuild | 12 |
6 files changed, 33 insertions, 33 deletions
diff --git a/gnome-base/gconf/Manifest b/gnome-base/gconf/Manifest index 0f5ea85f6fc2..b0ee3b8b6f07 100644 --- a/gnome-base/gconf/Manifest +++ b/gnome-base/gconf/Manifest @@ -1,13 +1,13 @@ -MD5 8fac29435bce62bf976c7864bc4b3fe8 gconf-1.0.8-r3.ebuild 1695 -MD5 2ad40b79906207019b5434df02894380 gconf-2.2.1.ebuild 1788 -MD5 5a33e71760503e40701a7c81243e7369 gconf-1.0.8-r5.ebuild 1856 -MD5 8e09e52556145d9edb9789ab4a7a2a34 gconf-2.2.0.ebuild 1809 MD5 0493d665f08d02cfa191709f97324b7e ChangeLog 6895 +MD5 2bdeb24eae8590fc7903478432c2d457 gconf-1.0.8-r3.ebuild 1695 +MD5 172c9912a5a0f3ed6e4f9b25da80b37e gconf-1.0.8-r4.ebuild 1795 +MD5 423a82bbcd7364a6be65f532ba8324c2 gconf-2.2.0.ebuild 1803 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 08121c318dae121004878acd75e0bccf gconf-1.0.8-r4.ebuild 1796 -MD5 8485bd44122f283d1549e1f1cdddd03f files/gconfd-2-fix.patch 1820 -MD5 f0a71242e14d4bae36c2e6dbc1b675b1 files/digest-gconf-2.2.0 65 -MD5 74dce531af7567e546dfd4f0f7dc7572 files/digest-gconf-2.2.1 65 +MD5 40a6d540af0c5b1390f33f53b576a4e9 gconf-2.2.1.ebuild 1785 +MD5 bc7da314f612b1e8acb74672e1f9c0ce gconf-1.0.8-r5.ebuild 1855 MD5 e36bf98a90603eebfcc4d3dacd5fa785 files/digest-gconf-1.0.8-r3 64 MD5 e36bf98a90603eebfcc4d3dacd5fa785 files/digest-gconf-1.0.8-r4 64 +MD5 74dce531af7567e546dfd4f0f7dc7572 files/digest-gconf-2.2.1 65 +MD5 f0a71242e14d4bae36c2e6dbc1b675b1 files/digest-gconf-2.2.0 65 MD5 e36bf98a90603eebfcc4d3dacd5fa785 files/digest-gconf-1.0.8-r5 64 +MD5 8485bd44122f283d1549e1f1cdddd03f files/gconfd-2-fix.patch 1820 diff --git a/gnome-base/gconf/gconf-1.0.8-r3.ebuild b/gnome-base/gconf/gconf-1.0.8-r3.ebuild index 0ff3d6e48d2d..f41417d7b62c 100644 --- a/gnome-base/gconf/gconf-1.0.8-r3.ebuild +++ b/gnome-base/gconf/gconf-1.0.8-r3.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/gnome-base/gconf/gconf-1.0.8-r3.ebuild,v 1.12 2003/06/27 14:15:24 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r3.ebuild,v 1.13 2003/09/06 23:51:37 msterret Exp $ IUSE="nls" @@ -15,7 +15,7 @@ KEYWORDS="x86 ppc sparc " RDEPEND="nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND} >=dev-util/guile-1.4 dev-util/indent =dev-libs/glib-1.2* @@ -26,9 +26,9 @@ DEPEND="${RDEPEND} src_compile() { local myconf - + libtoolize --copy --force - + use nls \ || myconf="--disable-nls" \ && mkdir intl \ diff --git a/gnome-base/gconf/gconf-1.0.8-r4.ebuild b/gnome-base/gconf/gconf-1.0.8-r4.ebuild index 0b82b5973539..1c071df2523e 100644 --- a/gnome-base/gconf/gconf-1.0.8-r4.ebuild +++ b/gnome-base/gconf/gconf-1.0.8-r4.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/gnome-base/gconf/gconf-1.0.8-r4.ebuild,v 1.8 2003/06/27 14:15:24 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r4.ebuild,v 1.9 2003/09/06 23:51:37 msterret Exp $ IUSE="nls" @@ -18,7 +18,7 @@ inherit libtool RDEPEND="nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND} >=dev-util/guile-1.4 dev-util/indent =dev-libs/glib-1.2* @@ -29,9 +29,9 @@ DEPEND="${RDEPEND} src_compile() { local myconf - - elibtoolize - + + elibtoolize + use nls \ || myconf="--disable-nls" \ && mkdir intl \ diff --git a/gnome-base/gconf/gconf-1.0.8-r5.ebuild b/gnome-base/gconf/gconf-1.0.8-r5.ebuild index 1f796f48d539..42b724cf68ed 100644 --- a/gnome-base/gconf/gconf-1.0.8-r5.ebuild +++ b/gnome-base/gconf/gconf-1.0.8-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/gnome-base/gconf/gconf-1.0.8-r5.ebuild,v 1.4 2003/07/20 00:29:22 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r5.ebuild,v 1.5 2003/09/06 23:51:37 msterret Exp $ inherit libtool @@ -32,9 +32,9 @@ src_unpack () { src_compile() { local myconf - - elibtoolize - + + elibtoolize + use nls \ || myconf="--disable-nls" \ && mkdir intl \ diff --git a/gnome-base/gconf/gconf-2.2.0.ebuild b/gnome-base/gconf/gconf-2.2.0.ebuild index df410852c819..948ef40ac440 100644 --- a/gnome-base/gconf/gconf-2.2.0.ebuild +++ b/gnome-base/gconf/gconf-2.2.0.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/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.13 2003/07/19 23:22:43 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.14 2003/09/06 23:51:37 msterret Exp $ IUSE="doc" @@ -32,8 +32,8 @@ MAKEOPTS="-j1" src_install() { - gnome2_src_install - + gnome2_src_install + # hack hack dodir /etc/gconf/gconf.xml.mandatory dodir /etc/gconf/gconf.xml.defaults @@ -46,7 +46,7 @@ kill_gconf () { # this function will kill all running gconfd that could be causing troubles if [ -x /usr/bin/gconftool ] then - /usr/bin/gconftool --shutdown + /usr/bin/gconftool --shutdown fi if [ -x /usr/bin/gconftool-1 ] then @@ -66,7 +66,7 @@ pkg_setup () { } pkg_preinst () { - kill_gconf + kill_gconf dodir /etc/env.d echo 'CONFIG_PROTECT_MASK="/etc/gconf"' >${D}/etc/env.d/50gconf @@ -83,7 +83,7 @@ pkg_postinst () { find /etc/gconf/ -type d -exec chmod ugo+rx "{}" \; einfo "changing permissions for gconf files" find /etc/gconf/ -type f -exec chmod ugo+r "{}" \; - + } DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS TODO" diff --git a/gnome-base/gconf/gconf-2.2.1.ebuild b/gnome-base/gconf/gconf-2.2.1.ebuild index 8140ab31a9ff..90dc49f677f2 100644 --- a/gnome-base/gconf/gconf-2.2.1.ebuild +++ b/gnome-base/gconf/gconf-2.2.1.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/gnome-base/gconf/gconf-2.2.1.ebuild,v 1.5 2003/08/25 10:50:28 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.1.ebuild,v 1.6 2003/09/06 23:51:37 msterret Exp $ IUSE="doc" @@ -30,8 +30,8 @@ MAKEOPTS="${MAKEOPTS} -j1" src_install() { - gnome2_src_install - + gnome2_src_install + # hack hack dodir /etc/gconf/gconf.xml.mandatory dodir /etc/gconf/gconf.xml.defaults @@ -44,7 +44,7 @@ kill_gconf () { # this function will kill all running gconfd that could be causing troubles if [ -x /usr/bin/gconftool ] then - /usr/bin/gconftool --shutdown + /usr/bin/gconftool --shutdown fi if [ -x /usr/bin/gconftool-1 ] then @@ -64,7 +64,7 @@ pkg_setup () { } pkg_preinst () { - kill_gconf + kill_gconf dodir /etc/env.d echo 'CONFIG_PROTECT_MASK="/etc/gconf"' >${D}/etc/env.d/50gconf @@ -80,7 +80,7 @@ pkg_postinst () { find /etc/gconf/ -type d -exec chmod ugo+rx "{}" \; einfo "changing permissions for gconf files" find /etc/gconf/ -type f -exec chmod ugo+r "{}" \; - + } DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS TODO" |