diff options
author | 2015-07-02 01:26:57 +0000 | |
---|---|---|
committer | 2015-07-02 01:26:57 +0000 | |
commit | 1603390e70b68a67692bc9fd7b2f088017d52de7 (patch) | |
tree | 69fd6ab1a76e6dbc81efa9f4c396233df875c12e /x11-apps/xkbprint | |
parent | Version bump. (diff) | |
download | gentoo-2-1603390e70b68a67692bc9fd7b2f088017d52de7.tar.gz gentoo-2-1603390e70b68a67692bc9fd7b2f088017d52de7.tar.bz2 gentoo-2-1603390e70b68a67692bc9fd7b2f088017d52de7.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps/xkbprint')
-rw-r--r-- | x11-apps/xkbprint/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xkbprint/xkbprint-1.0.4.ebuild | 14 |
2 files changed, 21 insertions, 3 deletions
diff --git a/x11-apps/xkbprint/ChangeLog b/x11-apps/xkbprint/ChangeLog index fa29fe88b3ae..f7fdf81dfd0d 100644 --- a/x11-apps/xkbprint/ChangeLog +++ b/x11-apps/xkbprint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xkbprint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.35 2011/03/07 21:15:47 scarabeus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.36 2015/07/02 01:26:57 mrueg Exp $ + +*xkbprint-1.0.4 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xkbprint-1.0.4.ebuild: + Version bump. 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xkbprint-1.0.2.ebuild: old @@ -133,4 +138,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xkbprint-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xkbprint/xkbprint-1.0.4.ebuild b/x11-apps/xkbprint/xkbprint-1.0.4.ebuild new file mode 100644 index 000000000000..6511621bb51a --- /dev/null +++ b/x11-apps/xkbprint/xkbprint-1.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/xkbprint-1.0.4.ebuild,v 1.1 2015/07/02 01:26:57 mrueg Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Print an XKB keyboard description" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libxkbfile + x11-libs/libX11" +DEPEND="${RDEPEND}" |