From ce91ce2b9ccb0d122eceb84a6b8adbec6d1d8429 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 19 Mar 2010 10:24:36 +0000 Subject: Version bump wrt #310189 by "Faustus". (Portage version: 2.2_rc67/cvs/Linux x86_64) --- x11-misc/xvkbd/ChangeLog | 9 +++++++-- x11-misc/xvkbd/xvkbd-3.2.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 x11-misc/xvkbd/xvkbd-3.2.ebuild (limited to 'x11-misc') diff --git a/x11-misc/xvkbd/ChangeLog b/x11-misc/xvkbd/ChangeLog index 1b37f74122fa..bac374c966c2 100644 --- a/x11-misc/xvkbd/ChangeLog +++ b/x11-misc/xvkbd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xvkbd -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v 1.19 2008/01/09 08:04:49 nelchael Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v 1.20 2010/03/19 10:24:36 ssuominen Exp $ + +*xvkbd-3.2 (19 Mar 2010) + + 19 Mar 2010; Samuli Suominen +xvkbd-3.2.ebuild: + Version bump wrt #310189 by "Faustus". 09 Jan 2008; Krzysiek Pawlik xvkbd-2.6.ebuild, xvkbd-2.8.ebuild: diff --git a/x11-misc/xvkbd/xvkbd-3.2.ebuild b/x11-misc/xvkbd/xvkbd-3.2.ebuild new file mode 100644 index 000000000000..c79a64556e5f --- /dev/null +++ b/x11-misc/xvkbd/xvkbd-3.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/xvkbd-3.2.ebuild,v 1.1 2010/03/19 10:24:36 ssuominen Exp $ + +DESCRIPTION="virtual keyboard for X window system" +HOMEPAGE="http://homepage3.nifty.com/tsato/xvkbd/" +SRC_URI="http://homepage3.nifty.com/tsato/xvkbd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXtst + x11-libs/libXmu + x11-libs/libXaw + x11-libs/Xaw3d + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-misc/imake + x11-misc/gccmakedep + x11-proto/xproto + x11-proto/inputproto + app-text/rman + x11-proto/xextproto" + +src_compile() { + xmkmf -a || die + + emake \ + XAPPLOADDIR="/usr/share/X11/app-defaults" \ + LOCAL_LDFLAGS="${LDFLAGS}" \ + CDEBUGFLAGS="${CFLAGS}" || die +} + +src_install() { + emake XAPPLOADDIR="/usr/share/X11/app-defaults" DESTDIR="${D}" \ + install || die + + rm -rf "${D}"/usr/lib "${D}"/etc + + dodoc README + newman ${PN}.man ${PN}.1 +} -- cgit v1.2.3-65-gdbad