summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 09:47:11 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 09:47:11 +0000
commit6d7801e413c4434365dfc5cc93978b52863e065a (patch)
treeaa2c09218317b6a5ece57b8b2430bfbb4e3c10c3 /app-dicts/ispell-hu
parentDropped stable mips keyword. (diff)
downloadgentoo-2-6d7801e413c4434365dfc5cc93978b52863e065a.tar.gz
gentoo-2-6d7801e413c4434365dfc5cc93978b52863e065a.tar.bz2
gentoo-2-6d7801e413c4434365dfc5cc93978b52863e065a.zip
Version bump, removed old.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-hu')
-rw-r--r--app-dicts/ispell-hu/ChangeLog10
-rw-r--r--app-dicts/ispell-hu/ispell-hu-0.93.ebuild28
-rw-r--r--app-dicts/ispell-hu/ispell-hu-1.3.ebuild35
3 files changed, 43 insertions, 30 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog
index 90b9e556691a..692d94805136 100644
--- a/app-dicts/ispell-hu/ChangeLog
+++ b/app-dicts/ispell-hu/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/ispell-hu
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.11 2007/02/21 20:38:50 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.12 2008/11/01 09:47:11 pva Exp $
+
+*ispell-hu-1.3 (01 Nov 2008)
+
+ 01 Nov 2008; Peter Volkov <pva@gentoo.org> -ispell-hu-0.93.ebuild,
+ +ispell-hu-1.3.ebuild:
+ Version bump, removed old.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild
deleted file mode 100644
index b129a9f58a20..000000000000
--- a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild
+++ /dev/null
@@ -1,28 +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/ispell-hu/ispell-hu-0.93.ebuild,v 1.4 2005/01/01 12:54:32 eradicator Exp $
-
-DESCRIPTION="Hungarian dictionary for Ispell"
-HOMEPAGE="http://www.szofi.hu/gnu/magyarispell"
-SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-text/ispell"
-
-S="${WORKDIR}/magyarispell-${PV}"
-
-src_compile() {
- emake all || die
-}
-
-src_install() {
- dodir /usr/lib/ispell
- dodir /usr/bin
- make DESTDIR=${D} install || die
-
- dodoc ChangeLog README GYIK
-}
diff --git a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild b/app-dicts/ispell-hu/ispell-hu-1.3.ebuild
new file mode 100644
index 000000000000..7ea5e833eada
--- /dev/null
+++ b/app-dicts/ispell-hu/ispell-hu-1.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.3.ebuild,v 1.1 2008/11/01 09:47:11 pva Exp $
+
+inherit eutils
+
+MY_P=magyarispell-${PV}
+DESCRIPTION="Hungarian dictionary for Ispell"
+HOMEPAGE="http://magyarispell.sourceforge.net/"
+SRC_URI="mirror://sourceforge/magyarispell/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 MPL-1.1 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+SLOT="0"
+
+DEPEND="app-text/ispell
+ app-text/recode"
+
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ make magyar4ispell.hash || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+
+ doins tmp/magyar.aff || die
+ newins tmp/magyar4ispell.hash magyar.hash || die
+ dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash
+
+ dodoc ChangeLog GYIK README OLVASSEL
+}