summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/aspell/Manifest20
-rw-r--r--app-text/aspell/aspell-0.50.5-r2.ebuild76
-rw-r--r--app-text/aspell/aspell-0.60.1.1.ebuild68
-rw-r--r--app-text/aspell/aspell-0.60.ebuild68
-rw-r--r--app-text/aspell/files/digest-aspell-0.50.5-r21
-rw-r--r--app-text/aspell/files/digest-aspell-0.601
-rw-r--r--app-text/aspell/files/digest-aspell-0.60.1.11
7 files changed, 12 insertions, 223 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index af37319d9645..1855269b4cfc 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -1,17 +1,21 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 99edcd1146a80e07289b6c5d1b975063 ChangeLog 11368
-MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
-MD5 780597ce497c68cc471621d2e794cbe7 aspell-0.50.5-r2.ebuild 1864
MD5 d40ff6a488da2fdffb038f21cea2aedf aspell-0.50.5-r4.ebuild 1888
-MD5 2873d490b83cdd6f76359be6735a3eae aspell-0.60.ebuild 1738
-MD5 83cdcd94e9c0e0eb8e7806dbcddffa2a aspell-0.60.1.1.ebuild 1737
+MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
MD5 c80cb44776fc951ad669a37112e50f65 aspell-0.60.2.ebuild 1753
MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309
MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453
+MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264
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 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66
-MD5 337afb25ae875e8dbe3336d493b5e3de files/digest-aspell-0.60 64
-MD5 c883e4872c7714a380206fa110e8f3a6 files/digest-aspell-0.60.1.1 68
MD5 ea58a3b4827dbc2d3a5606ab927de6a6 files/digest-aspell-0.60.2 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCv81CTM53OX+9xmMRAnzzAJ0dMRA++vFmozgjcfIGEtXQZ9xtKQCgySOa
+0rx7kRy+OHfgxzPKPYVhOsw=
+=8NXq
+-----END PGP SIGNATURE-----
diff --git a/app-text/aspell/aspell-0.50.5-r2.ebuild b/app-text/aspell/aspell-0.50.5-r2.ebuild
deleted file mode 100644
index 40f2154953b9..000000000000
--- a/app-text/aspell/aspell-0.50.5-r2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r2.ebuild,v 1.9 2005/01/01 16:03:13 eradicator 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 ppc sparc mips alpha arm hppa amd64 ia64 s390"
-IUSE="gpm"
-
-DEPEND=">=sys-libs/ncurses-5.2
- gpm? ( sys-libs/gpm )"
-
-pkg_setup() {
- if [ ${ARCH} = "ppc" ] ; then
- CXXFLAGS="-O2 -fsigned-char"
- CFLAGS=${CXXFLAGS}
- fi
- use gpm && LDFLAGS="-lgpm"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-buffer-fix.patch
- epatch ${FILESDIR}/${PN}-quotechar-fix.patch
-}
-
-src_compile() {
- 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/aspell-0.60.1.1.ebuild b/app-text/aspell/aspell-0.60.1.1.ebuild
deleted file mode 100644
index 65aae0117cc1..000000000000
--- a/app-text/aspell/aspell-0.60.1.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2005 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.5 2005/01/22 23:56:24 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 ~sparc ~amd64"
-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
- filter-flags -fvisibility=hidden #77109
- 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/aspell-0.60.ebuild b/app-text/aspell/aspell-0.60.ebuild
deleted file mode 100644
index a5c1b0f02e2b..000000000000
--- a/app-text/aspell/aspell-0.60.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.ebuild,v 1.5 2005/01/22 23:56:24 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="~amd64 ~sparc ~x86 ~ppc"
-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
- filter-flags -fvisibility=hidden #77109
- 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.50.5-r2 b/app-text/aspell/files/digest-aspell-0.50.5-r2
deleted file mode 100644
index d497ea8286ff..000000000000
--- a/app-text/aspell/files/digest-aspell-0.50.5-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14403d2ea5ded5d3fc9bb259bf65aab5 aspell-0.50.5.tar.gz 1016586
diff --git a/app-text/aspell/files/digest-aspell-0.60 b/app-text/aspell/files/digest-aspell-0.60
deleted file mode 100644
index fc217ea1529d..000000000000
--- a/app-text/aspell/files/digest-aspell-0.60
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8fa031d0eb37a5538aa6fefa657e707f aspell-0.60.tar.gz 1622677
diff --git a/app-text/aspell/files/digest-aspell-0.60.1.1 b/app-text/aspell/files/digest-aspell-0.60.1.1
deleted file mode 100644
index 15d200715f66..000000000000
--- a/app-text/aspell/files/digest-aspell-0.60.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8c2f27dcfc5e02c994f11eed7d04b853 aspell-0.60.1.1.tar.gz 1564114