diff options
-rw-r--r-- | app-admin/gamin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/gamin/gamin-0.1.9.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
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 <uberlord@gentoo.org> gamin-0.1.9.ebuild: + elibtoolize how patches install-sh for us. 20 Aug 2007; Daniel Gryniewicz <dang@gentoo.org> +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 |