From: Mike Frysinger Date: Fri, 26 Jan 2007 09:39:47 +0000 (+0000) Subject: sh stable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ed076644997c7d0e36f679e3c68f5ba63fd8ec6;p=gentoo.git sh stable Package-Manager: portage-2.1.2-r4 --- diff --git a/x11-libs/gksu/gksu-2.0.0.ebuild b/x11-libs/gksu/gksu-2.0.0.ebuild index 9879e47f2202..d9343f58f350 100644 --- a/x11-libs/gksu/gksu-2.0.0.ebuild +++ b/x11-libs/gksu/gksu-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.14 2006/12/30 00:01:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.15 2007/01/26 09:39:47 vapier Exp $ inherit gnome2 fixheadtails @@ -10,7 +10,7 @@ SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="doc gnome" RDEPEND=">=x11-libs/libgksu-2 @@ -34,7 +34,6 @@ src_install() { chmod +x "${D}/usr/share/gksu/gksu-migrate-conf.sh" } - pkg_postinst() { gnome2_pkg_postinst einfo 'updating configuration' diff --git a/x11-libs/libgksu/libgksu-2.0.0.ebuild b/x11-libs/libgksu/libgksu-2.0.0.ebuild index c7def4622e53..84e6e1eacc87 100644 --- a/x11-libs/libgksu/libgksu-2.0.0.ebuild +++ b/x11-libs/libgksu/libgksu-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/libgksu-2.0.0.ebuild,v 1.17 2007/01/05 18:30:19 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/libgksu-2.0.0.ebuild,v 1.18 2007/01/26 09:39:40 vapier Exp $ inherit gnome2 eutils @@ -13,7 +13,7 @@ SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="nls doc" DEPEND="doc? ( >=dev-util/gtk-doc-1.2-r1 ) @@ -34,6 +34,5 @@ G2CONF="$(use_enable nls)" src_unpack() { gnome2_src_unpack - - epatch "${FILESDIR}/${P}-fbsd.patch" + epatch "${FILESDIR}"/${P}-fbsd.patch }