summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-dicts/gjiten/ChangeLog6
-rw-r--r--app-dicts/gjiten/files/digest-gjiten-2.11
-rw-r--r--app-dicts/gjiten/files/digest-gjiten-2.21
-rw-r--r--app-dicts/gjiten/gjiten-2.1.ebuild42
-rw-r--r--app-dicts/gjiten/gjiten-2.2.ebuild44
-rw-r--r--app-dicts/gjiten/gjiten-2.3.ebuild4
6 files changed, 7 insertions, 91 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog
index ed3619651cb9..913d797adad7 100644
--- a/app-dicts/gjiten/ChangeLog
+++ b/app-dicts/gjiten/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2004/10/07 21:58:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.9 2004/11/04 11:39:27 usata Exp $
+
+ 04 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> -gjiten-2.1.ebuild,
+ -gjiten-2.2.ebuild, gjiten-2.3.ebuild:
+ Stable on x86 and ppc. Removed old ebuilds.
08 Oct 2004; MATSUU Takuto <matsuu@gentoo.org> gjiten-2.3.ebuild:
Added ~amd64 to KEYWORDS.
diff --git a/app-dicts/gjiten/files/digest-gjiten-2.1 b/app-dicts/gjiten/files/digest-gjiten-2.1
deleted file mode 100644
index 1dcbe086288c..000000000000
--- a/app-dicts/gjiten/files/digest-gjiten-2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6fe7b05ddd1670582f6fc4cbbeef92fa gjiten-2.1.tar.gz 631652
diff --git a/app-dicts/gjiten/files/digest-gjiten-2.2 b/app-dicts/gjiten/files/digest-gjiten-2.2
deleted file mode 100644
index 19020f17cddb..000000000000
--- a/app-dicts/gjiten/files/digest-gjiten-2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b650d7fdce659b8a7410999a3ca4dfc5 gjiten-2.2.tar.gz 427577
diff --git a/app-dicts/gjiten/gjiten-2.1.ebuild b/app-dicts/gjiten/gjiten-2.1.ebuild
deleted file mode 100644
index 741c594a4add..000000000000
--- a/app-dicts/gjiten/gjiten-2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.1.ebuild,v 1.7 2004/06/24 21:40:54 agriffis Exp $
-
-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=""
-
-DEPEND=">=gnome-base/libgnome-2.2
- >=gnome-base/libgnomeui-2.2
- >=x11-libs/gtk+-2"
-RDEPEND="gnome-base/libgnome
- x11-libs/gtk+"
-
-src_install() {
- einstall || die
- dodoc AUTHORS Changelog INSTALL NEWS README THANKS TODO
- dohtml index.html gjiten.xml legal.xml gjiten-doc.ja.html
-}
-
-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
-}
diff --git a/app-dicts/gjiten/gjiten-2.2.ebuild b/app-dicts/gjiten/gjiten-2.2.ebuild
deleted file mode 100644
index 54197a8bf33c..000000000000
--- a/app-dicts/gjiten/gjiten-2.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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.4 2004/10/07 18:00:32 usata Exp $
-
-DESCRIPTION="A Japanese dictionary program for Gnome"
-HOMEPAGE="http://gjiten.sourceforge.net/"
-SRC_URI="http://${PN}.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"
-
-src_install() {
- einstall || die
- dodoc AUTHORS Changelog INSTALL NEWS README THANKS TODO
- dohtml index.html gjiten.xml legal.xml gjiten-doc.ja.html
-}
-
-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
-}
diff --git a/app-dicts/gjiten/gjiten-2.3.ebuild b/app-dicts/gjiten/gjiten-2.3.ebuild
index 1091e6d1d2ec..4ffabd1f10e0 100644
--- a/app-dicts/gjiten/gjiten-2.3.ebuild
+++ b/app-dicts/gjiten/gjiten-2.3.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.3.ebuild,v 1.2 2004/10/07 21:58:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.3.ebuild,v 1.3 2004/11/04 11:39:27 usata Exp $
inherit gnome2
@@ -10,7 +10,7 @@ SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ppc ~amd64"
IUSE=""