diff options
author | 2014-11-25 14:27:30 +0000 | |
---|---|---|
committer | 2014-11-25 14:27:30 +0000 | |
commit | b6ac1fce198c3d04fea5414c71a213ef1b75aece (patch) | |
tree | ae23c8411f8365d47071fdbd62e3a0adf76a18eb /x11-apps/xkbcomp | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-b6ac1fce198c3d04fea5414c71a213ef1b75aece.tar.gz gentoo-2-b6ac1fce198c3d04fea5414c71a213ef1b75aece.tar.bz2 gentoo-2-b6ac1fce198c3d04fea5414c71a213ef1b75aece.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild | 15 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild | 15 |
3 files changed, 23 insertions, 17 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index a82959369bcd..ea723a378c4d 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -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 <chithanh@gentoo.org> + +xkbcomp-1.3.0.ebuild, -xkbcomp-1.2.3.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xkbcomp-1.2.4.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild deleted file mode 100644 index 83783e450436..000000000000 --- a/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild,v 1.7 2011/10/03 17:56:28 josejx Exp $ - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="compile XKB keyboard description" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libxkbfile" -DEPEND="${RDEPEND} - sys-devel/bison" diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild new file mode 100644 index 000000000000..cd6fc02ad44c --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild @@ -0,0 +1,15 @@ +# 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" |