diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:52:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:52:36 +0000 |
commit | ae3514ccd902a41e753e2cb4107f6849c640b061 (patch) | |
tree | 2140a1b31caac3e7d6b7f678bbc6a0e0ba08c106 /x11-apps/xkbprint | |
parent | Version bump (diff) | |
download | gentoo-2-ae3514ccd902a41e753e2cb4107f6849c640b061.tar.gz gentoo-2-ae3514ccd902a41e753e2cb4107f6849c640b061.tar.bz2 gentoo-2-ae3514ccd902a41e753e2cb4107f6849c640b061.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbprint')
-rw-r--r-- | x11-apps/xkbprint/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xkbprint/xkbprint-1.0.3.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-apps/xkbprint/ChangeLog b/x11-apps/xkbprint/ChangeLog index e3bf945491bc..d704185279a9 100644 --- a/x11-apps/xkbprint/ChangeLog +++ b/x11-apps/xkbprint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xkbprint -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.27 2010/01/23 19:09:00 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.28 2011/01/15 17:52:36 scarabeus Exp $ + +*xkbprint-1.0.3 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> +xkbprint-1.0.3.ebuild: + Version bump 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xkbprint-1.0.1.ebuild: diff --git a/x11-apps/xkbprint/xkbprint-1.0.3.ebuild b/x11-apps/xkbprint/xkbprint-1.0.3.ebuild new file mode 100644 index 000000000000..07383a6c7406 --- /dev/null +++ b/x11-apps/xkbprint/xkbprint-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/xkbprint-1.0.3.ebuild,v 1.1 2011/01/15 17:52:36 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="print an XKB keyboard description" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libxkbfile + x11-libs/libX11" +DEPEND="${RDEPEND}" |