public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: nabi-0.99.8.ebuild nabi-0.99.11.ebuild nabi-0.99.10.ebuild nabi-0.99.3.ebuild ChangeLog
@ 2014-05-14 15:31 Tom Wijsman (tomwij)
  0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2014-05-14 15:31 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/05/14 15:31:03

  Modified:             nabi-0.99.8.ebuild nabi-0.99.11.ebuild
                        nabi-0.99.10.ebuild nabi-0.99.3.ebuild ChangeLog
  Log:
  [QA] EAPI 1 -> 5. Added missing dependencies based on ELF's NEEDED entries.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.4                  app-i18n/nabi/nabi-0.99.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.99.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.99.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.99.8.ebuild?r1=1.3&r2=1.4

Index: nabi-0.99.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nabi-0.99.8.ebuild	10 Mar 2013 06:29:11 -0000	1.3
+++ nabi-0.99.8.ebuild	14 May 2014 15:31:03 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.8.ebuild,v 1.3 2013/03/10 06:29:11 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.8.ebuild,v 1.4 2014/05/14 15:31:03 tomwij Exp $
 
 EAPI=3
 
@@ -13,9 +13,14 @@
 IUSE="debug nls"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND=">=x11-libs/gtk+-2.4:2
-	>=app-i18n/libhangul-0.0.12
-	virtual/libintl"
+RDEPEND=">=app-i18n/libhangul-0.0.12
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-2.4:2
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/pango"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	sys-devel/gettext"



1.2                  app-i18n/nabi/nabi-0.99.11.ebuild

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

Index: nabi-0.99.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nabi-0.99.11.ebuild	2 May 2013 10:43:27 -0000	1.1
+++ nabi-0.99.11.ebuild	14 May 2014 15:31:03 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.11.ebuild,v 1.1 2013/05/02 10:43:27 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.11.ebuild,v 1.2 2014/05/14 15:31:03 tomwij Exp $
 
 EAPI=5
 
@@ -13,8 +13,14 @@
 IUSE="debug nls"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND=">=x11-libs/gtk+-2.4:2
-	>=app-i18n/libhangul-0.1.0
+RDEPEND=">=app-i18n/libhangul-0.1.0
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-2.4:2
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/pango
 	virtual/libintl"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig



1.4                  app-i18n/nabi/nabi-0.99.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.99.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.99.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.99.10.ebuild?r1=1.3&r2=1.4

Index: nabi-0.99.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nabi-0.99.10.ebuild	10 Mar 2013 06:29:11 -0000	1.3
+++ nabi-0.99.10.ebuild	14 May 2014 15:31:03 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.10.ebuild,v 1.3 2013/03/10 06:29:11 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.10.ebuild,v 1.4 2014/05/14 15:31:03 tomwij Exp $
 
 EAPI=3
 
@@ -13,8 +13,14 @@
 IUSE="debug nls"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND=">=x11-libs/gtk+-2.4:2
-	>=app-i18n/libhangul-0.1.0
+RDEPEND=">=app-i18n/libhangul-0.1.0
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-2.4:2
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/pango
 	virtual/libintl"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig



1.5                  app-i18n/nabi/nabi-0.99.3.ebuild

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

Index: nabi-0.99.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nabi-0.99.3.ebuild	10 Mar 2013 06:29:11 -0000	1.4
+++ nabi-0.99.3.ebuild	14 May 2014 15:31:03 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.3.ebuild,v 1.4 2013/03/10 06:29:11 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.99.3.ebuild,v 1.5 2014/05/14 15:31:03 tomwij Exp $
 
-EAPI="1"
+EAPI="5"
 
 inherit eutils autotools
 
@@ -15,21 +15,24 @@
 IUSE="debug"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND=">=x11-libs/gtk+-2.4:2
-	>=app-i18n/libhangul-0.0.8"
+RDEPEND=">=app-i18n/libhangul-0.0.8
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-2.4:2
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/pango"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-asneeded.patch
 
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	local myconf=
 
 	# Broken configure: --disable-debug also enables debug
@@ -37,13 +40,6 @@
 		myconf="${myconf} --enable-debug"
 
 	econf ${myconf}
-	emake || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-
-	dodoc AUTHORS ChangeLog NEWS README TODO
 }
 
 pkg_postinst() {



1.34                 app-i18n/nabi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	2 May 2013 10:43:27 -0000	1.33
+++ ChangeLog	14 May 2014 15:31:03 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/nabi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.33 2013/05/02 10:43:27 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.34 2014/05/14 15:31:03 tomwij Exp $
+
+  14 May 2014; Tom Wijsman <TomWij@gentoo.org> nabi-0.99.10.ebuild,
+  nabi-0.99.11.ebuild, nabi-0.99.3.ebuild, nabi-0.99.8.ebuild:
+  [QA] EAPI 1 -> 5. Added missing dependencies based on ELF's NEEDED entries.
 
 *nabi-0.99.11 (02 May 2013)
 





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

only message in thread, other threads:[~2014-05-14 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 15:31 [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: nabi-0.99.8.ebuild nabi-0.99.11.ebuild nabi-0.99.10.ebuild nabi-0.99.3.ebuild ChangeLog Tom Wijsman (tomwij)

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