diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 09:51:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 09:51:05 +0000 |
commit | eaaf1ae05c73cd4a223987a81802fe5037944581 (patch) | |
tree | 565fc69a7d3818865ec6eabe5899629589a6b343 /app-text | |
parent | cleaned up ebuild (diff) | |
download | gentoo-2-eaaf1ae05c73cd4a223987a81802fe5037944581.tar.gz gentoo-2-eaaf1ae05c73cd4a223987a81802fe5037944581.tar.bz2 gentoo-2-eaaf1ae05c73cd4a223987a81802fe5037944581.zip |
small fix0rs
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50_pre20020811.ebuild | 64 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50_pre20020815.ebuild | 20 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50_pre20020811 | 1 |
4 files changed, 16 insertions, 79 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 3869a007a7aa..18529a3dbcef 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,9 +1,17 @@ # ChangeLog for app-text/aspell # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.9 2002/08/16 07:10:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.10 2002/08/23 09:51:05 seemant Exp $ *aspell-0.50_pre20020815 (16 Aug 2002) + 23 Aug 2002; Seemant Kulleen <seemant@gentoo.org> + aspell-0.50_pre20020815.ebuild : + + Removed unnecessary gcc stuff (legacy from aspell-0.44 stuff), and also + added a note in pkg_postinst() that a dictionary will have to be + installed. Thanks to: arun@virginia.edu (Arun Thomas) in bugs #6757 and + #6758. + 16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50_pre20020815.ebuild : diff --git a/app-text/aspell/aspell-0.50_pre20020811.ebuild b/app-text/aspell/aspell-0.50_pre20020811.ebuild deleted file mode 100644 index 1314c488e458..000000000000 --- a/app-text/aspell/aspell-0.50_pre20020811.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50_pre20020811.ebuild,v 1.4 2002/08/16 02:42:01 murphy Exp $ - -inherit libtool - -MY_P=${P/_pre/-} -S=${WORKDIR}/${MY_P} -DESCRIPTION="A spell checker replacement for ispell" -SRC_URI="http://savannah.gnu.org/download/aspell/${MY_P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/aspell/index.html" - -DEPEND=">=sys-libs/ncurses-5.2" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc sparc64" - -# -# These flags a reset here because too much optimisation can cause aspell's -# compilation process to break. Moreover, these must be set before ./configure -# otherwise it breaks again. A very fragile build process, really. -# -CXXFLAGS="-O2" -CFLAGS=${CXXFLAGS} - -# needed to compile - -if [ -e /lib/libc-2.2.5.so ] && [ `gcc -dumpversion` == "2.95.3" ]; then - if [ ! -f /etc/aspell/aspell.conf ]; then - mkdir -p /etc/aspell - touch /etc/aspell/aspell.conf - fi - if [ ! -f /root/.aspell.conf ]; then - touch /root/.aspell.conf - fi -fi - -src_compile() { - elibtoolize - - econf \ - --disable-static \ - --sysconfdir=/etc/aspell \ - --enable-docdir=/usr/share/doc/${PF} || die - - emake || die - -} - -src_install () { - - make DESTDIR=${D} install || die - cd ${D}/usr/share/doc/${P} - dohtml -r man-html - docinto text - dodoc man-text - cd ${S} - - dosym /usr/lib/libpspell.so.15 /usr/lib/libpspell.so - - dodoc README* TODO - -} diff --git a/app-text/aspell/aspell-0.50_pre20020815.ebuild b/app-text/aspell/aspell-0.50_pre20020815.ebuild index 31872e5c1344..8477eee7ea3c 100644 --- a/app-text/aspell/aspell-0.50_pre20020815.ebuild +++ b/app-text/aspell/aspell-0.50_pre20020815.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50_pre20020815.ebuild,v 1.1 2002/08/16 07:10:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50_pre20020815.ebuild,v 1.2 2002/08/23 09:51:05 seemant Exp $ inherit libtool @@ -24,18 +24,6 @@ KEYWORDS="x86 ppc sparc sparc64" CXXFLAGS="-O2" CFLAGS=${CXXFLAGS} -# needed to compile - -if [ -e /lib/libc-2.2.5.so ] && [ `gcc -dumpversion` == "2.95.3" ]; then - if [ ! -f /etc/aspell/aspell.conf ]; then - mkdir -p /etc/aspell - touch /etc/aspell/aspell.conf - fi - if [ ! -f /root/.aspell.conf ]; then - touch /root/.aspell.conf - fi -fi - src_compile() { elibtoolize @@ -62,3 +50,9 @@ src_install () { dodoc README* TODO } + +pkg_postinst() { + + einfo "You will need to install a dictionary now. Please choose an" + einfo "aspell-<LANG> dictionary from the app-i18n category" +} diff --git a/app-text/aspell/files/digest-aspell-0.50_pre20020811 b/app-text/aspell/files/digest-aspell-0.50_pre20020811 deleted file mode 100644 index 46f1b3f8439e..000000000000 --- a/app-text/aspell/files/digest-aspell-0.50_pre20020811 +++ /dev/null @@ -1 +0,0 @@ -MD5 4cd0dac3b26e98e7dbb2f7d3fe57280b aspell-0.50-20020811.tar.gz 908465 |