public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100b.ebuild
@ 2007-09-17 14:12 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2007-09-17 14:12 UTC (permalink / raw
  To: gentoo-commits

hattya      07/09/17 14:12:57

  Modified:             ChangeLog
  Added:                anthy-9100b.ebuild
  Log:
  new upstream release.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.106                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	9 Sep 2007 13:06:36 -0000	1.105
+++ ChangeLog	17 Sep 2007 14:12:57 -0000	1.106
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.105 2007/09/09 13:06:36 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.106 2007/09/17 14:12:57 hattya Exp $
+
+*anthy-9100b (17 Sep 2007)
+
+  17 Sep 2007; Akinori Hattori <hattya@gentoo.org> +anthy-9100b.ebuild:
+  new upstream release.
 
   09 Sep 2007; Akinori Hattori <hattya@gentoo.org> anthy-9100.ebuild:
   stable on ia64.



1.1                  app-i18n/anthy/anthy-9100b.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild?rev=1.1&content-type=text/plain

Index: anthy-9100b.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild,v 1.1 2007/09/17 14:12:57 hattya Exp $

inherit elisp-common eutils

IUSE="emacs"

DESCRIPTION="Anthy -- free and secure Japanese input system"
HOMEPAGE="http://anthy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/anthy/27175/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"

DEPEND="!app-i18n/anthy-ss
	emacs? ( virtual/emacs )"

src_unpack() {

	unpack ${A}
	cd "${S}"

	local cannadicdir=/var/lib/canna/dic/canna

	if has_version 'app-dicts/canna-2ch'; then
		einfo "Adding nichan.ctd to anthy.dic."
		sed -i /placename/a"read ${cannadicdir}/nichan.ctd" \
			mkworddic/dict.args.in
	fi

}

src_compile() {

	local myconf

	use emacs || myconf="EMACS=no"

	econf ${myconf} || die
	emake || die

}

src_install() {

	emake DESTDIR="${D}" install || die

	use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el

	dodoc AUTHORS DIARY NEWS README ChangeLog

	docinto doc
	rm doc/Makefile*
	dodoc doc/*

}

pkg_postinst() {

	use emacs && elisp-site-regen

}

pkg_postrm() {

	use emacs && elisp-site-regen

}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-17 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17 14:12 [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100b.ebuild Akinori Hattori (hattya)

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