public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/xvnkb: ChangeLog xvnkb-0.2.9a-r1.ebuild xvnkb-0.2.9.ebuild
@ 2008-10-30 15:27 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-10-30 15:27 UTC (permalink / raw
  To: gentoo-commits

matsuu      08/10/30 15:27:52

  Modified:             ChangeLog
  Added:                xvnkb-0.2.9a-r1.ebuild
  Removed:              xvnkb-0.2.9.ebuild
  Log:
  Added CC variable, bug #243600. Removed old version.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.19                 app-i18n/xvnkb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	16 Aug 2008 17:06:05 -0000	1.18
+++ ChangeLog	30 Oct 2008 15:27:52 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/xvnkb
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v 1.18 2008/08/16 17:06:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v 1.19 2008/10/30 15:27:52 matsuu Exp $
+
+*xvnkb-0.2.9a-r1 (30 Oct 2008)
+
+  30 Oct 2008; MATSUU Takuto <matsuu@gentoo.org> -xvnkb-0.2.9.ebuild,
+  +xvnkb-0.2.9a-r1.ebuild:
+  Added CC variable, bug #243600. Removed old version.
 
   16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove pclouds from metadata.xml (#49680)



1.1                  app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild

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

Index: xvnkb-0.2.9a-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild,v 1.1 2008/10/30 15:27:52 matsuu Exp $

inherit eutils multilib toolchain-funcs

IUSE="truetype spell"

DESCRIPTION="Vietnamese input keyboard for X"
SRC_URI="http://xvnkb.sourceforge.net/${P}.tar.bz2"
HOMEPAGE="http://xvnkb.sourceforge.net/"

LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="x11-libs/libX11
	truetype? ( virtual/xft )"
DEPEND="${RDEPEND}
	x11-proto/xproto"

src_compile() {
	local myconf

	tc-export CC

	use spell || myconf="${myconf} --no-spellcheck"
	use truetype || myconf="${myconf} --no-xft"

	# *not* autotools
	./configure \
		--use-extstroke ${myconf} \
		|| die "./configure failed"

	emake || die "emake failed"
}

src_install() {
	dobin xvnkb
	dobin tools/xvnkb_ctrl

	dolib xvnkb.so.${PV}
	dosym xvnkb.so.${PV} /usr/$(get_libdir)/xvnkb.so

	dodoc ChangeLog AUTHORS THANKS TODO README* doc/*
	docinto scripts; dodoc scripts/*
	docinto contrib; dodoc contrib/*
}

pkg_postinst() {
	elog "Remember to"
	elog "$ export LANG=en_US.UTF-8"
	elog "(or any other UTF-8 locale) and"
	elog "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
	elog "before starting X Window"
	elog "More documents are in /usr/share/doc/${PF}"
	ewarn "Programs with suid/sgid will have LD_PRELOAD cleared"
	ewarn "You have to unset suid/sgid to use with xvnkb"
}






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

only message in thread, other threads:[~2008-10-30 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 15:27 [gentoo-commits] gentoo-x86 commit in app-i18n/xvnkb: ChangeLog xvnkb-0.2.9a-r1.ebuild xvnkb-0.2.9.ebuild Matsuu Takuto (matsuu)

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