public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori (hattya)" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/kakasi: kakasi-2.3.4-r1.ebuild ChangeLog
Date: Sat,  3 Aug 2013 05:37:54 +0000 (UTC)	[thread overview]
Message-ID: <20130803053754.BAE212171C@flycatcher.gentoo.org> (raw)

hattya      13/08/03 05:37:54

  Modified:             kakasi-2.3.4-r1.ebuild ChangeLog
  Log:
  update to EAPI 5
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.6                  app-i18n/kakasi/kakasi-2.3.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4-r1.ebuild?r1=1.5&r2=1.6

Index: kakasi-2.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kakasi-2.3.4-r1.ebuild	18 Dec 2011 20:12:27 -0000	1.5
+++ kakasi-2.3.4-r1.ebuild	3 Aug 2013 05:37:54 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4-r1.ebuild,v 1.5 2011/12/18 20:12:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4-r1.ebuild,v 1.6 2013/08/03 05:37:54 hattya Exp $
+
+EAPI="5"
 
 inherit toolchain-funcs
 
@@ -14,13 +16,12 @@
 IUSE=""
 
 src_compile() {
-	econf || die
-	emake CC="$(tc-getCC)" || die
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	doman doc/kakasi.1 || die
-	dodoc AUTHORS ChangeLog NEWS ONEWS README README-ja THANKS TODO || die
-	dodoc doc/ChangeLog.lib doc/JISYO doc/README.lib || die
+	emake DESTDIR="${D}" install
+	doman doc/kakasi.1
+	dodoc AUTHORS ChangeLog NEWS ONEWS README README-ja THANKS TODO
+	dodoc doc/ChangeLog.lib doc/JISYO doc/README.lib
 }



1.19                 app-i18n/kakasi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/kakasi/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/kakasi/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/kakasi/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/kakasi/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Dec 2011 20:12:27 -0000	1.18
+++ ChangeLog	3 Aug 2013 05:37:54 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/kakasi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kakasi/ChangeLog,v 1.18 2011/12/18 20:12:27 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kakasi/ChangeLog,v 1.19 2013/08/03 05:37:54 hattya Exp $
+
+  03 Aug 2013; Akinori Hattori <hattya@gentoo.org> kakasi-2.3.4-r1.ebuild:
+  update to EAPI 5
 
   18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> kakasi-2.3.4-r1.ebuild:
   x86 stable wrt bug #393695
@@ -56,4 +59,3 @@
   30 Apr 2003; Robert Coie <rac@gentoo.org> kakasi-2.3.4.ebuild:
   Initial import, based on ebuild submitted by Henry So, Jr. <henryso@panix.com>
   in bug #19808
-





             reply	other threads:[~2013-08-03  5:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03  5:37 Akinori Hattori (hattya) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-06 18:34 [gentoo-commits] gentoo-x86 commit in app-i18n/kakasi: kakasi-2.3.4-r1.ebuild ChangeLog Agostino Sarubbo (ago)
2013-08-13  9:40 Agostino Sarubbo (ago)
2013-08-10 12:48 Agostino Sarubbo (ago)
2013-08-04 13:31 Agostino Sarubbo (ago)
2013-08-03  6:06 Akinori Hattori (hattya)
2011-12-18 11:43 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130803053754.BAE212171C@flycatcher.gentoo.org \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox