diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-17 01:42:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-17 01:42:59 +0000 |
commit | 95e0e9cf93a79a85e56e9b1e1fc5a812742feaee (patch) | |
tree | 67dd056f2ef7dc49b037a6ca4d97c7bde75f9ed2 /app-text/aspell | |
parent | sh love (diff) | |
download | gentoo-2-95e0e9cf93a79a85e56e9b1e1fc5a812742feaee.tar.gz gentoo-2-95e0e9cf93a79a85e56e9b1e1fc5a812742feaee.tar.bz2 gentoo-2-95e0e9cf93a79a85e56e9b1e1fc5a812742feaee.zip |
add back in arm/hppa/ia64/s390/sh
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.60.3.ebuild | 6 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.4.ebuild | 15 |
2 files changed, 11 insertions, 10 deletions
diff --git a/app-text/aspell/aspell-0.60.3.ebuild b/app-text/aspell/aspell-0.60.3.ebuild index 91bde8136778..70a1c5ab5606 100644 --- a/app-text/aspell/aspell-0.60.3.ebuild +++ b/app-text/aspell/aspell-0.60.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.3.ebuild,v 1.2 2005/08/08 11:49:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.3.ebuild,v 1.3 2006/01/17 01:42:59 vapier Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc-macos ~ppc" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~s390 ~sh ~sparc ~x86" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 diff --git a/app-text/aspell/aspell-0.60.4.ebuild b/app-text/aspell/aspell-0.60.4.ebuild index 1f7220f6776f..8e22906bcdd3 100644 --- a/app-text/aspell/aspell-0.60.4.ebuild +++ b/app-text/aspell/aspell-0.60.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.3 2006/01/15 22:27:24 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.4 2006/01/17 01:42:59 vapier Exp $ inherit libtool eutils flag-o-matic @@ -10,16 +10,17 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc-macos ~ppc" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~s390 ~sh ~sparc ~x86" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 gpm? ( sys-libs/gpm )" src_unpack() { - unpack ${A}; cd ${S} - epatch ${FILESDIR}/aspell-0.60.3-templateinstantiations.patch - epatch ${FILESDIR}/aspell-0.60.4-gcc-4.1-fix.patch + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/aspell-0.60.3-templateinstantiations.patch + epatch "${FILESDIR}"/aspell-0.60.4-gcc-4.1-fix.patch } src_compile() { @@ -41,8 +42,8 @@ src_install() { dodoc README* TODO make DESTDIR="${D}" install || die - mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/text + mv "${D}"/usr/share/doc/${PF}/man-html "${D}"/usr/share/doc/${PF}/html + mv "${D}"/usr/share/doc/${PF}/man-text "${D}"/usr/share/doc/${PF}/text # install ispell/aspell compatibility scripts exeinto /usr/bin |