# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-9999.ebuild,v 1.5 2010/10/29 12:05:41 mduft Exp $ EAPI=3 inherit eutils distutils subversion DESCRIPTION="Confix: A Build Tool on Top of GNU Automake" HOMEPAGE="http://confix.sourceforge.net" ESVN_REPO_URI="https://confix.svn.sourceforge.net/svnroot/confix/confix/trunk" ESVN_PROJECT="${PN}" LICENSE="GPL-2" SLOT="2" KEYWORDS="" IUSE="" DEPEND="dev-lang/python" RDEPEND="${DEPEND} sys-devel/automake sys-devel/libtool sys-devel/autoconf-archive dev-util/confix-wrapper " PYTHON_MODNAME="libconfix tests" src_prepare() { # find jni-include dirs on hpux. epatch "${FILESDIR}"/2.1.0/jni-hpux.patch # add .exe extension to TESTS epatch "${FILESDIR}"/2.3.0/exeext.patch # use external autoconf archive epatch "${FILESDIR}"/2.3.0/ext-ac-archive.patch # link local libraries first. epatch "${FILESDIR}"/2.3.0/local-libs-first.patch # don't use automake 1.9, but any newer too... epatch "${FILESDIR}"/2.3.0/new-automake.patch } pkg_preinst() { local RV=2.3.0 if has_version "=,;s,/CONTENTS,,')" \ ")" ewarn fi }