diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-18 20:01:45 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-18 20:01:45 +0000 |
commit | 61160d876886cd49a03a9b540abb4895132b8df1 (patch) | |
tree | 357aa3f7e7a225687153c061b1d162fbcda51a3f /x11-apps/xkbutils | |
parent | Version bump (diff) | |
download | gentoo-2-61160d876886cd49a03a9b540abb4895132b8df1.tar.gz gentoo-2-61160d876886cd49a03a9b540abb4895132b8df1.tar.bz2 gentoo-2-61160d876886cd49a03a9b540abb4895132b8df1.zip |
Version bump.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xkbutils')
-rw-r--r-- | x11-apps/xkbutils/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.4.ebuild | 19 |
2 files changed, 27 insertions, 3 deletions
diff --git a/x11-apps/xkbutils/ChangeLog b/x11-apps/xkbutils/ChangeLog index 295670dd365b..94cca2049572 100644 --- a/x11-apps/xkbutils/ChangeLog +++ b/x11-apps/xkbutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xkbutils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.48 2012/05/15 14:13:22 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.49 2013/02/18 20:01:45 chithanh Exp $ + +*xkbutils-1.0.4 (18 Feb 2013) + + 18 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xkbutils-1.0.4.ebuild: + Version bump. 15 May 2012; Alexis Ballier <aballier@gentoo.org> xkbutils-1.0.3.ebuild: keyword ~amd64-fbsd @@ -170,4 +176,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xkbutils-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xkbutils/xkbutils-1.0.4.ebuild b/x11-apps/xkbutils/xkbutils-1.0.4.ebuild new file mode 100644 index 000000000000..603397926d96 --- /dev/null +++ b/x11-apps/xkbutils/xkbutils-1.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/xkbutils-1.0.4.ebuild,v 1.1 2013/02/18 20:01:45 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org xkbutils application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/inputproto" |