diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-14 16:37:30 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-14 16:37:30 +0000 |
commit | 679a045f09ee4699a28516167d1ce0fa19e3c280 (patch) | |
tree | f695824ac908dfc7ae03cfd4d96b398cf2233755 /app-dicts/gjiten | |
parent | Stable on ppc64; bug #221063 (diff) | |
download | gentoo-2-679a045f09ee4699a28516167d1ce0fa19e3c280.tar.gz gentoo-2-679a045f09ee4699a28516167d1ce0fa19e3c280.tar.bz2 gentoo-2-679a045f09ee4699a28516167d1ce0fa19e3c280.zip |
Fixed bug #124631 and bug #216446.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-dicts/gjiten')
-rw-r--r-- | app-dicts/gjiten/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/gjiten/gjiten-2.3.ebuild | 9 | ||||
-rw-r--r-- | app-dicts/gjiten/gjiten-2.6-r1.ebuild (renamed from app-dicts/gjiten/gjiten-2.4.ebuild) | 18 |
3 files changed, 23 insertions, 12 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog index b68c27799da2..f7ee8da87599 100644 --- a/app-dicts/gjiten/ChangeLog +++ b/app-dicts/gjiten/ChangeLog @@ -1,6 +1,12 @@ # 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.17 2008/03/12 09:51:29 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.18 2008/05/14 16:37:30 matsuu Exp $ + +*gjiten-2.6-r1 (14 May 2008) + + 14 May 2008; MATSUU Takuto <matsuu@gentoo.org> gjiten-2.3.ebuild, + -gjiten-2.4.ebuild, +gjiten-2.6-r1.ebuild: + Fixed bug #124631 and bug #216446. Removed old version. 12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Removing Josh Glover (jmglov, #206782) from metadata.xml. diff --git a/app-dicts/gjiten/gjiten-2.3.ebuild b/app-dicts/gjiten/gjiten-2.3.ebuild index dfb15f82f0d0..cc1a6b354428 100644 --- a/app-dicts/gjiten/gjiten-2.3.ebuild +++ b/app-dicts/gjiten/gjiten-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.3.ebuild,v 1.6 2007/01/05 16:06:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.3.ebuild,v 1.7 2008/05/14 16:37:30 matsuu Exp $ inherit gnome2 @@ -19,13 +19,14 @@ RDEPEND=">=gnome-base/libgnome-2.2 >=gnome-base/libglade-2.0" DEPEND="${RDEPEND} app-text/scrollkeeper - >=dev-util/intltool-0.22" + >=dev-util/intltool-0.22 + dev-util/pkgconfig" DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README TODO" src_unpack() { unpack ${A} - cd ${S}; gnome2_omf_fix help/omf.make + cd "${S}"; gnome2_omf_fix help/omf.make } pkg_postinst() { diff --git a/app-dicts/gjiten/gjiten-2.4.ebuild b/app-dicts/gjiten/gjiten-2.6-r1.ebuild index a3979de4c113..da17694935fc 100644 --- a/app-dicts/gjiten/gjiten-2.4.ebuild +++ b/app-dicts/gjiten/gjiten-2.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.4.ebuild,v 1.2 2007/01/05 16:06:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.1 2008/05/14 16:37:30 matsuu Exp $ -inherit gnome2 +inherit autotools eutils gnome2 DESCRIPTION="A Japanese dictionary program for Gnome" HOMEPAGE="http://gjiten.sourceforge.net/" @@ -19,13 +19,17 @@ RDEPEND=">=gnome-base/libgnome-2.2 >=gnome-base/libglade-2.0" DEPEND="${RDEPEND} app-text/scrollkeeper - >=dev-util/intltool-0.22" + >=dev-util/intltool-0.22 + app-text/xmlto + dev-util/pkgconfig" -DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README TODO" +DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" src_unpack() { - unpack ${A} - cd ${S}; gnome2_omf_fix help/omf.make + gnome2_src_unpack + cd "${S}" + # bug #124631 + AM_OPTS="--foreign" eautoreconf } pkg_postinst() { |