remi        14/10/26 14:45:09

  Modified:             ChangeLog
  Added:                libxkbcommon-0.5.0.ebuild
  Log:
  x11-libs/libxkbcommon: bump to 0.5.0
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  Changes    Path
1.10                 x11-libs/libxkbcommon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   18 Jun 2014 21:07:59 -0000      1.9
+++ ChangeLog   26 Oct 2014 14:45:09 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libxkbcommon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.9 
2014/06/18 21:07:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.10 
2014/10/26 14:45:09 remi Exp $
+
+*libxkbcommon-0.5.0 (26 Oct 2014)
+
+  26 Oct 2014; Rémi Cardona <r...@gentoo.org> +libxkbcommon-0.5.0.ebuild:
+  Bump to 0.5.0, add test USE flag (see bug #526914)
 
   18 Jun 2014; Michał Górny <mgo...@gentoo.org> libxkbcommon-0.4.1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug



1.1                  x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild

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

Index: libxkbcommon-0.5.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild,v 1.1 
2014/10/26 14:45:09 remi Exp $

EAPI=5
XORG_EAUTORECONF="yes"
XORG_MULTILIB="yes"

if [[ ${PV} = *9999* ]]; then
        GIT_ECLASS="git-r3"
        EXPERIMENTAL="true"
        EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
else
        XORG_BASE_INDIVIDUAL_URI=""
        SRC_URI="http://xkbcommon.org/download/${P}.tar.xz";
fi

inherit xorg-2 ${GIT_ECLASS}

DESCRIPTION="X.Org xkbcommon library"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="X doc test"

DEPEND="sys-devel/bison
        sys-devel/flex
        X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
        >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
        >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
        doc? ( app-doc/doxygen )"
RDEPEND=""

pkg_setup() {
        XORG_CONFIGURE_OPTIONS=(
                --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
                $(use X || use_enable X x11)
                $(use_with doc doxygen)
        )
        xorg-2_pkg_setup
}




Reply via email to