diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 06:50:40 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 06:50:40 +0000 |
commit | dfba0c0275a2a98a603269a50bda0b8576ff5bb9 (patch) | |
tree | a582418caa6684cb9dc0255afac386d388aaae80 /app-dicts | |
parent | x86 stable, see bug 410963 (diff) | |
download | gentoo-2-dfba0c0275a2a98a603269a50bda0b8576ff5bb9.tar.gz gentoo-2-dfba0c0275a2a98a603269a50bda0b8576ff5bb9.tar.bz2 gentoo-2-dfba0c0275a2a98a603269a50bda0b8576ff5bb9.zip |
Version bump to latest release remove older.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-hu/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-hu/files/ispell-hu-1.0-fix-build.patch | 67 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild | 31 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-1.0.ebuild | 35 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-1.5.ebuild (renamed from app-dicts/ispell-hu/ispell-hu-1.3.ebuild) | 25 |
5 files changed, 23 insertions, 144 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog index 83360fe6ef49..53ceab9fe448 100644 --- a/app-dicts/ispell-hu/ChangeLog +++ b/app-dicts/ispell-hu/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/ispell-hu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.19 2012/03/18 18:46:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.20 2012/04/07 06:50:40 scarabeus Exp $ + +*ispell-hu-1.5 (07 Apr 2012) + + 07 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ispell-hu-1.5.ebuild, + -files/ispell-hu-1.0-fix-build.patch, -ispell-hu-0.99.4.ebuild, + -ispell-hu-1.0.ebuild, -ispell-hu-1.3.ebuild: + Version bump to latest release remove older. 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> ispell-hu-1.4.ebuild: sparc stable wrt #396783 diff --git a/app-dicts/ispell-hu/files/ispell-hu-1.0-fix-build.patch b/app-dicts/ispell-hu/files/ispell-hu-1.0-fix-build.patch deleted file mode 100644 index 472e942adf53..000000000000 --- a/app-dicts/ispell-hu/files/ispell-hu-1.0-fix-build.patch +++ /dev/null @@ -1,67 +0,0 @@ -diff -urN magyarispell-1.0/kr/Makefile magyarispell-1.0-fixed/kr/Makefile ---- magyarispell-1.0/kr/Makefile 2005-10-24 09:53:53.000000000 +0200 -+++ magyarispell-1.0-fixed/kr/Makefile 2006-07-21 19:46:09.000000000 +0200 -@@ -3,14 +3,14 @@ - - WRKDIR=../tmp - --all: h test -+all: h - - test: - @hunmorph ../hu_HU_morph2.aff ../hu_HU_morph2.dic test.txt >../tmp/test.out - @#diff test.morph ../tmp/test.out && echo 'Elemzés ellenõrizve.' || echo 'Hiba!' - - h: hu -- sed ':a s#<NOU\(.*\)>+*<NOUN#<NOU\1#;t a \ -+ sed ":a s#<NOU\(.*\)>+*<NOUN#<NOU\1#;t a \ - :b s#<VER\(.*\)>+*<VERB#<VER\1#;t b \ - s#~##g; \ - s#_[/(),A-Z]*_noun]#]NOUN{>}#g; \ -@@ -23,8 +23,8 @@ - s#_[/(),A-Z]*_(noun,adj)]#]NOUN{>}#g; \ - s#_[/(),A-Z]*_num]#]NUM{>}#g; \ - s#_[/(),A-Z]*_(adj,present_part)]#]ADJ{>}#g; \ -- ' $(WRKDIR)/hu.aff >../hu_HU_morph2.aff -- sed ':a s#<NOU\(.*\)>+*<NOUN#<NOU\1#;t a \ -+ " $(WRKDIR)/hu.aff >../hu_HU_morph2.aff -+ sed ":a s#<NOU\(.*\)>+*<NOUN#<NOU\1#;t a \ - :b s#<VER\(.*\)>+*<VERB#<VER\1#;t b \ - s#~##g; \ - s#_[/(),A-Z]*_noun]#]NOUN{>}#g; \ -@@ -37,7 +37,7 @@ - s#_[/(),A-Z]*_(noun,adj)]#]NOUN{>}#g; \ - s#_[/(),A-Z]*_num]#]NUM{>}#g; \ - s#_[/(),A-Z]*_(adj,present_part)]#]ADJ{>}#g; \ -- ' $(WRKDIR)/hu.dic >../hu_HU_morph2.dic -+ " $(WRKDIR)/hu.dic >../hu_HU_morph2.dic - - hu: ../hu_HU_morph.aff ../hu_HU_morph.dic - sed -f csere.txt ../hu_HU_morph.aff >$(WRKDIR)/hu.aff -diff -urN magyarispell-1.0/Makefile magyarispell-1.0-fixed/Makefile ---- magyarispell-1.0/Makefile 2005-10-24 09:55:14.000000000 +0200 -+++ magyarispell-1.0-fixed/Makefile 2006-07-21 19:46:04.000000000 +0200 -@@ -122,10 +122,10 @@ - - # egyéb kivételek: az m4 miatt nem megy külön héjprogramba - @echo "==> kivételek" -- @#cat $(SZOTAR)/kivetelek/igekotos/*.1* \ -- @# | grep -v ^# | $(M4) | tr "\t" "\n" \ -- @# | grep -v ^$$ | sed -e 's/$$/\/X/' \ -- @# >> $(DICT) -+ #@cat $(SZOTAR)/kivetelek/igekotos/*.1* \ -+ #@ | grep -v ^# | $(M4) | tr "\t" "\n" \ -+ #@ | grep -v ^$$ | sed -e 's/$$/\/X/' \ -+ #@ >> $(DICT) - @echo $(EN) ."$(EC)" - @cat $(SZOTAR)/kivetelek/igekotos/*.2* \ - | grep -v ^# | $(M4) | $(AWK) -f $(AWKDIR)/tovek.awk -v param="/X" \ -@@ -220,7 +220,7 @@ - install_all: install_myspell install_ispell install_OO - - # ispell opcióval kompilált hashtábla --#ispell: magyar4ispell.hash -+ispell: magyar4ispell.hash - - # hu_HU.aff myspell ragozási táblázat és a hu_HU.dic szótár elõállítása - myspell: magyar4myspell.dict magyar.aff hu_HU.aff hu_HU.dic kr diff --git a/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild b/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild deleted file mode 100644 index 99799a0a464c..000000000000 --- a/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 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.99.4.ebuild,v 1.7 2009/10/18 00:59:23 halcy0n Exp $ - -MY_P=magyarispell-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Hungarian dictionary for Ispell" -SRC_URI="http://magyarispell.sourceforge.net/${MY_P}.tar.gz" -HOMEPAGE="http://magyarispell.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86" - -DEPEND="app-text/ispell" -IUSE="" - -src_compile() { - make ispell || die -} - -src_install () { - - insinto /usr/lib/ispell - - doins tmp/magyar.aff - newins tmp/magyar4ispell.hash magyar.hash - dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash - - dodoc ChangeLog GYIK README OLVASSEL -} diff --git a/app-dicts/ispell-hu/ispell-hu-1.0.ebuild b/app-dicts/ispell-hu/ispell-hu-1.0.ebuild deleted file mode 100644 index 4ec84a1ff683..000000000000 --- a/app-dicts/ispell-hu/ispell-hu-1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 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.0.ebuild,v 1.4 2009/10/18 00:59:23 halcy0n Exp $ - -inherit eutils - -MY_P=magyarispell-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Hungarian dictionary for Ispell" -SRC_URI="http://magyarispell.sourceforge.net/${MY_P}.tar.gz" -HOMEPAGE="http://magyarispell.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" - -DEPEND="app-text/ispell - app-text/recode" -IUSE="" - -src_compile() { - epatch "${FILESDIR}/ispell-hu-1.0-fix-build.patch" - make ispell || die -} - -src_install () { - - insinto /usr/lib/ispell - - doins tmp/magyar.aff - newins tmp/magyar4ispell.hash magyar.hash - dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash - - dodoc ChangeLog GYIK README OLVASSEL -} diff --git a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild b/app-dicts/ispell-hu/ispell-hu-1.5.ebuild index acbfe8bd02c0..74dfcfc1cf02 100644 --- a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-1.5.ebuild @@ -1,34 +1,39 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 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.2 2008/11/01 12:13:38 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.5.ebuild,v 1.1 2012/04/07 06:50:40 scarabeus Exp $ + +EAPI=4 + +MY_P="magyarispell-${PV}" inherit eutils multilib -MY_P=magyarispell-${PV} DESCRIPTION="Hungarian dictionary for Ispell" HOMEPAGE="http://magyarispell.sourceforge.net/" SRC_URI="mirror://sourceforge/magyarispell/${MY_P}.tar.gz" +IUSE="" 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="" +RDEPEND=" + app-text/ispell + app-text/recode +" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_compile() { - make magyar4ispell.hash || die + emake magyar4ispell.hash } src_install () { insinto /usr/$(get_libdir)/ispell - doins tmp/magyar.aff || die - newins tmp/magyar4ispell.hash magyar.hash || die + doins tmp/magyar.aff + newins tmp/magyar4ispell.hash magyar.hash dosym /usr/$(get_libdir)/ispell/magyar.hash /usr/$(get_libdir)/ispell/hungarian.hash dodoc ChangeLog GYIK README OLVASSEL |