diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbevd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xkbevd/xkbevd-1.1.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xkbevd/ChangeLog b/x11-apps/xkbevd/ChangeLog index 0517eda0d7ca..5cf24fd1a3ee 100644 --- a/x11-apps/xkbevd/ChangeLog +++ b/x11-apps/xkbevd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xkbevd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v 1.38 2010/11/01 11:46:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v 1.39 2010/12/10 19:04:47 scarabeus Exp $ + +*xkbevd-1.1.2 (10 Dec 2010) + + 10 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xkbevd-1.1.2.ebuild: + Version bump *xkbevd-1.1.1 (01 Nov 2010) diff --git a/x11-apps/xkbevd/xkbevd-1.1.2.ebuild b/x11-apps/xkbevd/xkbevd-1.1.2.ebuild new file mode 100644 index 000000000000..753ee511d346 --- /dev/null +++ b/x11-apps/xkbevd/xkbevd-1.1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/xkbevd-1.1.2.ebuild,v 1.1 2010/12/10 19:04:48 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="XKB event daemon" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + sys-devel/bison" |