From b758586244b62dfc5be552e8662f8691f757bd5a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Sep 2007 11:41:38 +0000 Subject: elibtoolize how patches install-sh for us. (Portage version: 2.1.3.9) --- app-admin/gamin/ChangeLog | 5 ++++- app-admin/gamin/gamin-0.1.9.ebuild | 6 +----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'app-admin/gamin') diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog index 2138d25aae7d..de85546a8a5a 100644 --- a/app-admin/gamin/ChangeLog +++ b/app-admin/gamin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/gamin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.70 2007/08/20 20:11:34 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.71 2007/09/14 11:41:38 uberlord Exp $ + + 14 Sep 2007; Roy Marples gamin-0.1.9.ebuild: + elibtoolize how patches install-sh for us. 20 Aug 2007; Daniel Gryniewicz +files/gamin-0.1.9-compile-warnings.patch, gamin-0.1.9.ebuild: diff --git a/app-admin/gamin/gamin-0.1.9.ebuild b/app-admin/gamin/gamin-0.1.9.ebuild index c2cab3e9b9bd..9b43a9fad291 100644 --- a/app-admin/gamin/gamin-0.1.9.ebuild +++ b/app-admin/gamin/gamin-0.1.9.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/app-admin/gamin/gamin-0.1.9.ebuild,v 1.4 2007/08/20 20:11:34 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild,v 1.5 2007/09/14 11:41:38 uberlord Exp $ inherit autotools eutils libtool @@ -29,10 +29,6 @@ src_unpack() { epatch "${FILESDIR}/${P}-user-cflags.patch" epatch "${FILESDIR}/${P}-freebsd.patch" - # FreeBSD requires a newer install-sh - luckily either - # elibtoolize or eautoreconf will give us a new one - rm -f install-sh - # autoconf is required as the user-cflags patch modifies configure.in # however, elibtoolize is also required, so when the above patch is # removed, replace the following call with a call to elibtoolize -- cgit v1.2.3-65-gdbad