diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-07 18:00:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-07 18:00:32 +0000 |
commit | 16f8349228989152d935a0b5035a061fe4dc72ba (patch) | |
tree | 88202eb047ab75bb765a42bbf8e04bab4983e727 /app-dicts/gjiten | |
parent | Version bumped. This closes bug #66443. (Manifest recommit) (diff) | |
download | gentoo-2-16f8349228989152d935a0b5035a061fe4dc72ba.tar.gz gentoo-2-16f8349228989152d935a0b5035a061fe4dc72ba.tar.bz2 gentoo-2-16f8349228989152d935a0b5035a061fe4dc72ba.zip |
Version bumped. Added missing dep of scrollkeeper, fix provided by MATSUU Takuto <matsuu@gentoo.org>. This closes bug #63407.
Diffstat (limited to 'app-dicts/gjiten')
-rw-r--r-- | app-dicts/gjiten/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/gjiten/Manifest | 6 | ||||
-rw-r--r-- | app-dicts/gjiten/files/digest-gjiten-2.3 | 1 | ||||
-rw-r--r-- | app-dicts/gjiten/gjiten-2.2.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/gjiten/gjiten-2.3.ebuild | 49 |
5 files changed, 68 insertions, 8 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog index a2912164e99b..aa96500df3c4 100644 --- a/app-dicts/gjiten/ChangeLog +++ b/app-dicts/gjiten/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/gjiten # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.6 2004/09/07 07:42:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.7 2004/10/07 18:00:32 usata Exp $ + +*gjiten-2.3 (08 Oct 2004) + + 08 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> gjiten-2.2.ebuild, + +gjiten-2.3.ebuild: + Version bumped. Added missing dep of scrollkeeper, fix provided + by MATSUU Takuto <matsuu@gentoo.org>. This closes bug #63407. 07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> gjiten-2.2.ebuild: Stable on x86 and added to ppc. diff --git a/app-dicts/gjiten/Manifest b/app-dicts/gjiten/Manifest index 1a09cc92da2d..7a8c30a83e6b 100644 --- a/app-dicts/gjiten/Manifest +++ b/app-dicts/gjiten/Manifest @@ -1,6 +1,8 @@ -MD5 ab65313fbd7279a53346a005362c1e30 gjiten-2.1.ebuild 1344 -MD5 2db4f66c57df6b3cac2ecdb93253676d gjiten-2.2.ebuild 1340 MD5 864352b921ca2fbf9cb257360a1fc4c4 ChangeLog 760 +MD5 ab65313fbd7279a53346a005362c1e30 gjiten-2.1.ebuild 1344 MD5 f2fc5e05a51ba163bb49deed0254effe metadata.xml 456 +MD5 5c65b1859a221aec98497ad0111cba40 gjiten-2.2.ebuild 1373 +MD5 541580f3417301881eaca39349945d17 gjiten-2.3.ebuild 1388 MD5 c1203dae16baccbae3b5a5bc51cee64f files/digest-gjiten-2.1 62 MD5 f5bcceab6c8b9c6be3666a2ae542941b files/digest-gjiten-2.2 62 +MD5 7f70f34e92d0d83ae21bf688299aa33e files/digest-gjiten-2.3 62 diff --git a/app-dicts/gjiten/files/digest-gjiten-2.3 b/app-dicts/gjiten/files/digest-gjiten-2.3 new file mode 100644 index 000000000000..2cf656eae39f --- /dev/null +++ b/app-dicts/gjiten/files/digest-gjiten-2.3 @@ -0,0 +1 @@ +MD5 b4d55999f46c6fb6329af6988609428a gjiten-2.3.tar.gz 526530 diff --git a/app-dicts/gjiten/gjiten-2.2.ebuild b/app-dicts/gjiten/gjiten-2.2.ebuild index 30edf6944b99..54197a8bf33c 100644 --- a/app-dicts/gjiten/gjiten-2.2.ebuild +++ b/app-dicts/gjiten/gjiten-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.2.ebuild,v 1.3 2004/09/07 07:42:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.2.ebuild,v 1.4 2004/10/07 18:00:32 usata Exp $ DESCRIPTION="A Japanese dictionary program for Gnome" HOMEPAGE="http://gjiten.sourceforge.net/" @@ -12,11 +12,12 @@ KEYWORDS="x86 ppc" IUSE="" -DEPEND=">=gnome-base/libgnome-2.2 +RDEPEND=">=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 - >=x11-libs/gtk+-2" -RDEPEND="gnome-base/libgnome - x11-libs/gtk+" + >=gnome-base/libglade-2.0" +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/intltool-0.22" src_install() { einstall || die diff --git a/app-dicts/gjiten/gjiten-2.3.ebuild b/app-dicts/gjiten/gjiten-2.3.ebuild new file mode 100644 index 000000000000..29d3d9b093cf --- /dev/null +++ b/app-dicts/gjiten/gjiten-2.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.3.ebuild,v 1.1 2004/10/07 18:00:32 usata 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="~x86 ~ppc" + +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 +} |