diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 07:48:22 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 07:48:22 +0000 |
commit | c7e7cacf72db42018dcb191392e36e718a80405f (patch) | |
tree | 1aed426b44f2935326a3a892e021ff35098455ce /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-c7e7cacf72db42018dcb191392e36e718a80405f.tar.gz gentoo-2-c7e7cacf72db42018dcb191392e36e718a80405f.tar.bz2 gentoo-2-c7e7cacf72db42018dcb191392e36e718a80405f.zip |
version bump thanks to many people in bug 77751
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hspell/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/hspell/files/digest-hspell-1.0 | 3 | ||||
-rw-r--r-- | app-text/hspell/hspell-1.0.ebuild | 36 | ||||
-rw-r--r-- | app-text/hspell/metadata.xml | 6 |
4 files changed, 52 insertions, 3 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog index 5772dee6bc5b..f3e2c48ef2fc 100644 --- a/app-text/hspell/ChangeLog +++ b/app-text/hspell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/hspell -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.15 2005/09/10 05:56:02 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.16 2006/09/03 07:48:22 genstef Exp $ + +*hspell-1.0 (03 Sep 2006) + + 03 Sep 2006; Stefan Schweizer <genstef@gentoo.org> metadata.xml, + +hspell-1.0.ebuild: + version bump thanks to many people in bug 77751 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> hspell-0.7.ebuild: Mark 0.7 stable on alpha diff --git a/app-text/hspell/files/digest-hspell-1.0 b/app-text/hspell/files/digest-hspell-1.0 new file mode 100644 index 000000000000..7aa7e0e97063 --- /dev/null +++ b/app-text/hspell/files/digest-hspell-1.0 @@ -0,0 +1,3 @@ +MD5 3e12fa383c2cfd430918d115f33f9841 hspell-1.0.tar.gz 292215 +RMD160 f4a4ce05650e3b658cc9cc5cfba8a9280b598718 hspell-1.0.tar.gz 292215 +SHA256 19919d8aea49f37277f82b090ddf81fbedf3cc693f3eaf034dddf8a3bddc2e50 hspell-1.0.tar.gz 292215 diff --git a/app-text/hspell/hspell-1.0.ebuild b/app-text/hspell/hspell-1.0.ebuild new file mode 100644 index 000000000000..db4f53f0d3cd --- /dev/null +++ b/app-text/hspell/hspell-1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-1.0.ebuild,v 1.1 2006/09/03 07:48:22 genstef Exp $ + +inherit eutils + +DESCRIPTION="A Hebrew spell checker" +HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" +SRC_URI="http://ivrix.org.il/projects/spell-checker/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5.6.1" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd ${S} + # remove stripping + sed -i -e "s:.*strip.*::" Makefile.in +} + +src_compile() { + econf \ + --enable-linginfo \ + --enable-fatverb \ + || die "econf failed" + emake -j1 || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README TODO WHATSNEW +} diff --git a/app-text/hspell/metadata.xml b/app-text/hspell/metadata.xml index 81cb1aa38c6e..35a525890630 100644 --- a/app-text/hspell/metadata.xml +++ b/app-text/hspell/metadata.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>middle-east</herd> + <herd>maintainer-needed</herd> + <maintainer> + <email>alon.barlev@gmail.com</email> + <name>Alon Bar-Lev</name> + </maintainer> </pkgmetadata> |