diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-17 22:54:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-17 22:54:32 +0000 |
commit | 34e69ce56011764c3de2173b6c302ad49121790a (patch) | |
tree | de273fb58aaeac61a5332463862aed2592822b94 /dev-util/autotoolset | |
parent | old (diff) | |
download | gentoo-2-34e69ce56011764c3de2173b6c302ad49121790a.tar.gz gentoo-2-34e69ce56011764c3de2173b6c302ad49121790a.tar.bz2 gentoo-2-34e69ce56011764c3de2173b6c302ad49121790a.zip |
fix head/tail warnings #106243 by James Rowe
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'dev-util/autotoolset')
-rw-r--r-- | dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild b/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild index 146cde69eb42..2eefdf65e201 100644 --- a/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild +++ b/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild,v 1.2 2005/08/30 01:19:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild,v 1.3 2005/09/17 22:54:32 vapier Exp $ -inherit eutils +inherit eutils fixheadtails DESCRIPTION="colection of small tools to simplify project development with autotools" HOMEPAGE="http://autotoolset.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 - mirror://gentoo/${P}-misc-pending-upstream-fixes.gz" + mirror://gentoo/${P}-misc-pending-upstream-fixes.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc x86" IUSE="" -DEPEND="virtual/libc - sys-devel/autoconf +DEPEND="sys-devel/autoconf sys-devel/automake sys-devel/libtool app-arch/sharutils @@ -24,12 +23,10 @@ DEPEND="virtual/libc src_unpack() { unpack ${P}.tar.bz2 + cd "${S}" # http://sourceforge.net/tracker/index.php?func=detail&aid=1107954&group_id=75790&atid=545068 - EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${P}-misc-pending-upstream-fixes.gz -} - -src_test() { - emake check || die "test failed" + epatch "${DISTDIR}"/${P}-misc-pending-upstream-fixes.gz + ht_fix_file src/gpl/gpl.sh } src_install() { |