summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-18 23:15:31 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-18 23:15:31 +0000
commit384b60936d7d799742653aa7b6fe30cb14b10341 (patch)
tree254df11090d50e209f1b8cad5637914783009444 /x11-apps/xkbprint
parentx86 stable, bug 290343 (diff)
downloadgentoo-2-384b60936d7d799742653aa7b6fe30cb14b10341.tar.gz
gentoo-2-384b60936d7d799742653aa7b6fe30cb14b10341.tar.bz2
gentoo-2-384b60936d7d799742653aa7b6fe30cb14b10341.zip
Version bump.
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbprint')
-rw-r--r--x11-apps/xkbprint/ChangeLog8
-rw-r--r--x11-apps/xkbprint/xkbprint-1.0.2.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xkbprint/ChangeLog b/x11-apps/xkbprint/ChangeLog
index 67790578f9ab..3658dd7dfa9a 100644
--- a/x11-apps/xkbprint/ChangeLog
+++ b/x11-apps/xkbprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xkbprint
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.17 2009/05/05 08:00:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.18 2009/11/18 23:15:31 scarabeus Exp $
+
+*xkbprint-1.0.2 (18 Nov 2009)
+
+ 18 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xkbprint-1.0.2.ebuild:
+ Version bump.
05 May 2009; Christian Faulhammer <fauli@gentoo.org>
xkbprint-1.0.1.ebuild:
diff --git a/x11-apps/xkbprint/xkbprint-1.0.2.ebuild b/x11-apps/xkbprint/xkbprint-1.0.2.ebuild
new file mode 100644
index 000000000000..88f4983af865
--- /dev/null
+++ b/x11-apps/xkbprint/xkbprint-1.0.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/xkbprint-1.0.2.ebuild,v 1.1 2009/11/18 23:15:31 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="print an XKB keyboard description"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libxkbfile"
+DEPEND="${RDEPEND}"