jer         15/02/17 09:45:45

  Modified:             ChangeLog
  Added:                xvkbd-3.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.35                 x11-misc/xvkbd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xvkbd/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xvkbd/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xvkbd/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   18 Sep 2014 18:24:52 -0000      1.34
+++ ChangeLog   17 Feb 2015 09:45:45 -0000      1.35
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xvkbd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v 1.34 2014/09/18 
18:24:52 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v 1.35 2015/02/17 
09:45:45 jer Exp $
+
+*xvkbd-3.6 (17 Feb 2015)
+
+  17 Feb 2015; Jeroen Roovers <j...@gentoo.org> +xvkbd-3.6.ebuild,
+  +files/xvkbd-3.6-last_altgr_mask.patch:
+  Version bump.
 
 *xvkbd-3.5-r1 (18 Sep 2014)
 



1.1                  x11-misc/xvkbd/xvkbd-3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xvkbd/xvkbd-3.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xvkbd/xvkbd-3.6.ebuild?rev=1.1&content-type=text/plain

Index: xvkbd-3.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/xvkbd-3.6.ebuild,v 1.1 
2015/02/17 09:45:45 jer Exp $

EAPI=5
inherit eutils multilib toolchain-funcs

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"

RDEPEND="
        x11-libs/libX11
        x11-libs/libXaw
        x11-libs/libXaw3d
        x11-libs/libXmu
        x11-libs/libXt
        x11-libs/libXtst
"
DEPEND="
        ${RDEPEND}
        app-text/rman
        x11-misc/gccmakedep
        x11-misc/imake
        x11-proto/inputproto
        x11-proto/xextproto
        x11-proto/xproto
"

src_prepare() {
        epatch "${FILESDIR}"/${P}-last_altgr_mask.patch

        epatch_user
}

src_configure() {
        xmkmf -a || die
}

src_compile() {
        emake \
                CC=$(tc-getCC) LD=$(tc-getCC) \
                XAPPLOADDIR="/usr/share/X11/app-defaults" \
                LOCAL_LDFLAGS="${LDFLAGS}" \
                CDEBUGFLAGS="${CFLAGS}"
}

src_install() {
        emake \
                XAPPLOADDIR="/usr/share/X11/app-defaults" \
                DESTDIR="${D}" \
                install

        rm -r "${D}"/usr/$(get_libdir) "${D}"/etc || die

        dodoc README
        newman ${PN}.man ${PN}.1
}




Reply via email to