diff options
author | 2010-10-31 11:11:30 +0000 | |
---|---|---|
committer | 2010-10-31 11:11:30 +0000 | |
commit | ffde128a291712ee5f3667fc61cdc3d7b8daaa52 (patch) | |
tree | ac6092cc4ab06d91177ffeaded8b38fb8bb61c3f /x11-libs/libxkbfile | |
parent | Fix implicit declaration of inet_ntoa wrt #323511 by Michał Górny. (diff) | |
download | gentoo-2-ffde128a291712ee5f3667fc61cdc3d7b8daaa52.tar.gz gentoo-2-ffde128a291712ee5f3667fc61cdc3d7b8daaa52.tar.bz2 gentoo-2-ffde128a291712ee5f3667fc61cdc3d7b8daaa52.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libxkbfile')
-rw-r--r-- | x11-libs/libxkbfile/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libxkbfile/libxkbfile-1.0.7.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-libs/libxkbfile/ChangeLog b/x11-libs/libxkbfile/ChangeLog index c7211f8c0781..eb4bb22e76be 100644 --- a/x11-libs/libxkbfile/ChangeLog +++ b/x11-libs/libxkbfile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libxkbfile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbfile/ChangeLog,v 1.60 2010/09/10 23:07:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbfile/ChangeLog,v 1.61 2010/10/31 11:11:30 scarabeus Exp $ + +*libxkbfile-1.0.7 (31 Oct 2010) + + 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +libxkbfile-1.0.7.ebuild: + Version bump 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libxkbfile-1.0.5.ebuild: diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.7.ebuild b/x11-libs/libxkbfile/libxkbfile-1.0.7.ebuild new file mode 100644 index 000000000000..746242ce7ebe --- /dev/null +++ b/x11-libs/libxkbfile/libxkbfile-1.0.7.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-libs/libxkbfile/libxkbfile-1.0.7.ebuild,v 1.1 2010/10/31 11:11:30 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org xkbfile library" + +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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-proto/kbproto" |