--- ctemplate-0.90.ebuild 2008-09-17 05:06:41.000000000 -0700 +++ ctemplate-0.93.ebuild 2009-04-15 01:17:01.223734176 -0700 @@ -1,8 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.90.ebuild,v 1.2 2008/09/17 11:59:42 ulm Exp $ +# $Header: $ -inherit elisp-common eutils +EAPI="2" + +inherit elisp-common DESCRIPTION="A simple but powerful template language for C++" HOMEPAGE="http://code.google.com/p/google-ctemplate/" @@ -18,14 +20,7 @@ SITEFILE="70ctemplate-gentoo.el" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PV}-missing_includes.patch" -} - src_compile() { - econf || die "econf failed" emake || die "emake failed" if use emacs ; then