Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6757 - aspell-0.50-20020815: ebuild can be trimmed
Summary: aspell-0.50-20020815: ebuild can be trimmed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 02:07 UTC by Arun Thomas (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arun Thomas (RETIRED) gentoo-dev 2002-08-20 02:07:36 UTC
The following lines in the aspell 0.50 ebuild are not needed:

# 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


These lines were included as a workaround for the 0.33 aspell ebuilds. I am
pretty sure this not so pretty hack is unnecessary for 0.50. I was one of the
people having problems with the 0.33 version. I tried rebuilding the aspell 0.50
ebuild after removing the aforementioned lines from the ebuild and deleting the
two conf files. It built fine.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-22 21:33:21 UTC
good point, I shall remove them shortly
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-23 04:51:23 UTC
updated in portage.