From: Mike Frysinger Date: Sat, 5 Aug 2006 21:09:04 +0000 (+0000) Subject: minor touchups X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d623d74335060c732c6957b23757b6945ff07100;p=gentoo.git minor touchups Package-Manager: portage-2.1.1_pre4 --- diff --git a/app-text/hunspell/Manifest b/app-text/hunspell/Manifest index 060d4209b80a..c099a8f2442f 100644 --- a/app-text/hunspell/Manifest +++ b/app-text/hunspell/Manifest @@ -19,10 +19,10 @@ EBUILD hunspell-1.1.3.ebuild 1710 RMD160 0ea1abe5aad779201474b96dc6b8c45c337279f MD5 6c27bd8351e45b24f183ddca92c7fba8 hunspell-1.1.3.ebuild 1710 RMD160 0ea1abe5aad779201474b96dc6b8c45c337279f9 hunspell-1.1.3.ebuild 1710 SHA256 80bbba53fcb8822faa4e4ff42ab0627252181320ad0f417e57882432c44fe915 hunspell-1.1.3.ebuild 1710 -EBUILD hunspell-1.1.4-r1.ebuild 2464 RMD160 3292e4f942854512437263cb3b2c4c52adf98fdd SHA1 385efe84110b896d400db2bfbeaad95c3ae00611 SHA256 6350642099915290f2f15674b1108a9908a21c4e7e621169f7f0d4f892d92996 -MD5 0991501559b41ebf9baee6de57fca077 hunspell-1.1.4-r1.ebuild 2464 -RMD160 3292e4f942854512437263cb3b2c4c52adf98fdd hunspell-1.1.4-r1.ebuild 2464 -SHA256 6350642099915290f2f15674b1108a9908a21c4e7e621169f7f0d4f892d92996 hunspell-1.1.4-r1.ebuild 2464 +EBUILD hunspell-1.1.4-r1.ebuild 2354 RMD160 8a829af12b4314ea51edbb89e843cd42fd3159c6 SHA1 5321008ca813eddb500af100704f9cc25d7d95d9 SHA256 db6f8631b6b95a40a20375cba4be431c4956d00b43e3a9610c1cb371cf91488f +MD5 521f3352c970c44bfc772435c6e5035f hunspell-1.1.4-r1.ebuild 2354 +RMD160 8a829af12b4314ea51edbb89e843cd42fd3159c6 hunspell-1.1.4-r1.ebuild 2354 +SHA256 db6f8631b6b95a40a20375cba4be431c4956d00b43e3a9610c1cb371cf91488f hunspell-1.1.4-r1.ebuild 2354 EBUILD hunspell-1.1.4.ebuild 1889 RMD160 02aa24fc15a9bd5ef259f69ccf8abf0cadf7aa74 SHA1 402daa8b13dd392b7f28b5d71e3bd9ad2e25f059 SHA256 a4e2a46380f410d90cfe29fc66f98b2afcffc0ad4dbaadd795245d1b0c67ff1d MD5 cdfb2bd272e3ea9f73d637c488e0bd27 hunspell-1.1.4.ebuild 1889 RMD160 02aa24fc15a9bd5ef259f69ccf8abf0cadf7aa74 hunspell-1.1.4.ebuild 1889 @@ -47,7 +47,7 @@ SHA256 79ec82c9c39e4a5050b2167c57df3360dd2ce8108230df591025f2974c981300 files/di -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) -iD8DBQFE08+dZfNLSOUrp0sRAj8JAKCZ49h9iavLGsiBLGQnWmwsgKuxpACfe/M1 -1Cq33X1znoAhJHiA4/zzI0M= -=0JH6 +iD8DBQFE1QkDamhnQswr0vIRAj5CAKC5UQrW6nuw+JoIWwYgvMLGfdkASQCeIr6E +MghIAr5WFdaw0hlz/VYO+x4= +=HB1o -----END PGP SIGNATURE----- diff --git a/app-text/hunspell/hunspell-1.1.4-r1.ebuild b/app-text/hunspell/hunspell-1.1.4-r1.ebuild index af77ef1641e3..89dd3b0d2567 100644 --- a/app-text/hunspell/hunspell-1.1.4-r1.ebuild +++ b/app-text/hunspell/hunspell-1.1.4-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.8 2006/08/04 22:51:51 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.9 2006/08/05 21:09:04 vapier Exp $ -inherit eutils multilib autotools libtool +inherit fixheadtails eutils multilib autotools -DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo." +DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://hunspell.sourceforge.net/" @@ -19,28 +19,25 @@ DEPEND="readline? ( sys-libs/readline ) src_unpack() { unpack ${A} - cd ${S} - sed -i -e 's:tail +:tail -n +:' ${S}/tests/test.sh ||\ - die "Failed to fix-up tail for POSIX compliance" + cd "${S}" + ht_fix_file tests/test.sh # Rework to use libtool, so as to get shared libraries # where appropriate, instead of the archive-only approach # taken upstream. - epatch "${FILESDIR}/${P}-libtool.patch" + epatch "${FILESDIR}"/${P}-libtool.patch # Upstream package creates executables 'example', 'munch' # and 'unmunch' which are too generic to be placed in # /usr/bin - this patch prefixes them with 'hunspell-'. # Also includes a small change for libtool. - epatch "${FILESDIR}/${P}-renameexes.patch" + epatch "${FILESDIR}"/${P}-renameexes.patch # Set AT_M4DIR to workaround eautoreconf limitation, and copy # mkinstalldirs script to the po subdirectory for compatibility # with gettext-0.15 (see bug #142565) cp ${S}/mkinstalldirs ${S}/po/ export AT_M4DIR="${S}/m4" - # Makefile.am modified, libtool added, hence autoreconfi - # and elibtoolize. + # Makefile.am modified, libtool added, hence autoreconf WANT_AUTOMAKE="1.9" eautoreconf - elibtoolize } src_compile() {