diff options
Diffstat (limited to 'app-dicts')
50 files changed, 159 insertions, 148 deletions
diff --git a/app-dicts/aspell-da/aspell-da-0.50.2.ebuild b/app-dicts/aspell-da/aspell-da-0.50.2.ebuild index b3910146d618..2c263ef2e49b 100644 --- a/app-dicts/aspell-da/aspell-da-0.50.2.ebuild +++ b/app-dicts/aspell-da/aspell-da-0.50.2.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-0.50.2.ebuild,v 1.2 2003/02/13 06:24:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-0.50.2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ ASPELL_LANG="Danish" - inherit aspell-dict LICENSE="GPL-2" diff --git a/app-dicts/aspell-da/aspell-da-1.4.29.ebuild b/app-dicts/aspell-da/aspell-da-1.4.29.ebuild index 95adb3dca7d3..e6ac478675a7 100644 --- a/app-dicts/aspell-da/aspell-da-1.4.29.ebuild +++ b/app-dicts/aspell-da/aspell-da-1.4.29.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.4.29.ebuild,v 1.1 2003/11/15 07:39:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.4.29.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ ASPELL_LANG="Danish" inherit aspell-dict -HOMEPAGE="http://da.spelling.org" +HOMEPAGE="http://da.spelling.org/" #SRC_URI="http://da.speling.org/filer/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-dicts/bookview/bookview-3.2.ebuild b/app-dicts/bookview/bookview-3.2.ebuild index db760df1a324..da5838346b5f 100644 --- a/app-dicts/bookview/bookview-3.2.ebuild +++ b/app-dicts/bookview/bookview-3.2.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/bookview/bookview-3.2.ebuild,v 1.2 2003/09/16 01:23:10 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/bookview/bookview-3.2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ inherit eutils -IUSE="cjk" - DESCRIPTION="NDTP client written in Tcl/Tk" HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/bookview/" SRC_URI="ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/${P}.tar.gz" @@ -13,26 +11,22 @@ SRC_URI="ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="cjk" DEPEND=">=sys-apps/sed-4" RDEPEND=">=dev-lang/tk-8.3" -S=${WORKDIR}/${P} - src_unpack() { - unpack ${A} epatch ${FILESDIR}/${P}-gentoo.diff } src_compile() { - econf `use_enable cjk ja-doc` || die emake || die } src_install() { - einstall || die insinto /etc/X11/app-defaults diff --git a/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild b/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild index ff2040a6c19f..4372c75e9768 100644 --- a/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild +++ b/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild,v 1.2 2003/09/30 13:21:03 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ inherit cannadic -IUSE="canna" - MY_P="${P/canna-/}" MY_DATE="030726" @@ -18,6 +16,7 @@ SRC_URI="http://bonobo.gnome.gr.jp/~nakai/canna/${MY_P}.tar.bz2 LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="x86 ppc sparc alpha" +IUSE="canna" DEPEND="canna? ( >=app-i18n/canna-3.6_p3-r1 dev-lang/perl @@ -29,7 +28,6 @@ S="${WORKDIR}/${MY_P}" CANNADICS="zipcode jigyousyo" src_unpack() { - unpack ${MY_P}.tar.bz2 cd ${S} lha e ${DISTDIR}/ken_all_${MY_DATE}.lzh @@ -38,8 +36,7 @@ src_unpack() { } src_compile() { - - if [ -n "`use canna`" ] ; then + if use canna ; then make all || die mkbindic zipcode.t || die mkbindic jigyosyo.t || die diff --git a/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild b/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild index 82768a8ec74b..b075234b3fcc 100644 --- a/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild +++ b/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.7 2004/03/06 05:26:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.8 2004/05/31 18:24:58 vapier Exp $ MY_P=vera_${PV} DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict" @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND=">=app-text/dictd-1.5.5" diff --git a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.1.0.ebuild b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.1.0.ebuild index eb4abfdeb8b0..c4ccfc8291ea 100644 --- a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.1.0.ebuild +++ b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.1.0.ebuild,v 1.1 2003/06/04 13:33:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Traditional Chinese (BIG5)" diff --git a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild index 47e8a16e7caa..16ee3dbbada3 100644 --- a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild +++ b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild,v 1.2 2004/01/07 17:12:17 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Traditional Chinese (BIG5)" @@ -10,5 +10,7 @@ DICT_SUFFIX="big5" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.1.0.ebuild b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.1.0.ebuild index f316b6a7bbdc..1f94dbea9cbd 100644 --- a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.1.0.ebuild +++ b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.1.0.ebuild,v 1.1 2003/06/04 13:34:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" diff --git a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild index 80019056fb35..101ae24ba9a2 100644 --- a/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild +++ b/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild,v 1.2 2004/01/07 17:13:32 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" @@ -8,6 +8,9 @@ DICT_PREFIX="cdict-" DICT_SUFFIX="gb" inherit stardict + HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_CN.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.1.0.ebuild b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.1.0.ebuild index ecc2c72738ed..f98855923530 100644 --- a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.1.0.ebuild +++ b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.1.0.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.1.0.ebuild,v 1.1 2003/06/04 13:35:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Traditional Chinese (BIG5)" TO_LANG="English" DICT_PREFIX="cedict-" DICT_SUFFIX="big5" -HOMEPAGE="http://www.mandarintools.com/cedict.html" inherit stardict + +HOMEPAGE="http://www.mandarintools.com/cedict.html" diff --git a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2.ebuild b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2.ebuild index 87645509a004..a79e5a03f422 100644 --- a/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2.ebuild +++ b/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2.ebuild,v 1.2 2004/01/07 17:14:25 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-big5/stardict-cedict-zh-en-big5-2.4.2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Traditional Chinese (BIG5)" TO_LANG="English" DICT_PREFIX="cedict-" DICT_SUFFIX="big5" -HOMEPAGE="http://www.mandarintools.com/cedict.html" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.1.0.ebuild b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.1.0.ebuild index 6b232d483dc1..3bfbf8b8c3b0 100644 --- a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.1.0.ebuild +++ b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.1.0.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.1.0.ebuild,v 1.1 2003/06/04 13:35:36 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Simplified Chinese (GB)" TO_LANG="English" DICT_PREFIX="cedict-" DICT_SUFFIX="gb" -HOMEPAGE="http://www.mandarintools.com/cedict.html" inherit stardict + +HOMEPAGE="http://www.mandarintools.com/cedict.html" diff --git a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild index 1978f4bbbef7..b64001302c36 100644 --- a/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild +++ b/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild,v 1.2 2004/01/07 17:17:06 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Simplified Chinese (GB)" TO_LANG="English" @@ -10,5 +10,7 @@ DICT_SUFFIX="gb" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_CN.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.1.0.ebuild b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.1.0.ebuild index 9c51c2101332..7539a6b1c5f0 100644 --- a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.1.0.ebuild +++ b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.1.0.ebuild,v 1.1 2003/06/04 13:36:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ -DESCRIPTION="Stardict Dictionary for Dictd.org's Devil's Dictionary" DICT_PREFIX="dictd_www.dict.org_" inherit stardict +DESCRIPTION="Stardict Dictionary for Dictd.org's Devil's Dictionary" diff --git a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2.ebuild b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2.ebuild index 56bd8e719b52..46b20a074b38 100644 --- a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2.ebuild,v 1.1 2004/01/07 17:18:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ -DESCRIPTION="Stardict Dictionary for Dictd.org's Devil's Dictionary" DICT_PREFIX="dictd_www.dict.org_" inherit stardict +DESCRIPTION="Stardict Dictionary for Dictd.org's Devil's Dictionary" HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.1.0.ebuild index a0a1411a683f..a7b204f4336c 100644 --- a/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.1.0.ebuild,v 1.1 2003/06/04 13:36:49 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="German" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.1.0.ebuild index 55ae24aab198..aafb29c3ebe7 100644 --- a/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.1.0.ebuild,v 1.1 2003/06/04 13:37:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="French" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2.ebuild index e2a8dd00bec4..5b2cf65f15f5 100644 --- a/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2.ebuild,v 1.1 2004/01/07 17:19:18 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-fra/stardict-freedict-eng-fra-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="French" @@ -8,7 +8,8 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.1.0.ebuild index 81c2b10f1d23..cff4f9a6e251 100644 --- a/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.1.0.ebuild,v 1.1 2003/06/04 13:38:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Italian" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2.ebuild index 1b14a431c1d5..5ad95855589b 100644 --- a/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2.ebuild,v 1.1 2004/01/07 17:19:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-ita/stardict-freedict-eng-ita-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Italian" @@ -8,7 +8,8 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.1.0.ebuild index e7a89f05e4b5..a7923467a99f 100644 --- a/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.1.0.ebuild,v 1.1 2003/06/04 13:38:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Latin" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2.ebuild index 673706713578..9bdd94b9d10a 100644 --- a/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2.ebuild,v 1.1 2004/01/07 17:20:33 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-lat/stardict-freedict-eng-lat-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Latin" @@ -8,7 +8,8 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.1.0.ebuild index 323d7e60e94c..1ed229f06a46 100644 --- a/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.1.0.ebuild,v 1.1 2003/06/04 13:39:18 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Russian" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2.ebuild index 048a77dc2a15..43d6d4a4d908 100644 --- a/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2.ebuild,v 1.1 2004/01/07 17:21:25 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Russian" @@ -8,7 +8,8 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.1.0.ebuild index 7c69b90f123b..2fb9d495fcb8 100644 --- a/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.1.0.ebuild,v 1.1 2003/06/04 13:39:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Spanish" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2.ebuild index bd667b8f40e3..249c2d5f7b30 100644 --- a/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2.ebuild,v 1.1 2004/01/07 17:22:04 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-spa/stardict-freedict-eng-spa-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Spanish" @@ -8,7 +8,8 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.1.0.ebuild b/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.1.0.ebuild index b5d1e04a3ad8..3507c25ad49b 100644 --- a/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.1.0.ebuild +++ b/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.1.0.ebuild,v 1.1 2003/06/04 13:40:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Swedish" DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - diff --git a/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2.ebuild b/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2.ebuild index 99b4510e3b5b..28851968ac8c 100644 --- a/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2.ebuild +++ b/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2.ebuild,v 1.1 2004/01/07 17:22:42 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-freedict-eng-swe/stardict-freedict-eng-swe-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Swedish" @@ -8,7 +8,8 @@ DICT_PREFIX="dictd_www.freedict.de_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.1.1.ebuild b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.1.1.ebuild index 73a6d8bc66ad..4558ca06e0b0 100644 --- a/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.1.1.ebuild +++ b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.1.1.ebuild,v 1.2 2003/09/06 22:15:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.1.1.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Japanese" @@ -8,12 +8,12 @@ TO_LANG="Japanese" inherit stardict SRC_URI="http://www-lce.eng.cam.ac.uk/~acnt2/code/${P}.tar" + LICENSE="GDLS" + S=${WORKDIR} src_install() { stardict_src_install dodoc README } - - diff --git a/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2.ebuild b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2.ebuild index e9dcd3a0f951..cd97015f7a12 100644 --- a/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2.ebuild +++ b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2.ebuild,v 1.1 2004/01/07 17:23:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Japanese" @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2" LICENSE="GDLS" KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" -S=${WORKDIR}/${P} src_install() { stardict_src_install dodoc README } - diff --git a/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.1.1.ebuild b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.1.1.ebuild index b20c228957b7..9f604997f99f 100644 --- a/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.1.1.ebuild +++ b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.1.1.ebuild,v 1.2 2003/09/06 22:15:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.1.1.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Japanese" TO_LANG="English" @@ -9,12 +9,12 @@ DICT_PREFIX="jmdict-" inherit stardict SRC_URI="http://www-lce.eng.cam.ac.uk/~acnt2/code/${P}.tar" + LICENSE="GDLS" + S=${WORKDIR} src_install() { stardict_src_install dodoc README } - - diff --git a/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2.ebuild b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2.ebuild index 57c9a97278aa..499779bb5036 100644 --- a/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2.ebuild +++ b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2.ebuild,v 1.1 2004/01/07 17:24:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Japanese" TO_LANG="English" @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2" LICENSE="GDLS" KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" -S=${WORKDIR}/${P} src_install() { stardict_src_install dodoc README } - diff --git a/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.1.0.ebuild b/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.1.0.ebuild index 04b6abf47d92..36d92558831d 100644 --- a/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.1.0.ebuild +++ b/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.1.0.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.1.0.ebuild,v 1.1 2003/06/04 13:40:43 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ DESCRIPTION="Stardict Dictionary for Mova.org's Smiley Dictionary" DICT_PREFIX="dictd_www.mova.org_" inherit stardict - diff --git a/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2.ebuild b/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2.ebuild index 44a6b4753872..e7516ea180e6 100644 --- a/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2.ebuild +++ b/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2.ebuild,v 1.1 2004/01/07 17:24:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-mova-smiley/stardict-mova-smiley-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ -DESCRIPTION="Stardict Dictionary for Mova.org's Smiley Dictionary" DICT_PREFIX="dictd_www.mova.org_" inherit stardict +DESCRIPTION="Stardict Dictionary for Mova.org's Smiley Dictionary" HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.1.0.ebuild b/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.1.0.ebuild index 281d48ca51ee..758ea16faec5 100644 --- a/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.1.0.ebuild +++ b/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.1.0.ebuild,v 1.1 2003/06/04 13:41:13 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" diff --git a/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild b/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild index 8e25d08824e8..8af13eef6803 100644 --- a/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild +++ b/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild,v 1.1 2004/01/07 17:25:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" @@ -10,5 +10,7 @@ DICT_SUFFIX="gb" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_CN.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.1.0.ebuild b/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.1.0.ebuild index 6fd101446750..3260d2da613b 100644 --- a/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.1.0.ebuild +++ b/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.1.0.ebuild,v 1.1 2003/06/04 13:41:42 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="French" DICT_PREFIX="quick_" inherit stardict - diff --git a/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild b/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild index d9240008e6b1..9d7894893f03 100644 --- a/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild +++ b/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild,v 1.1 2004/01/07 17:25:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="French" @@ -8,7 +8,8 @@ DICT_PREFIX="quick_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_Quick.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.1.0.ebuild b/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.1.0.ebuild index 9e77a8e3a959..57e633607adc 100644 --- a/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.1.0.ebuild +++ b/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.1.0.ebuild,v 1.1 2003/07/06 17:49:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Japanese Romaji" DICT_PREFIX="quick_" inherit stardict - diff --git a/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2.ebuild b/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2.ebuild index a5c4e5cf17a2..c894f0fa1290 100644 --- a/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2.ebuild +++ b/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2.ebuild,v 1.1 2004/01/07 17:26:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-jpn/stardict-quick-eng-jpn-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Japanese Romaji" @@ -8,7 +8,8 @@ DICT_PREFIX="quick_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_Quick.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.1.0.ebuild b/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.1.0.ebuild index 6c521560d151..e48bfbc6b8ef 100644 --- a/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.1.0.ebuild +++ b/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.1.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.1.0.ebuild,v 1.2 2003/07/06 17:49:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.1.0.ebuild,v 1.3 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Japanese Romaji" TO_LANG="English" DICT_PREFIX="quick_" inherit stardict - diff --git a/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2.ebuild b/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2.ebuild index aa27a7d6deee..ea03d5bb2e7c 100644 --- a/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2.ebuild +++ b/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2.ebuild,v 1.1 2004/01/07 17:27:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-jpn-eng/stardict-quick-jpn-eng-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="Japanese Romaji" TO_LANG="English" @@ -8,7 +8,8 @@ DICT_PREFIX="quick_" inherit stardict - HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_Quick.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.1.0.ebuild b/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.1.0.ebuild index c24c268882ef..f81efca38025 100644 --- a/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.1.0.ebuild +++ b/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.1.0.ebuild,v 1.1 2003/06/04 13:42:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.1.0.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Traditional Chinese (BIG5)" diff --git a/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild b/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild index afa402b3e224..8f5b1b6032f4 100644 --- a/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild +++ b/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild,v 1.1 2004/01/07 17:27:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild,v 1.2 2004/05/31 18:24:58 vapier Exp $ FROM_LANG="English" TO_LANG="Traditional Chinese (BIG5)" @@ -10,5 +10,7 @@ DICT_SUFFIX="big5" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.1.0.ebuild b/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.1.0.ebuild index 33c0779f85f5..1fd19e5ed8d1 100644 --- a/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.1.0.ebuild +++ b/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.1.0.ebuild,v 1.1 2003/06/04 13:42:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.1.0.ebuild,v 1.2 2004/05/31 18:24:59 vapier Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" diff --git a/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild b/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild index 08f6ef2958c4..644edd59b9e0 100644 --- a/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild +++ b/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild,v 1.1 2004/01/07 17:28:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild,v 1.2 2004/05/31 18:24:59 vapier Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" @@ -10,5 +10,7 @@ DICT_SUFFIX="gb" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_GB.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.1.0.ebuild b/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.1.0.ebuild index 867f6140fee0..cfdce2a5e1bd 100644 --- a/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.1.0.ebuild +++ b/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.1.0.ebuild,v 1.1 2003/06/04 13:43:07 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.1.0.ebuild,v 1.2 2004/05/31 18:24:59 vapier Exp $ FROM_LANG="Traditional Chinese (BIG5)" TO_LANG="English" diff --git a/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild b/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild index 3c84fc793e04..915c5836c939 100644 --- a/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild +++ b/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild,v 1.1 2004/01/07 17:28:52 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild,v 1.2 2004/05/31 18:24:59 vapier Exp $ FROM_LANG="Traditional Chinese (BIG5)" TO_LANG="English" @@ -10,5 +10,7 @@ DICT_SUFFIX="big5" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" diff --git a/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.1.0.ebuild b/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.1.0.ebuild index 88724080171a..cb200399635a 100644 --- a/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.1.0.ebuild +++ b/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.1.0.ebuild,v 1.1 2003/06/04 13:43:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.1.0.ebuild,v 1.2 2004/05/31 18:24:59 vapier Exp $ FROM_LANG="Simplified Chinese (GB)" TO_LANG="English" diff --git a/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild b/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild index d3f5e07e5808..0e4e453e3e98 100644 --- a/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild +++ b/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild,v 1.1 2004/01/07 17:29:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild,v 1.2 2004/05/31 18:24:59 vapier Exp $ FROM_LANG="Simplified Chinese (GB)" TO_LANG="English" @@ -10,5 +10,7 @@ DICT_SUFFIX="gb" inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_CN.php" + KEYWORDS="~x86 ~ppc" + RDEPEND=">=app-dicts/stardict-2.4.2" |