* [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: ChangeLog nabi-0.17.ebuild nabi-0.15.ebuild
@ 2011-09-30 0:49 Naohiro Aota (naota)
0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2011-09-30 0:49 UTC (permalink / raw
To: gentoo-commits
naota 11/09/30 00:49:36
Modified: ChangeLog nabi-0.17.ebuild nabi-0.15.ebuild
Log:
Fix --as-needed failure. Bug #384697
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Revision Changes Path
1.29 app-i18n/nabi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 27 Mar 2011 10:54:45 -0000 1.28
+++ ChangeLog 30 Sep 2011 00:49:36 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/nabi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.28 2011/03/27 10:54:45 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.29 2011/09/30 00:49:36 naota Exp $
+
+ 30 Sep 2011; Naohiro Aota <naota@gentoo.org> nabi-0.15.ebuild,
+ +files/nabi-0.15-asneeded.patch, nabi-0.17.ebuild:
+ Fix --as-needed failure. Bug #384697
27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> nabi-0.15.ebuild,
nabi-0.17.ebuild, nabi-0.99.3.ebuild:
1.4 app-i18n/nabi/nabi-0.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild?r1=1.3&r2=1.4
Index: nabi-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nabi-0.17.ebuild 27 Mar 2011 10:54:45 -0000 1.3
+++ nabi-0.17.ebuild 30 Sep 2011 00:49:36 -0000 1.4
@@ -1,8 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild,v 1.3 2011/03/27 10:54:45 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild,v 1.4 2011/09/30 00:49:36 naota Exp $
-EAPI="1"
+EAPI="4"
+
+inherit eutils autotools
DESCRIPTION="Simple Hanguk X Input Method"
HOMEPAGE="http://nabi.kldp.net/"
@@ -18,6 +20,11 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.99.3-asneeded.patch
+ eautoreconf
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
1.9 app-i18n/nabi/nabi-0.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?r1=1.8&r2=1.9
Index: nabi-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nabi-0.15.ebuild 27 Mar 2011 10:54:45 -0000 1.8
+++ nabi-0.15.ebuild 30 Sep 2011 00:49:36 -0000 1.9
@@ -1,8 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.8 2011/03/27 10:54:45 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.9 2011/09/30 00:49:36 naota Exp $
-EAPI="1"
+EAPI="4"
+
+inherit eutils autotools
DESCRIPTION="Simple Hanguk X Input Method"
HOMEPAGE="http://nabi.kldp.net/"
@@ -17,6 +19,11 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.15-asneeded.patch
+ eautoreconf
+}
+
src_install() {
make DESTDIR="${D}" install || die "make install failed"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-30 0:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 0:49 [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: ChangeLog nabi-0.17.ebuild nabi-0.15.ebuild 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