pacho       14/07/08 11:10:52

  Modified:             ChangeLog
  Added:                gjiten-2.6-r3.ebuild
  Log:
  Use eapi5 and readme.gentoo.eclass
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.25                 app-dicts/gjiten/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Jul 2014 00:41:15 -0000       1.24
+++ ChangeLog   8 Jul 2014 11:10:52 -0000       1.25
@@ -1,6 +1,12 @@
 # ChangeLog for app-dicts/gjiten
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.24 
2014/07/08 00:41:15 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.25 
2014/07/08 11:10:52 pacho Exp $
+
+*gjiten-2.6-r3 (08 Jul 2014)
+
+  08 Jul 2014; Pacho Ramos <[email protected]> +files/gjiten-2.6-desktop.patch,
+  +gjiten-2.6-r3.ebuild:
+  Use eapi5 and readme.gentoo.eclass
 
   08 Jul 2014; Naohiro Aota <[email protected]>
   +files/gjiten-2.6-drop-gnome.patch, gjiten-2.6-r2.ebuild:



1.1                  app-dicts/gjiten/gjiten-2.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r3.ebuild?rev=1.1&content-type=text/plain

Index: gjiten-2.6-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r3.ebuild,v 1.1 
2014/07/08 11:10:52 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit autotools eutils gnome2 readme.gentoo

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=""

RESTRICT="test"

RDEPEND="
        >=gnome-base/libgnome-2.2
        >=gnome-base/libgnomeui-2.2
        >=gnome-base/libglade-2
"
DEPEND="${RDEPEND}
        app-text/rarian
        dev-util/intltool
        app-text/xmlto
        app-text/docbook-xml-dtd:4.1.2
        virtual/pkgconfig
"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="Dictionary files are necessary in order for
Gjiten to function.

Download dictionary files from:
http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil

You need kanjidic and edict at a minimum.  Dictionary files
must be converted to UTF-8 format - check the Gjiten help
and README files for details.

A shell script is available from
the Gjiten homepage(${HOMEPAGE}) to
download and convert the dictionary files, but you need
to put the files in /usr/share/gjiten after running the script."

src_prepare() {
        DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"

        epatch "${FILESDIR}"/${P}-pref.patch
        epatch "${FILESDIR}"/${P}-drop-gnome.patch
        epatch "${FILESDIR}"/${P}-desktop.patch

        AM_OPTS="--foreign" eautoreconf
        gnome2_src_prepare
}

src_install() {
        gnome2_src_install
        readme.gentoo_create_doc
}

pkg_postinst() {
        gnome2_pkg_postinst
        readme.gentoo_print_elog
}




Reply via email to