summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-11 08:22:19 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-11 08:22:19 +0000
commitf4cc73e5f2ba910b1f146ebb9cf79da3e085e495 (patch)
treea018ab824cd589d5749e534447a79af438df1316 /x11-apps/xkbcomp
parentActually drop keywords. (diff)
downloadgentoo-2-f4cc73e5f2ba910b1f146ebb9cf79da3e085e495.tar.gz
gentoo-2-f4cc73e5f2ba910b1f146ebb9cf79da3e085e495.tar.bz2
gentoo-2-f4cc73e5f2ba910b1f146ebb9cf79da3e085e495.zip
version bump
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r--x11-apps/xkbcomp/ChangeLog9
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index 90bc5d6974f8..c87db9ada30b 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.81 2010/12/31 20:40:10 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.82 2011/02/11 08:22:19 scarabeus Exp $
+
+*xkbcomp-1.2.1 (11 Feb 2011)
+
+ 11 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> +xkbcomp-1.2.1.ebuild:
+ version bump
31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xkbcomp-1.2.0.ebuild:
Stable for HPPA (bug #344827).
diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild
new file mode 100644
index 000000000000..f1c1221318ec
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.1.ebuild,v 1.1 2011/02/11 08:22:19 scarabeus Exp $
+
+EAPI=3
+
+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"