summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-09-17 23:41:25 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-09-17 23:41:25 +0000
commit2dee7cae6b171d90608cef5510eb02b0d0cb1cdc (patch)
tree30fe6f702726fc91fac1e6f28ff9650546441215 /app-dicts
parentFixes bug #233482. (diff)
downloadgentoo-2-2dee7cae6b171d90608cef5510eb02b0d0cb1cdc.tar.gz
gentoo-2-2dee7cae6b171d90608cef5510eb02b0d0cb1cdc.tar.bz2
gentoo-2-2dee7cae6b171d90608cef5510eb02b0d0cb1cdc.zip
Added RESTRICT="test". Removed old version.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/gjiten/ChangeLog6
-rw-r--r--app-dicts/gjiten/gjiten-2.6-r1.ebuild4
-rw-r--r--app-dicts/gjiten/gjiten-2.6.ebuild46
3 files changed, 7 insertions, 49 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog
index 9021f9b9d083..57d3e935abf2 100644
--- a/app-dicts/gjiten/ChangeLog
+++ b/app-dicts/gjiten/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/gjiten
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.19 2008/09/16 17:42:21 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.20 2008/09/17 23:41:25 matsuu Exp $
+
+ 17 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> -gjiten-2.6.ebuild,
+ gjiten-2.6-r1.ebuild:
+ Added RESTRICT="test". Removed old version.
16 Sep 2008; Mart Raudsepp <leio@gentoo.org> gjiten-2.6-r1.ebuild:
Fix build with newer intltool
diff --git a/app-dicts/gjiten/gjiten-2.6-r1.ebuild b/app-dicts/gjiten/gjiten-2.6-r1.ebuild
index 06eb27da0a5f..1855dd928beb 100644
--- a/app-dicts/gjiten/gjiten-2.6-r1.ebuild
+++ b/app-dicts/gjiten/gjiten-2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.2 2008/09/16 17:42:21 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.3 2008/09/17 23:41:25 matsuu Exp $
inherit autotools eutils gnome2
@@ -11,8 +11,8 @@ SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-
IUSE=""
+RESTRICT="test"
RDEPEND=">=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2
diff --git a/app-dicts/gjiten/gjiten-2.6.ebuild b/app-dicts/gjiten/gjiten-2.6.ebuild
deleted file mode 100644
index c13375ffe975..000000000000
--- a/app-dicts/gjiten/gjiten-2.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6.ebuild,v 1.3 2008/01/17 16:27:34 flameeyes Exp $
-
-inherit eutils 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
- app-text/xmlto
- dev-util/pkgconfig"
-
-DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
-
-pkg_postinst() {
- elog
- elog "Dictionary files are necessary in order for"
- elog "Gjiten to function."
- elog
- elog "Download dictionary files from:"
- elog "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil"
- elog "You need kanjidic and edict at a minimum. Dictionary files"
- elog "must be converted to UTF-8 format - check the Gjiten help"
- elog "and README files for details."
- elog
- elog "A shell script is available from "
- elog "the Gjiten homepage(${HOMEPAGE}) to"
- elog "download and convert the dictionary files, but you need"
- elog "to put the files in /usr/share/gjiten after running the script."
- elog
-
- gnome2_pkg_postinst
-}