diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-06 20:51:18 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-06 20:51:18 +0000 |
commit | 1f1514f08c8914bd68531ce5d3a9db16d93c1909 (patch) | |
tree | b7085e821bf153b939a934732fc414e553adc57b | |
parent | x11-drivers/xf86-video-suntcx: bump to 1.1.1 (diff) | |
download | gentoo-2-1f1514f08c8914bd68531ce5d3a9db16d93c1909.tar.gz gentoo-2-1f1514f08c8914bd68531ce5d3a9db16d93c1909.tar.bz2 gentoo-2-1f1514f08c8914bd68531ce5d3a9db16d93c1909.zip |
x11-apps/xkbcomp: bump to 1.1.0
(Portage version: 2.2_rc36/cvs/Linux i686)
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index ae08a62b664b..b68c3f3b45e1 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.56 2009/06/23 21:26:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.57 2009/08/06 20:51:18 remi Exp $ + +*xkbcomp-1.1.0 (06 Aug 2009) + + 06 Aug 2009; Rémi Cardona <remi@gentoo.org> +xkbcomp-1.1.0.ebuild: + bump to 1.1.0 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xkbcomp-1.0.5.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild new file mode 100644 index 000000000000..defb8cfc9b6a --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild,v 1.1 2009/08/06 20:51:18 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="compile XKB keyboard description" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND}" |