chithanh    14/05/08 12:56:04

  Modified:             ChangeLog
  Added:                libxkbcommon-0.4.1.ebuild
  Log:
  Version bump, bug #509550. Add multilib support, bug #496696.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  x11-libs/libxkbcommon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   21 Apr 2014 10:30:31 -0000      1.7
+++ ChangeLog   8 May 2014 12:56:04 -0000       1.8
@@ -1,6 +1,12 @@
 # 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.7 
2014/04/21 10:30:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.8 
2014/05/08 12:56:04 chithanh Exp $
+
+*libxkbcommon-0.4.1 (08 May 2014)
+
+  08 May 2014; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
+  +libxkbcommon-0.4.1.ebuild:
+  Version bump, bug #509550. Add multilib support, bug #496696.
 
   21 Apr 2014; Agostino Sarubbo <a...@gentoo.org> libxkbcommon-0.3.1.ebuild:
   Stable for arm, wrt bug #507568



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

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

Index: libxkbcommon-0.4.1.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.4.1.ebuild,v 1.1 
2014/05/08 12:56:04 chithanh 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"

DEPEND="sys-devel/bison
        sys-devel/flex
        X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
        x11-proto/xproto[${MULTILIB_USEDEP}]
        >=x11-proto/kbproto-1.0.5[${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