diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-10-04 22:58:20 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-10-04 22:58:20 +0000 |
commit | 9b5d74294490452fe386ac0982e2d939d06b456a (patch) | |
tree | 6eaa33067e42e7cffa3b55beb7f34fc79943b537 | |
parent | Version bump to v7 git tag, WM_CLASS patch, fixme ocaml[-ocamlopt] (diff) | |
download | gentoo-2-9b5d74294490452fe386ac0982e2d939d06b456a.tar.gz gentoo-2-9b5d74294490452fe386ac0982e2d939d06b456a.tar.bz2 gentoo-2-9b5d74294490452fe386ac0982e2d939d06b456a.zip |
Version bump to fix bug #385673. Drop broken release.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.4.1.ebuild (renamed from x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index 953e6b8004f8..f163a70bb3c9 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.142 2011/10/03 18:07:33 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.143 2011/10/04 22:58:20 chithanh Exp $ + +*xkeyboard-config-2.4.1 (04 Oct 2011) + + 04 Oct 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -xkeyboard-config-2.4.ebuild, +xkeyboard-config-2.4.1.ebuild: + Version bump to fix bug #385673. Drop broken release. 03 Oct 2011; Joseph Jezak <josejx@gentoo.org> xkeyboard-config-2.3.ebuild: Marked ppc ppc64 stable for bug #380421. diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.4.1.ebuild index e9bff3e31370..11337915254b 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.4.ebuild,v 1.1 2011/10/02 01:05:44 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.4.1.ebuild,v 1.1 2011/10/04 22:58:20 chithanh Exp $ EAPI=4 @@ -11,7 +11,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config" 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" +[[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${P}.tar.bz2" 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 ~x86-solaris" IUSE="" |