diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-09-28 13:05:20 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-09-28 13:05:20 +0000 |
commit | 2f2a3a8783bc92181006f85486cf1c88e641d5d8 (patch) | |
tree | 798b405cf0b27265493ab73a67345f032c1506e5 /app-text/enchant | |
parent | Initial revision, ~x86 masked. Closes #7824. (diff) | |
download | gentoo-2-2f2a3a8783bc92181006f85486cf1c88e641d5d8.tar.gz gentoo-2-2f2a3a8783bc92181006f85486cf1c88e641d5d8.tar.bz2 gentoo-2-2f2a3a8783bc92181006f85486cf1c88e641d5d8.zip |
mark x86
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/Manifest | 4 | ||||
-rw-r--r-- | app-text/enchant/enchant-0.2.0.ebuild | 27 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | app-text/enchant/files/digest-enchant-0.2.0 | 1 |
4 files changed, 4 insertions, 34 deletions
diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest index 7f8dc84d4288..d27f517b929c 100644 --- a/app-text/enchant/Manifest +++ b/app-text/enchant/Manifest @@ -1,6 +1,4 @@ -MD5 14748444c638c1d6e99436a7442108b3 enchant-0.2.0.ebuild 756 -MD5 556bbd089d926851a1da197f0774cc50 enchant-1.0.0.ebuild 756 +MD5 7cd6e3b56b8e137eebe08144e23b6b20 enchant-1.0.0.ebuild 756 MD5 991dea1eb9ff7de9badf93dea7345f28 ChangeLog 1120 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 891e9ec8a1a5f8b1331aec70c802e648 files/digest-enchant-0.2.0 65 MD5 9eea1c1607ac139d4fe5716900da9570 files/digest-enchant-1.0.0 65 diff --git a/app-text/enchant/enchant-0.2.0.ebuild b/app-text/enchant/enchant-0.2.0.ebuild deleted file mode 100644 index e596c075e0ab..000000000000 --- a/app-text/enchant/enchant-0.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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-0.2.0.ebuild,v 1.2 2003/08/30 12:41:20 weeve 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 wit -# 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" diff --git a/app-text/enchant/enchant-1.0.0.ebuild b/app-text/enchant/enchant-1.0.0.ebuild index 46a8da3d1e8b..5414b3a65363 100644 --- a/app-text/enchant/enchant-1.0.0.ebuild +++ b/app-text/enchant/enchant-1.0.0.ebuild @@ -1,6 +1,6 @@ # 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.0.0.ebuild,v 1.1 2003/09/13 13:56:51 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.0.0.ebuild,v 1.2 2003/09/28 13:05:16 foser Exp $ inherit gnome2 @@ -12,11 +12,11 @@ SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="" -# The || is meant to make sure there is a a default spell lib to work wit +# 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 )" diff --git a/app-text/enchant/files/digest-enchant-0.2.0 b/app-text/enchant/files/digest-enchant-0.2.0 deleted file mode 100644 index c481c3f530e3..000000000000 --- a/app-text/enchant/files/digest-enchant-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c048521c06969075cd3594ac51ca9f2 enchant-0.2.0.tar.gz 286521 |