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.3.ebuild ChangeLog
@ 2009-06-02 10:24 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-06-02 10:24 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/02 10:24:00

  Modified:             ChangeLog
  Added:                nabi-0.99.3.ebuild
  Log:
  Version bump and add a patch to fix build with --as-needed (closes bug #246898).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 app-i18n/nabi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	22 Jun 2008 00:06:39 -0000	1.25
+++ ChangeLog	2 Jun 2009 10:24:00 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for app-i18n/nabi
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.25 2008/06/22 00:06:39 wormo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.26 2009/06/02 10:24:00 flameeyes Exp $
+
+*nabi-0.99.3 (02 Jun 2009)
+
+  02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> +nabi-0.99.3.ebuild,
+  +files/nabi-0.99.3-asneeded.patch:
+  Version bump and add a patch to fix build with --as-needed (closes bug
+  #246898).
 
   21 Jun 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
   nabi-0.17.ebuild:



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

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

Index: nabi-0.99.3.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/06/02 10:24:00 flameeyes Exp $

inherit eutils autotools

DESCRIPTION="Simple Hanguk X Input Method"
HOMEPAGE="http://nabi.kldp.net/"
SRC_URI="http://kldp.net/frs/download.php/4929/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE="debug"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND=">=x11-libs/gtk+-2.4
	>=app-i18n/libhangul-0.0.8"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}

	cd "${S}"
	epatch "${FILESDIR}"/${P}-asneeded.patch

	eautoreconf
}

src_compile() {
	local myconf=

	# Broken configure: --disable-debug also enables debug
	use debug && \
		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() {
	elog "You MUST add environment variable..."
	elog
	elog "export XMODIFIERS=\"@im=nabi\""
	elog
}






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

only message in thread, other threads:[~2009-06-02 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 10:24 [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: nabi-0.99.3.ebuild ChangeLog Diego Petteno (flameeyes)

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