summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-10-26 18:55:45 +0000
committerMarinus Schraal <foser@gentoo.org>2003-10-26 18:55:45 +0000
commit03de235beebe0148aacfb25fc7f0354bdd48400d (patch)
tree6f6d63edd8287dfc6e37c7efb1e7e62c72767032
parentBump ppc to stable, as the .interp fix in -r5 is wrong. Bump x86, amd64 and i... (diff)
downloadhistorical-03de235beebe0148aacfb25fc7f0354bdd48400d.tar.gz
historical-03de235beebe0148aacfb25fc7f0354bdd48400d.tar.bz2
historical-03de235beebe0148aacfb25fc7f0354bdd48400d.zip
new version
-rw-r--r--app-text/enchant/ChangeLog7
-rw-r--r--app-text/enchant/Manifest2
-rw-r--r--app-text/enchant/enchant-1.1.1.ebuild27
3 files changed, 35 insertions, 1 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog
index 4f63c720eb35..b73cd66cccb2 100644
--- a/app-text/enchant/ChangeLog
+++ b/app-text/enchant/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/enchant
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.6 2003/09/13 13:56:51 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.7 2003/10/26 18:55:44 foser Exp $
+
+*enchant-1.1.1 (26 Oct 2003)
+
+ 26 Oct 2003; foser <foser@gentoo.org> enchant-1.1.1.ebuild :
+ New version as requested by mg in #31960
*enchant-1.0.0 (13 Sep 2003)
diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest
index d27f517b929c..a2f9288e8dc3 100644
--- a/app-text/enchant/Manifest
+++ b/app-text/enchant/Manifest
@@ -1,4 +1,6 @@
+MD5 7cd6e3b56b8e137eebe08144e23b6b20 enchant-1.1.1.ebuild 756
MD5 7cd6e3b56b8e137eebe08144e23b6b20 enchant-1.0.0.ebuild 756
MD5 991dea1eb9ff7de9badf93dea7345f28 ChangeLog 1120
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 9eea1c1607ac139d4fe5716900da9570 files/digest-enchant-1.0.0 65
+MD5 d6368d91049f7483ff7868c99d86b3be files/digest-enchant-1.1.1 65
diff --git a/app-text/enchant/enchant-1.1.1.ebuild b/app-text/enchant/enchant-1.1.1.ebuild
new file mode 100644
index 000000000000..8160a1fad4b0
--- /dev/null
+++ b/app-text/enchant/enchant-1.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.1.ebuild,v 1.1 2003/10/26 18:55:45 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="Spellchecker wrapping library"
+HOMEPAGE="http://www.abisource.com/enchant/"
+
+SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+KEYWORDS="~x86 ~ppc ~sparc"
+
+IUSE=""
+
+# The || is meant to make sure there is a a default spell lib to work with
+# 25 Aug 2003; foser <foser@gentoo.org>
+RDEPEND=">=dev-libs/glib-2
+ || ( app-text/aspell app-text/ispell )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"