From d32b92c39033b3ab6cebb19720dee1a9061062b7 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 5 Jan 2007 09:20:30 +0000 Subject: Remove gnuconfig_update usage, leave it to econf. (Portage version: 2.1.2_rc4-r5) --- x11-misc/xosview/ChangeLog | 8 ++++++-- x11-misc/xosview/xosview-1.8.2-r1.ebuild | 7 +++---- x11-misc/xosview/xosview-1.8.3.ebuild | 7 +++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog index 795becc154f2..e3e2ea946bee 100644 --- a/x11-misc/xosview/ChangeLog +++ b/x11-misc/xosview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xosview -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.30 2006/10/21 22:12:25 omp Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.31 2007/01/05 09:20:30 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò + xosview-1.8.2-r1.ebuild, xosview-1.8.3.ebuild: + Remove gnuconfig_update usage, leave it to econf. 21 Oct 2006; David Shakaryan xosview-1.8.2-r1.ebuild, xosview-1.8.3.ebuild: diff --git a/x11-misc/xosview/xosview-1.8.2-r1.ebuild b/x11-misc/xosview/xosview-1.8.2-r1.ebuild index f5d1fb2c3285..d7cee77205c0 100644 --- a/x11-misc/xosview/xosview-1.8.2-r1.ebuild +++ b/x11-misc/xosview/xosview-1.8.2-r1.ebuild @@ -1,8 +1,8 @@ -# 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-misc/xosview/xosview-1.8.2-r1.ebuild,v 1.8 2006/10/21 22:12:25 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.2-r1.ebuild,v 1.9 2007/01/05 09:20:30 flameeyes Exp $ -inherit eutils gnuconfig +inherit eutils DESCRIPTION="X11 operating system viewer" HOMEPAGE="http://xosview.sourceforge.net" @@ -24,7 +24,6 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/xosview-emptyxpaths.patch" epatch "${FILESDIR}/xosview-resdir.patch" - gnuconfig_update # for ppc64, but no reason to restrict it } src_install() { diff --git a/x11-misc/xosview/xosview-1.8.3.ebuild b/x11-misc/xosview/xosview-1.8.3.ebuild index 2b100b92b092..3adfe6e2f38e 100644 --- a/x11-misc/xosview/xosview-1.8.3.ebuild +++ b/x11-misc/xosview/xosview-1.8.3.ebuild @@ -1,8 +1,8 @@ -# 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-misc/xosview/xosview-1.8.3.ebuild,v 1.2 2006/10/21 22:12:25 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.3.ebuild,v 1.3 2007/01/05 09:20:30 flameeyes Exp $ -inherit eutils gnuconfig +inherit eutils DESCRIPTION="X11 operating system viewer" HOMEPAGE="http://xosview.sourceforge.net" @@ -24,7 +24,6 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/xosview-emptyxpaths.patch" epatch "${FILESDIR}/xosview-resdir.patch" - gnuconfig_update # for ppc64, but no reason to restrict it } src_install() { -- cgit v1.2.3-65-gdbad