diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:20:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:20:30 +0000 |
commit | d32b92c39033b3ab6cebb19720dee1a9061062b7 (patch) | |
tree | a74a50d9e95457a2ee753b3b37fd6f4411ea1cf8 /x11-misc/xosview | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-d32b92c39033b3ab6cebb19720dee1a9061062b7.tar.gz gentoo-2-d32b92c39033b3ab6cebb19720dee1a9061062b7.tar.bz2 gentoo-2-d32b92c39033b3ab6cebb19720dee1a9061062b7.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-misc/xosview')
-rw-r--r-- | x11-misc/xosview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.8.2-r1.ebuild | 7 | ||||
-rw-r--r-- | 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ò <flameeyes@gentoo.org> + xosview-1.8.2-r1.ebuild, xosview-1.8.3.ebuild: + Remove gnuconfig_update usage, leave it to econf. 21 Oct 2006; David Shakaryan <omp@gentoo.org> 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() { |