--- new-1.3.5.ebuild 2008-11-25 15:03:06.000000000 -0500 +++ new-1.3.5.ebuild 2008-11-25 15:11:52.000000000 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.5.ebuild,v 1.6 2008/05/05 19:35:47 drac Exp $ +inherit eutils + DESCRIPTION="template system useful when used with a simple text editor (like vi)" HOMEPAGE="http://www.flyn.org/" SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz" @@ -15,6 +17,12 @@ RDEPEND=">=dev-libs/glib-2" DEPEND="${RDEPEND} dev-util/pkgconfig" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/glibc_2.8.patch +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README TODO