chithanh 14/11/25 14:27:30 Modified: ChangeLog Added: xkbcomp-1.3.0.ebuild Removed: xkbcomp-1.2.3.ebuild Log: Version bump. Remove old. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.111 x11-apps/xkbcomp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbcomp/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbcomp/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbcomp/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 8 Oct 2013 05:03:56 -0000 1.110 +++ ChangeLog 25 Nov 2014 14:27:30 -0000 1.111 @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xkbcomp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.110 2013/10/08 05:03:56 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.111 2014/11/25 14:27:30 chithanh Exp $ + +*xkbcomp-1.3.0 (25 Nov 2014) + + 25 Nov 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + +xkbcomp-1.3.0.ebuild, -xkbcomp-1.2.3.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo <[email protected]> xkbcomp-1.2.4.ebuild: Stable for x86, wrt bug #475480 1.1 x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: xkbcomp-1.3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild,v 1.1 2014/11/25 14:27:30 chithanh Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="compile XKB keyboard description" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" DEPEND="${RDEPEND} sys-devel/bison"
