summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbcomp/ChangeLog7
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index 4ee2e3e8328a..555c6cbf1aa1 100644
--- a/x11-apps/xkbcomp/ChangeLog
+++ b/x11-apps/xkbcomp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xkbcomp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.75 2010/09/10 22:40:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.76 2010/10/31 17:33:51 scarabeus Exp $
+
+*xkbcomp-1.2.0 (31 Oct 2010)
+
+ 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xkbcomp-1.2.0.ebuild:
+ Version bump
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xkbcomp-1.0.5.ebuild, -xkbcomp-1.1.0.ebuild, xkbcomp-1.1.1.ebuild:
diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild
new file mode 100644
index 000000000000..9a1b5ce7e4ae
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild,v 1.1 2010/10/31 17:33:51 scarabeus Exp $
+
+EAPI=3
+XORG_STATIC=no
+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"