diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 01:01:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 01:01:11 +0000 |
commit | 84963681aa792f2f0789d0107abc05588eb256c7 (patch) | |
tree | eeb5b0259395f8187a4e519a2e6fb5dce40eb461 /app-text/ispell | |
parent | initial import (diff) | |
download | gentoo-2-84963681aa792f2f0789d0107abc05588eb256c7.tar.gz gentoo-2-84963681aa792f2f0789d0107abc05588eb256c7.tar.bz2 gentoo-2-84963681aa792f2f0789d0107abc05588eb256c7.zip |
gcc-3 sandbox fixes
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/ispell/files/digest-ispell-3.2.06-r1 | 1 | ||||
-rw-r--r-- | app-text/ispell/files/digest-ispell-3.2.06-r2 | 2 | ||||
-rw-r--r-- | app-text/ispell/files/digest-ispell-3.2.06-r3 | 2 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r3.ebuild (renamed from app-text/ispell/ispell-3.2.06-r1.ebuild) | 33 |
5 files changed, 35 insertions, 14 deletions
diff --git a/app-text/ispell/ChangeLog b/app-text/ispell/ChangeLog index 52de9288257b..834ba227ec8e 100644 --- a/app-text/ispell/ChangeLog +++ b/app-text/ispell/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-text/ispell # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.5 2002/07/11 09:04:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.6 2002/07/12 01:01:11 seemant Exp $ + +*ispell-3.2.06-r3 (11 Jul 2002) + + 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> ispell-3.2.06-r3.ebuild + files/digest-ispell-3.2.06-r3 : + + Finally, all the sanbox violations are fixed (gcc-3 systems). Much thanks + to Francis85 in #gentoo for the help on that. Also, the SRC_URI has been + corrected thanks to adamm@san.rr.com (Adam M.) in bug #4894 *ispell-3.2.06-r2 (11 Jul 2002) diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r1 b/app-text/ispell/files/digest-ispell-3.2.06-r1 deleted file mode 100644 index 47a0eb5fc260..000000000000 --- a/app-text/ispell/files/digest-ispell-3.2.06-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742 diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r2 b/app-text/ispell/files/digest-ispell-3.2.06-r2 index 44fe3627ee27..ef7209a65d83 100644 --- a/app-text/ispell/files/digest-ispell-3.2.06-r2 +++ b/app-text/ispell/files/digest-ispell-3.2.06-r2 @@ -1,2 +1,2 @@ MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742 -MD5 5d418901924cfd7e782ba93ff6c25830 ispell-3.2.06-gentoo.diff.bz2 8338 +MD5 bcf6f826a573ddfc7ad27ef67c1162b1 ispell-3.2.06-gentoo.diff.bz2 8347 diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r3 b/app-text/ispell/files/digest-ispell-3.2.06-r3 new file mode 100644 index 000000000000..3582ed35d9cf --- /dev/null +++ b/app-text/ispell/files/digest-ispell-3.2.06-r3 @@ -0,0 +1,2 @@ +MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742 +MD5 e8fa5c243c0f4bb5247ff6ff972312da ispell-3.2.06-gentoo.diff.bz2 8631 diff --git a/app-text/ispell/ispell-3.2.06-r1.ebuild b/app-text/ispell/ispell-3.2.06-r3.ebuild index ff38785b1bf4..60e235f765f4 100644 --- a/app-text/ispell/ispell-3.2.06-r1.ebuild +++ b/app-text/ispell/ispell-3.2.06-r3.ebuild @@ -1,22 +1,30 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r1.ebuild,v 1.6 2002/07/12 00:26:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r3.ebuild,v 1.1 2002/07/12 01:01:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" -SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz" +SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz + http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-gentoo.diff.bz2" HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html" -DEPEND="virtual/glibc - sys-devel/bison +DEPEND="sys-devel/bison >=sys-libs/ncurses-5.2" -src_compile() { +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +src_unpack() { + + unpack ${P}.tar.gz - #This is easier and cleaner than sed'ing. - #Also allows user to edit local.h.gentoo for language preference - #cp ${FILESDIR}/local.h.gentoo ${S}/local.h + cd ${S} + bzcat ${DISTDIR}/${P}-gentoo.diff.bz2 | patch || die + +} +src_compile() { make || die } @@ -37,8 +45,11 @@ src_install() { dodir /usr/bin /usr/lib/ispell /usr/share/info \ /usr/share/man/man1 /usr/share/man/man5 - make install || die "Installation Failed" - + make \ + install || die "Installation Failed" + + rmdir ${D}/usr/share/man/man5 + rmdir ${D}/usr/share/info + dodoc Contributors README WISHES } - |