diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:52:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:52:35 +0000 |
commit | 3a3293e004d6f08475d9570dcdf26ffdd4a0d36b (patch) | |
tree | 9f6a739330a9c0ad422baa1b80133b081a8202ee /gnome-base/gconf | |
parent | arm/ia64 stable (diff) | |
download | historical-3a3293e004d6f08475d9570dcdf26ffdd4a0d36b.tar.gz historical-3a3293e004d6f08475d9570dcdf26ffdd4a0d36b.tar.bz2 historical-3a3293e004d6f08475d9570dcdf26ffdd4a0d36b.zip |
arm/ia64 stable
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/gconf-2.8.1-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnome-base/gconf/gconf-2.8.1-r1.ebuild b/gnome-base/gconf/gconf-2.8.1-r1.ebuild index c60c97d69b5c..9cddd5b82616 100644 --- a/gnome-base/gconf/gconf-2.8.1-r1.ebuild +++ b/gnome-base/gconf/gconf-2.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.1-r1.ebuild,v 1.6 2005/01/08 23:26:55 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.1-r1.ebuild,v 1.7 2005/01/22 06:52:35 vapier Exp $ inherit eutils gnome2 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="x86 ppc alpha sparc hppa amd64 ~ia64 ~mips ~ppc64 ~arm" +KEYWORDS="x86 ppc alpha sparc hppa amd64 ia64 ~mips ~ppc64 arm" IUSE="doc" RDEPEND=">=dev-libs/glib-2.0.1 @@ -53,7 +53,7 @@ src_install() { } -kill_gconf () { +kill_gconf() { # this function will kill all running gconfd that could be causing troubles if [ -x /usr/bin/gconftool ] @@ -74,13 +74,13 @@ kill_gconf () { } -pkg_setup () { +pkg_setup() { kill_gconf } -pkg_preinst () { +pkg_preinst() { kill_gconf @@ -91,7 +91,7 @@ pkg_preinst () { } -pkg_postinst () { +pkg_postinst() { kill_gconf @@ -103,6 +103,6 @@ pkg_postinst () { } -DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS TODO" +DOCS="AUTHORS ChangeLog README INSTALL NEWS TODO" USE_DESTDIR="1" |