diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-07 15:33:14 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-07 15:33:14 +0000 |
commit | 59c7d55ab5d2d9aef015a1bb6e66c0990092277b (patch) | |
tree | b454093254acca592efbd9ff7e83fe353b238b5f /app-i18n | |
parent | stable ppc64, bug 253534 (diff) | |
download | historical-59c7d55ab5d2d9aef015a1bb6e66c0990092277b.tar.gz historical-59c7d55ab5d2d9aef015a1bb6e66c0990092277b.tar.bz2 historical-59c7d55ab5d2d9aef015a1bb6e66c0990092277b.zip |
Changed truetype USE flag to xft, bug #253910.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/xvnkb/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.9a.ebuild | 59 |
4 files changed, 13 insertions, 68 deletions
diff --git a/app-i18n/xvnkb/ChangeLog b/app-i18n/xvnkb/ChangeLog index 4e1be846117e..a3f7c529a021 100644 --- a/app-i18n/xvnkb/ChangeLog +++ b/app-i18n/xvnkb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/xvnkb # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v 1.20 2009/01/04 22:39:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v 1.21 2009/01/07 15:33:14 matsuu Exp $ + + 07 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> xvnkb-0.2.8a-r1.ebuild, + -xvnkb-0.2.9a.ebuild, xvnkb-0.2.9a-r1.ebuild: + Changed truetype USE flag to xft, bug #253910. Removed old revision. 04 Jan 2009; Ulrich Mueller <ulm@gentoo.org> xvnkb-0.2.8a-r1.ebuild, xvnkb-0.2.9a.ebuild, xvnkb-0.2.9a-r1.ebuild: diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index bbf50587d7f0..c028a1e8a905 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.6 2009/01/04 22:39:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.7 2009/01/07 15:33:14 matsuu Exp $ inherit eutils -IUSE="truetype spell" +IUSE="spell xft" DESCRIPTION="Vietnamese input keyboard for X" SRC_URI="http://xvnkb.sourceforge.net/xvnkb/${P}.tar.bz2" @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" RDEPEND="x11-libs/libX11 - truetype? ( x11-libs/libXft )" + xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} x11-proto/xproto" @@ -33,7 +33,7 @@ src_compile() { local myconf use spell || myconf="${myconf} --no-spellcheck" - use truetype || myconf="${myconf} --no-xft" + use xft || myconf="${myconf} --no-xft" # *not* autotools ./configure \ diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild index 73ad08d48f48..f298849ed515 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 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.2 2009/01/04 22:39:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild,v 1.3 2009/01/07 15:33:14 matsuu Exp $ inherit eutils multilib toolchain-funcs -IUSE="truetype spell" +IUSE="spell xft" DESCRIPTION="Vietnamese input keyboard for X" SRC_URI="http://xvnkb.sourceforge.net/${P}.tar.bz2" @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="x11-libs/libX11 - truetype? ( x11-libs/libXft )" + xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} x11-proto/xproto" @@ -25,7 +25,7 @@ src_compile() { tc-export CC use spell || myconf="${myconf} --no-spellcheck" - use truetype || myconf="${myconf} --no-xft" + use xft || myconf="${myconf} --no-xft" # *not* autotools ./configure \ diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild deleted file mode 100644 index 9a87b47e465c..000000000000 --- a/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2009 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.ebuild,v 1.6 2009/01/04 22:39:14 ulm Exp $ - -inherit eutils - -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="~ppc ~x86" -RDEPEND="x11-libs/libX11 - truetype? ( x11-libs/libXft )" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_compile() { - local myconf - - 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 /usr/lib/xvnkb.so.${PV} /usr/lib/xvnkb.so - - dodoc LICENSE ChangeLog AUTHORS THANKS TODO INSTALL* 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" -} |