summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-15 17:52:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-15 17:52:36 +0000
commitba212b850d0f1251595ba4f4cc0c8140a9d2da86 (patch)
treee356f6b6416e62dde89d5865a6b7c160b55fcd46 /x11-apps/xkbprint
parentVersion bump (diff)
downloadhistorical-ba212b850d0f1251595ba4f4cc0c8140a9d2da86.tar.gz
historical-ba212b850d0f1251595ba4f4cc0c8140a9d2da86.tar.bz2
historical-ba212b850d0f1251595ba4f4cc0c8140a9d2da86.zip
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xkbprint')
-rw-r--r--x11-apps/xkbprint/ChangeLog9
-rw-r--r--x11-apps/xkbprint/xkbprint-1.0.3.ebuild14
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}"