summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-10-02 02:42:22 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-10-02 02:42:22 +0000
commitfcfde46c1e8164f8c9d7a9162459597cd2d421f4 (patch)
tree9d05bf7a20c59fa23a14a63ea4c1e7d39ff9fa89 /app-text/ispell
parentremoved byacc dependency in favour of bison (diff)
downloadhistorical-fcfde46c1e8164f8c9d7a9162459597cd2d421f4.tar.gz
historical-fcfde46c1e8164f8c9d7a9162459597cd2d421f4.tar.bz2
historical-fcfde46c1e8164f8c9d7a9162459597cd2d421f4.zip
removed byacc dependency in favour of bison
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/Manifest5
-rw-r--r--app-text/ispell/files/digest-ispell-3.2.06-r62
-rw-r--r--app-text/ispell/ispell-3.2.06-r6.ebuild9
-rw-r--r--app-text/ispell/metadata.xml5
4 files changed, 14 insertions, 7 deletions
diff --git a/app-text/ispell/Manifest b/app-text/ispell/Manifest
index 5fbc62ffa0d2..bbae97edb2d7 100644
--- a/app-text/ispell/Manifest
+++ b/app-text/ispell/Manifest
@@ -1,7 +1,8 @@
MD5 7384afe69160b6fd259b7baabb006bd0 ispell-3.2.06-r4.ebuild 1440
-MD5 d9b67c4dcf729bd76888be526648e290 ispell-3.2.06-r6.ebuild 1510
+MD5 9bba69111ce66b4b9cb3d9086bad67ae ispell-3.2.06-r6.ebuild 1551
MD5 6d719950fc4283e5f61f086c611ef17a ispell-3.2.06-r5.ebuild 1491
-MD5 8f20c96e311ee1589034632c1994f6cb ChangeLog 3366
+MD5 804e42e79ff71bd08bdb465701506658 ChangeLog 3365
+MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
MD5 912424a0edd789568666782416a410a2 files/local.h.gentoo 6015
MD5 76e85c717e3103ccdd49401f0930dd54 files/ispell-3.1.20.diff 51067
MD5 f9c42a05f39a3308a690c96369f256f1 files/digest-ispell-3.2.06-r4 137
diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r6 b/app-text/ispell/files/digest-ispell-3.2.06-r6
index 0cc1ac8bed1a..bdad55b16920 100644
--- a/app-text/ispell/files/digest-ispell-3.2.06-r6
+++ b/app-text/ispell/files/digest-ispell-3.2.06-r6
@@ -1,2 +1,2 @@
MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742
-MD5 bc65b2f53bc280e8f540daa32bc62e02 ispell-3.2.06-r6-gentoo.diff.bz2 8605
+MD5 65a80f2542e0680409035fb0fac44f8e ispell-3.2.06-r6-gentoo.diff.bz2 8787
diff --git a/app-text/ispell/ispell-3.2.06-r6.ebuild b/app-text/ispell/ispell-3.2.06-r6.ebuild
index 5204a9bf5ac4..ff1d322ffb9f 100644
--- a/app-text/ispell/ispell-3.2.06-r6.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r6.ebuild
@@ -1,27 +1,28 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r6.ebuild,v 1.1 2003/09/12 14:16:25 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r6.ebuild,v 1.2 2003/10/02 02:42:04 brandy Exp $
inherit eutils
+PATCH_VER="0.1"
DESCRIPTION="fast screen-oriented spelling checker"
HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html"
SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz
- mirror://gentoo/${PF}-gentoo.diff.bz2"
+ mirror://gentoo/${PF}-gentoo-${PATCH_VER}.diff.bz2"
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~mips ~hppa"
DEPEND="sys-apps/sed
- dev-util/byacc
+ sys-devel/bison
sys-apps/miscfiles
>=sys-libs/ncurses-5.2"
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${WORKDIR}/${PF}-gentoo.diff
+ epatch ${WORKDIR}/${PF}-gentoo-${PATCH_VER}.diff
}
src_compile() {
diff --git a/app-text/ispell/metadata.xml b/app-text/ispell/metadata.xml
new file mode 100644
index 000000000000..8f9450df306e
--- /dev/null
+++ b/app-text/ispell/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>app-dicts</herd>
+</pkgmetadata>