diff options
author | 2002-08-10 14:48:18 +0000 | |
---|---|---|
committer | 2002-08-10 14:48:18 +0000 | |
commit | e2493db2e68e97a0fe7092ff61c8879b8f644e75 (patch) | |
tree | 079571761959cb246907ed45ea05de6b2186bd98 /app-text/aspell | |
parent | Added threading support (now stable), fixed hard coded architecture (diff) | |
download | historical-e2493db2e68e97a0fe7092ff61c8879b8f644e75.tar.gz historical-e2493db2e68e97a0fe7092ff61c8879b8f644e75.tar.bz2 historical-e2493db2e68e97a0fe7092ff61c8879b8f644e75.zip |
carpaski fixes
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.33.7.1-r2.ebuild | 24 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50_pre20020730 | 1 |
2 files changed, 16 insertions, 9 deletions
diff --git a/app-text/aspell/aspell-0.33.7.1-r2.ebuild b/app-text/aspell/aspell-0.33.7.1-r2.ebuild index 21ca85b50ebc..cd8f234f3e92 100644 --- a/app-text/aspell/aspell-0.33.7.1-r2.ebuild +++ b/app-text/aspell/aspell-0.33.7.1-r2.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.33.7.1-r2.ebuild,v 1.2 2002/08/06 14:50:21 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r2.ebuild,v 1.3 2002/08/10 14:48:18 seemant Exp $ inherit libtool @@ -27,15 +27,17 @@ 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 +pkg_setup() { + 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 - if [ ! -f /root/.aspell.conf ]; then - touch /root/.aspell.conf - fi -fi +} src_unpack() { @@ -56,6 +58,10 @@ src_compile() { --host=${CHOST} \ --enable-doc-dir=/usr/share/doc/${P} || die + # cp data/Makefile data/Makefile.orig + # sed 's:aspell --lang=english:& --dict-dir=.:' \ + # data/Makefile.orig > data/Makefile + emake || die } diff --git a/app-text/aspell/files/digest-aspell-0.50_pre20020730 b/app-text/aspell/files/digest-aspell-0.50_pre20020730 new file mode 100644 index 000000000000..0e43a198abfa --- /dev/null +++ b/app-text/aspell/files/digest-aspell-0.50_pre20020730 @@ -0,0 +1 @@ +MD5 36bdbcc16adbf9674c412d69c6594808 aspell-0.50-20020730.tar.gz 880665 |