diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-11-04 16:56:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-11-04 16:56:31 +0000 |
commit | 66e235560c2a58a4426acb2c2c51876123b7c566 (patch) | |
tree | 04f1f4bb8fdab36dc497007a7b9dfbe97b3529a0 /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-66e235560c2a58a4426acb2c2c51876123b7c566.tar.gz gentoo-2-66e235560c2a58a4426acb2c2c51876123b7c566.tar.bz2 gentoo-2-66e235560c2a58a4426acb2c2c51876123b7c566.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild (renamed from x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index 40cd1b0b4c07..c12d99bb5b17 100644 --- a/x11-misc/xkeyboard-config/ChangeLog +++ b/x11-misc/xkeyboard-config/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xkeyboard-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.203 2014/06/08 09:16:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.204 2014/11/04 16:56:31 chithanh Exp $ + +*xkeyboard-config-2.13 (04 Nov 2014) + + 04 Nov 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xkeyboard-config-2.13.ebuild, -xkeyboard-config-2.9.ebuild: + Version bump. Remove old. 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> xkeyboard-config-2.11.ebuild: Stable for arm, wrt bug #500368 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild index 4b01e90908a0..7ac04eb0142c 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild,v 1.10 2013/10/08 05:09:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.13.ebuild,v 1.1 2014/11/04 16:56:31 chithanh Exp $ EAPI=5 @@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database" HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" LICENSE="MIT" |