diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-18 15:34:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-18 15:34:05 +0000 |
commit | 8153ed5889be2e892dc280b6260e15702a594e01 (patch) | |
tree | 10eb154dd2724dc7a018fa0490a28fe4e00a7d34 /x11-misc/xkeyboard-config | |
parent | Mask new snapshots of www-client/opera. (diff) | |
download | gentoo-2-8153ed5889be2e892dc280b6260e15702a594e01.tar.gz gentoo-2-8153ed5889be2e892dc280b6260e15702a594e01.tar.bz2 gentoo-2-8153ed5889be2e892dc280b6260e15702a594e01.zip |
Fix URI calculation in ALL ebuilds. Thx to Mr_bones.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xkeyboard-config')
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-1.9.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index 66d1832792c5..c23c5f72adca 100644 --- a/x11-misc/xkeyboard-config/ChangeLog +++ b/x11-misc/xkeyboard-config/ChangeLog @@ -1,6 +1,10 @@ # 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.121 2011/03/17 17:48:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.122 2011/03/18 15:34:05 scarabeus Exp $ + + 18 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> + xkeyboard-config-1.9.ebuild, xkeyboard-config-2.0-r1.ebuild: + Fix URI calculation in ALL ebuilds. Thx to Mr_bones. 17 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> xkeyboard-config-2.1.ebuild: diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-1.9.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-1.9.ebuild index 07f1c435d9e2..96e5252c825d 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-1.9.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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-1.9.ebuild,v 1.10 2010/10/21 01:22:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.9.ebuild,v 1.11 2011/03/18 15:34:05 scarabeus Exp $ EAPI=3 @@ -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" -SRC_URI="${BASE_INDIVIDUAL_URI}/data/xkeyboard-config/${P}.tar.bz2" +SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/xkeyboard-config/${P}.tar.bz2" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild index 16e9830d649f..3f50b377724e 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.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.0-r1.ebuild,v 1.8 2011/03/01 10:47:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild,v 1.9 2011/03/18 15:34:05 scarabeus Exp $ EAPI=3 @@ -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" -SRC_URI="${BASE_INDIVIDUAL_URI}/data/xkeyboard-config/${P}.tar.bz2" +SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/xkeyboard-config/${P}.tar.bz2" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" |