diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-11-21 19:20:39 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-11-21 19:20:39 +0000 |
commit | a312777f2924533e32523cbd374745a64dc2d401 (patch) | |
tree | 0b1c184329efcaa7734bc12118b221ca2fb7cb09 /app-text/aspell | |
parent | Version bump to 0.4.11 + amd64 PIC fix. (Manifest recommit) (diff) | |
download | gentoo-2-a312777f2924533e32523cbd374745a64dc2d401.tar.gz gentoo-2-a312777f2924533e32523cbd374745a64dc2d401.tar.bz2 gentoo-2-a312777f2924533e32523cbd374745a64dc2d401.zip |
new version
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 15 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.1.1.ebuild | 67 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.60.1.1 | 1 |
4 files changed, 83 insertions, 7 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index f7dc4086ddd1..e6518a406d5e 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/aspell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.63 2004/10/23 01:55:54 ndimiduk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.64 2004/11/21 19:20:39 arj Exp $ + +*aspell-0.60.1.1 (21 Nov 2004) + + 21 Nov 2004; Anders Rune Jensen <arj@gentoo.org> +aspell-0.60.1.1.ebuild: + new version. Closes #71793. 22 Oct 2004; Nick Dimiduk <ndimiduk@gentoo.org> aspell-0.50.5-r4.ebuild: Added ~ppc-macos keyword. diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 14672157d18d..657b41e15da0 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,13 +1,16 @@ +MD5 11ba5b1ec50c4f2bf2b3673a877b2770 ChangeLog 10573 MD5 6c043aa59a4b7941b67c2ee6c1f8a461 aspell-0.50.5-r2.ebuild 1861 +MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 MD5 c668f4988bc225b885da0324473d15a0 aspell-0.50.5-r4.ebuild 1889 MD5 c9c6723dd211b42930b5dee7a194e38d aspell-0.60.ebuild 1699 -MD5 11ba5b1ec50c4f2bf2b3673a877b2770 ChangeLog 10573 -MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +MD5 242929f93bedcd3011b0f846c48b11b7 aspell-0.60.1.1.ebuild 1680 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 -MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473 -MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r2 66 -MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66 +MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556 +MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r2 66 +MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473 MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264 -MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 +MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66 MD5 337afb25ae875e8dbe3336d493b5e3de files/digest-aspell-0.60 64 +MD5 ab9a3c6deba86da165c883c0866d03df files/digest-aspell-0.60.1 66 +MD5 c883e4872c7714a380206fa110e8f3a6 files/digest-aspell-0.60.1.1 68 diff --git a/app-text/aspell/aspell-0.60.1.1.ebuild b/app-text/aspell/aspell-0.60.1.1.ebuild new file mode 100644 index 000000000000..faed6cfdb015 --- /dev/null +++ b/app-text/aspell/aspell-0.60.1.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.1.1.ebuild,v 1.1 2004/11/21 19:20:39 arj Exp $ + +inherit libtool eutils flag-o-matic + +DESCRIPTION="A spell checker replacement for ispell" +HOMEPAGE="http://aspell.net/" +SRC_URI="mirror://gnu/aspell/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gpm" + +DEPEND=">=sys-libs/ncurses-5.2 + gpm? ( sys-libs/gpm )" + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char + use gpm && append-ldflags -lgpm + filter-flags -fno-rtti + elibtoolize --reverse-deps + + econf \ + --disable-static \ + --sysconfdir=/etc/aspell \ + --enable-docdir=/usr/share/doc/${PF} || die + + emake || die +} + +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 + + # install ispell/aspell compatibility scripts + exeinto /usr/bin + newexe scripts/ispell ispell-aspell + newexe scripts/spell spell-aspell + + cd examples + make clean || die + docinto examples + dodoc ${S}/examples/* +} + +pkg_postinst() { + einfo "You will need to install a dictionary now. Please choose an" + einfo "aspell-<LANG> dictionary from the app-dicts category" + einfo "After installing an aspell dictionary for your language(s)," + einfo "You may use the aspell-import utility to import your personal" + einfo "dictionaries from ispell, pspell and the older aspell" + + ewarn "" + ewarn "Please re-emerge ALL your aspell-LANG dictionaries" + ewarn "" + ebeep 5 +} diff --git a/app-text/aspell/files/digest-aspell-0.60.1.1 b/app-text/aspell/files/digest-aspell-0.60.1.1 new file mode 100644 index 000000000000..15d200715f66 --- /dev/null +++ b/app-text/aspell/files/digest-aspell-0.60.1.1 @@ -0,0 +1 @@ +MD5 8c2f27dcfc5e02c994f11eed7d04b853 aspell-0.60.1.1.tar.gz 1564114 |