summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-03-12 22:40:21 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-03-12 22:40:21 +0000
commit46ac914f7fadd3cc752c3b401c4b3045de8c0b8a (patch)
tree679fbfe73f14e7ee4203f9acf3f44a4831597f8d /app-dicts
parentstable on alpha, ia64 and x86 (diff)
downloadhistorical-46ac914f7fadd3cc752c3b401c4b3045de8c0b8a.tar.gz
historical-46ac914f7fadd3cc752c3b401c4b3045de8c0b8a.tar.bz2
historical-46ac914f7fadd3cc752c3b401c4b3045de8c0b8a.zip
remove broken version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/aspell-pt/ChangeLog5
-rw-r--r--app-dicts/aspell-pt/Manifest6
-rw-r--r--app-dicts/aspell-pt/aspell-pt-20041027.ebuild37
-rw-r--r--app-dicts/aspell-pt/files/Makefile-fix27
-rw-r--r--app-dicts/aspell-pt/files/configure-new11
-rw-r--r--app-dicts/aspell-pt/files/digest-aspell-pt-200410271
6 files changed, 5 insertions, 82 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/Manifest b/app-dicts/aspell-pt/Manifest
index cfd0c9b5ea46..45d8ff6a06e1 100644
--- a/app-dicts/aspell-pt/Manifest
+++ b/app-dicts/aspell-pt/Manifest
@@ -1,8 +1,4 @@
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
-MD5 36155fd7a9e219a84afedcf0452f82ca aspell-pt-20041027.ebuild 876
MD5 32f0e99d3aed9597f5a345ecebce9272 aspell-pt-0.50.2.ebuild 293
-MD5 1bfa03d03daa062a5ce36e51195c7e6d ChangeLog 918
+MD5 6c6aa052a9f14f4a9415513b04ace255 ChangeLog 1059
MD5 91931b223724843289282cc30b04911f files/digest-aspell-pt-0.50.2 69
-MD5 48358fc76a0345aced744e6a2b5fb983 files/Makefile-fix 884
-MD5 2028d463ab240c260febcb6251f41610 files/digest-aspell-pt-20041027 71
-MD5 ebbda086cd98d45b68f29724c63bf747 files/configure-new 412
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