public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/gjiten: gjiten-2.6-r2.ebuild ChangeLog
@ 2012-10-12 23:55 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2012-10-12 23:55 UTC (permalink / raw
  To: gentoo-commits

naota       12/10/12 23:55:24

  Modified:             ChangeLog
  Added:                gjiten-2.6-r2.ebuild
  Log:
  Add patch to fix segfault. #292365
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 app-dicts/gjiten/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 May 2012 02:18:36 -0000	1.22
+++ ChangeLog	12 Oct 2012 23:55:24 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for app-dicts/gjiten
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.22 2012/05/03 02:18:36 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.23 2012/10/12 23:55:24 naota Exp $
+
+*gjiten-2.6-r2 (12 Oct 2012)
+
+  12 Oct 2012;  <naota@gentoo.org> +files/gjiten-2.6-pref.patch,
+  +gjiten-2.6-r2.ebuild:
+  Add patch to fix segfault. #292365
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> gjiten-2.3.ebuild,
   gjiten-2.6-r1.ebuild:
@@ -86,4 +92,3 @@
 
   04 Jun 2003; Masatomo Nakano <nakano@gentoo.org> gjiten-2.1.ebuild:
   Initial import as unstable
-



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

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

Index: gjiten-2.6-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r2.ebuild,v 1.1 2012/10/12 23:55:24 naota Exp $

EAPI=2
inherit autotools 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=""

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"

DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"

src_prepare() {
	gnome2_src_prepare
	epatch "${FILESDIR}"/${P}-pref.patch
	# bug #124631
	intltoolize --copy --automake --force || die "intltoolize failed"
	AM_OPTS="--foreign" eautoreconf
}

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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-dicts/gjiten: gjiten-2.6-r2.ebuild ChangeLog
@ 2014-07-08  0:41 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2014-07-08  0:41 UTC (permalink / raw
  To: gentoo-commits

naota       14/07/08 00:41:15

  Modified:             gjiten-2.6-r2.ebuild ChangeLog
  Log:
  Add a patch to punt out obsolete gnome macro
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.2                  app-dicts/gjiten/gjiten-2.6-r2.ebuild

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

Index: gjiten-2.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gjiten-2.6-r2.ebuild	12 Oct 2012 23:55:24 -0000	1.1
+++ gjiten-2.6-r2.ebuild	8 Jul 2014 00:41:15 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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-r2.ebuild,v 1.1 2012/10/12 23:55:24 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r2.ebuild,v 1.2 2014/07/08 00:41:15 naota Exp $
 
 EAPI=2
 inherit autotools eutils gnome2
@@ -30,7 +30,8 @@
 
 src_prepare() {
 	gnome2_src_prepare
-	epatch "${FILESDIR}"/${P}-pref.patch
+	epatch "${FILESDIR}"/${P}-pref.patch \
+		"${FILESDIR}"/${P}-drop-gnome.patch
 	# bug #124631
 	intltoolize --copy --automake --force || die "intltoolize failed"
 	AM_OPTS="--foreign" eautoreconf



1.24                 app-dicts/gjiten/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	12 Oct 2012 23:55:24 -0000	1.23
+++ ChangeLog	8 Jul 2014 00:41:15 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/gjiten
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.23 2012/10/12 23:55:24 naota Exp $
+# 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 $
+
+  08 Jul 2014; Naohiro Aota <naota@gentoo.org>
+  +files/gjiten-2.6-drop-gnome.patch, gjiten-2.6-r2.ebuild:
+  Add a patch to punt out obsolete gnome macro
 
 *gjiten-2.6-r2 (12 Oct 2012)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-08  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08  0:41 [gentoo-commits] gentoo-x86 commit in app-dicts/gjiten: gjiten-2.6-r2.ebuild ChangeLog Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-12 23:55 Naohiro Aota (naota)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox