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 | 56c868e9890ec1c96be928f689a8564289b906e4 (patch) | |
tree | 957e681c3b35c8be6acc0f3394aaa203ba7f74da /dev-util/autotoolset | |
parent | old (diff) | |
download | historical-56c868e9890ec1c96be928f689a8564289b906e4.tar.gz historical-56c868e9890ec1c96be928f689a8564289b906e4.tar.bz2 historical-56c868e9890ec1c96be928f689a8564289b906e4.zip |
fix head/tail warnings #106243 by James Rowe
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'dev-util/autotoolset')
-rw-r--r-- | dev-util/autotoolset/Manifest | 16 | ||||
-rw-r--r-- | dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild | 17 |
2 files changed, 19 insertions, 14 deletions
diff --git a/dev-util/autotoolset/Manifest b/dev-util/autotoolset/Manifest index 4e9203c3a092..3f7546d45f95 100644 --- a/dev-util/autotoolset/Manifest +++ b/dev-util/autotoolset/Manifest @@ -1,6 +1,14 @@ -MD5 9969c513db550b16d2f3a9695e17a976 autotoolset-0.11.4.ebuild 790 -MD5 4bb89785a64060ead396b038fe4edc2b autotoolset-0.11.4-r1.ebuild 1064 -MD5 84bb8ca9bf1d0ab9d3e1e9f26fda7a55 ChangeLog 818 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 0963a2c9c0d549d94a10bb67f9770883 files/digest-autotoolset-0.11.4 72 +MD5 3fe47ce155014094d40d7774b54793ab autotoolset-0.11.4-r1.ebuild 1025 +MD5 84bb8ca9bf1d0ab9d3e1e9f26fda7a55 ChangeLog 818 MD5 aa6436618732c2354ce38650d0231faf files/digest-autotoolset-0.11.4-r1 164 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDLJ62gIKl8Uu19MoRAu8PAJ95dZ5TMSThATHWdNFOf4TGyLgU6wCfT7M0 +ULCDM8SWycZP5QQ0TrcaPn4= +=j4Jr +-----END PGP SIGNATURE----- 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() { |