diff options
-rw-r--r-- | app-dicts/aspell-pt/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20041027.ebuild | 37 | ||||
-rw-r--r-- | app-dicts/aspell-pt/files/Makefile-fix | 27 | ||||
-rw-r--r-- | app-dicts/aspell-pt/files/configure-new | 11 | ||||
-rw-r--r-- | app-dicts/aspell-pt/files/digest-aspell-pt-20041027 | 1 |
5 files changed, 4 insertions, 77 deletions
diff --git a/app-dicts/aspell-pt/ChangeLog b/app-dicts/aspell-pt/ChangeLog index 94484d9d4fde..fdd39e8b25de 100644 --- a/app-dicts/aspell-pt/ChangeLog +++ b/app-dicts/aspell-pt/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-dicts/aspell-pt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.8 2005/02/16 17:36:05 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.9 2005/03/12 22:40:21 arj Exp $ + 12 Mar 2005; Anders Rune Jensen <arj@gentoo.org> -aspell-pt-20041027.ebuild: + Fix #84809. This snapshots Makefile is completely broken. + 16 Feb 2005; Anders Rune Jensen <arj@gentoo.org> aspell-pt-20041027.ebuild: Fix #82232 diff --git a/app-dicts/aspell-pt/aspell-pt-20041027.ebuild b/app-dicts/aspell-pt/aspell-pt-20041027.ebuild deleted file mode 100644 index e19438915a23..000000000000 --- a/app-dicts/aspell-pt/aspell-pt-20041027.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-20041027.ebuild,v 1.2 2005/02/16 17:36:05 arj Exp $ - -ASPELL_LANG="Portuguese" - -LICENSE="GPL-2" - -inherit eutils - -DESCRIPTION="${ASPELL_LANG} language dictionary for aspell" -SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/aspell/aspell.pt.${PV}.tar.gz" -HOMEPAGE="http://natura.di.uminho.pt" -S=${WORKDIR}/portugues - -IUSE="" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/Makefile-fix - epatch ${FILESDIR}/configure-new - chmod +x configure -} - -src_compile() { - ./configure - emake || die "make failed" -} - -src_install() { - addwrite "/usr/lib/" - addwrite "/usr/share/aspell" - emake install || die "make failed" -} diff --git a/app-dicts/aspell-pt/files/Makefile-fix b/app-dicts/aspell-pt/files/Makefile-fix deleted file mode 100644 index f262a34a53e4..000000000000 --- a/app-dicts/aspell-pt/files/Makefile-fix +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile 2001-06-29 18:31:25.000000000 +0200 -+++ ../Makefile 2005-02-06 21:43:07.838584616 +0100 -@@ -1,20 +1,17 @@ -+include config.mak -+ - DICT = portugues.aspell - - CONFIG = portugues.dat - PHONET = portugues_phone.dat - --pkgdatadir = `aspell dump config | grep '^. data-dir current' | sed 's/^.*: \(.*\)$$/\1/'` --pkglibdir = `aspell dump config | grep '^. dict-dir current' | sed 's/^.*: \(.*\)$$/\1/'` --pspell_pkgdatadir = `pspell-config pkgdatadir` -- --INSTALL = /usr/bin/install -c -+INSTALL = install -c - INSTALL_DATA = ${INSTALL} -m 644 - - all: portugues pt-aspell.pwli - - portugues: $(DICT) $(PHONET) $(CONFIG) -- cp $(pkgdatadir)/iso8859-1.dat ./ -- aspell --data-dir=. --lang=portugues create master ./portugues < $(DICT) -+ aspell --data-dir=${pkgdatadir} --lang=portugues create master ./portugues < $(DICT) - - pt-aspell.pwli: - echo $(pkglibdir)/portugues > pt-aspell.pwli diff --git a/app-dicts/aspell-pt/files/configure-new b/app-dicts/aspell-pt/files/configure-new deleted file mode 100644 index 51e67f0ba0df..000000000000 --- a/app-dicts/aspell-pt/files/configure-new +++ /dev/null @@ -1,11 +0,0 @@ ---- configure 1970-01-01 01:00:00.000000000 +0100 -+++ ../configure 2005-02-06 21:40:00.751026248 +0100 -@@ -0,0 +1,8 @@ -+dictdir=`aspell dump config dict-dir` -+datadir=`aspell dump config data-dir` -+pspell=`pspell-config pkgdatadir` -+ -+echo "DESTDIR = $DESTDIR" >> config.mak -+echo "pkglibdir = $dictdir" >> config.mak -+echo "pkgdatadir = $datadir" >> config.mak -+echo "pspell_pkgdatadir = $pspell" >> config.mak diff --git a/app-dicts/aspell-pt/files/digest-aspell-pt-20041027 b/app-dicts/aspell-pt/files/digest-aspell-pt-20041027 deleted file mode 100644 index 192ba0c6f950..000000000000 --- a/app-dicts/aspell-pt/files/digest-aspell-pt-20041027 +++ /dev/null @@ -1 +0,0 @@ -MD5 d420179cccb2bf18e2b4b6d7b7f70a04 aspell.pt.20041027.tar.gz 1025249 |