mrueg       15/05/30 20:11:16

  Modified:             metadata.xml ChangeLog
  Added:                libfakekey-0.1-r2.ebuild
  Log:
  Upgrade EAPI, add kde herd.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  x11-libs/libfakekey/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        4 Mar 2012 11:36:43 -0000       1.2
+++ metadata.xml        30 May 2015 20:11:16 -0000      1.3
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>gpe</herd>
+       <herd>gpe</herd>
+       <herd>kde</herd>
 </pkgmetadata>



1.15                 x11-libs/libfakekey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Aug 2014 20:06:20 -0000      1.14
+++ ChangeLog   30 May 2015 20:11:16 -0000      1.15
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libfakekey
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.14 
2014/08/10 20:06:20 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.15 
2015/05/30 20:11:16 mrueg Exp $
+
+*libfakekey-0.1-r2 (30 May 2015)
+
+  30 May 2015; Manuel RĂ¼ger <[email protected]> +libfakekey-0.1-r2.ebuild,
+  metadata.xml:
+  Upgrade EAPI, add kde herd.
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> libfakekey-0.1-r1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  x11-libs/libfakekey/libfakekey-0.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: libfakekey-0.1-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild,v 1.1 
2015/05/30 20:11:16 mrueg Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package"
HOMEPAGE="http://matchbox-project.org/";
SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2";
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
IUSE="debug doc"

RDEPEND="x11-libs/libXtst"

DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"

src_prepare() {
        # Allow configure to use libtool-2
        epatch "${FILESDIR}/${P}-ac.patch"

        # Fix underlinking bug #367595
        sed -i -e 's/^fakekey_test_LDADD=/fakekey_test_LDADD=-lX11 /' \
                tests/Makefile.am || die 'Cannot sed Makefile.am'
        sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
        eautoreconf
}

src_configure() {
        # --with/without-x is ignored by configure script and X is used.
        econf   --with-x \
                $(use_enable debug) \
                $(use_enable doc doxygen-docs)
}

src_install() {
        emake DESTDIR="${D}" install

        dodoc AUTHORS ChangeLog INSTALL NEWS README
        use doc && dohtml doc/html/*
}




Reply via email to