diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-15 12:06:00 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-15 12:06:00 +0000 |
commit | a8675f19c6e624f3b05f2c9ab53e16973aa20a45 (patch) | |
tree | 97f32931d7a3dea49cafdb50385dc1de77cd0be7 /app-dicts | |
parent | move dev-java/jmx dev-java/sun-jmx (diff) | |
download | gentoo-2-a8675f19c6e624f3b05f2c9ab53e16973aa20a45.tar.gz gentoo-2-a8675f19c6e624f3b05f2c9ab53e16973aa20a45.tar.bz2 gentoo-2-a8675f19c6e624f3b05f2c9ab53e16973aa20a45.zip |
Version bumped. Bug 101328.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/gjiten/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/gjiten/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/gjiten/files/digest-gjiten-2.4 | 1 | ||||
-rw-r--r-- | app-dicts/gjiten/gjiten-2.4.ebuild | 49 |
4 files changed, 59 insertions, 2 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog index 3bf6307dd0d0..9d02639e1947 100644 --- a/app-dicts/gjiten/ChangeLog +++ b/app-dicts/gjiten/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/gjiten # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.11 2005/04/21 18:12:48 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.12 2005/10/15 12:06:00 matsuu Exp $ + +*gjiten-2.4 (15 Oct 2005) + + 15 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> +gjiten-2.4.ebuild: + Version bumped. Bug 101328. 21 Apr 2005; Simon Stelling <blubb@gentoo.org> gjiten-2.3.ebuild: stable on amd64 diff --git a/app-dicts/gjiten/Manifest b/app-dicts/gjiten/Manifest index be39b9a36bf3..ee7a79739e2c 100644 --- a/app-dicts/gjiten/Manifest +++ b/app-dicts/gjiten/Manifest @@ -1,4 +1,6 @@ -MD5 78ca32a182356960479660254111d9e3 ChangeLog 1350 MD5 fbbed1f694ee536aeff0b049ec2470cc gjiten-2.3.ebuild 1392 +MD5 78ca32a182356960479660254111d9e3 ChangeLog 1350 MD5 f2fc5e05a51ba163bb49deed0254effe metadata.xml 456 +MD5 94e886ed830691ea4316d87700433526 gjiten-2.4.ebuild 1395 MD5 7f70f34e92d0d83ae21bf688299aa33e files/digest-gjiten-2.3 62 +MD5 894678a320102912d99451cf9e1e650d files/digest-gjiten-2.4 62 diff --git a/app-dicts/gjiten/files/digest-gjiten-2.4 b/app-dicts/gjiten/files/digest-gjiten-2.4 new file mode 100644 index 000000000000..4b7ff2eda0d1 --- /dev/null +++ b/app-dicts/gjiten/files/digest-gjiten-2.4 @@ -0,0 +1 @@ +MD5 a86bc4264789d4fe82603a93f810582b gjiten-2.4.tar.gz 545748 diff --git a/app-dicts/gjiten/gjiten-2.4.ebuild b/app-dicts/gjiten/gjiten-2.4.ebuild new file mode 100644 index 000000000000..50d94682bb86 --- /dev/null +++ b/app-dicts/gjiten/gjiten-2.4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.4.ebuild,v 1.1 2005/10/15 12:06:00 matsuu Exp $ + +inherit gnome2 + +DESCRIPTION="A Japanese dictionary program for Gnome" +HOMEPAGE="http://gjiten.sourceforge.net/" +SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="" + +RDEPEND=">=gnome-base/libgnome-2.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/libglade-2.0" +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/intltool-0.22" + +DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README TODO" + +src_unpack() { + unpack ${A} + cd ${S}; gnome2_omf_fix help/omf.make +} + +pkg_postinst() { + einfo + einfo "Dictionary files are necessary in order for" + einfo "Gjiten to function." + einfo + einfo "Download dictionary files from:" + einfo "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" + einfo "You need kanjidic and edict at a minimum. Dictionary files" + einfo "must be converted to UTF-8 format - check the Gjiten help" + einfo "and README files for details." + einfo + einfo "A shell script is available from " + einfo "the Gjiten homepage(${HOMEPAGE}) to" + einfo "download and convert the dictionary files, but you need" + einfo "to put the files in /usr/share/gjiten after running the script." + einfo + + gnome2_pkg_postinst +} |