* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-10-06 10:47 Remi Cardona (remi)
0 siblings, 0 replies; 12+ messages in thread
From: Remi Cardona (remi) @ 2009-10-06 10:47 UTC (permalink / raw
To: gentoo-commits
remi 09/10/06 10:47:03
Modified: ChangeLog
Added: xkeyboard-config-1.7.ebuild
Log:
x11-misc/xkeyboard-config: bump to 1.7, sync with x11 overlay
(Portage version: 2.2_rc44/cvs/Linux i686)
Revision Changes Path
1.73 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 6 Oct 2009 09:45:27 -0000 1.72
+++ ChangeLog 6 Oct 2009 10:47:02 -0000 1.73
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.72 2009/10/06 09:45:27 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.73 2009/10/06 10:47:02 remi Exp $
+
+*xkeyboard-config-1.7 (06 Oct 2009)
+
+ 06 Oct 2009; Rémi Cardona <remi@gentoo.org> +xkeyboard-config-1.7.ebuild:
+ bump to 1.7, sync with x11 overlay
06 Oct 2009; Rémi Cardona <remi@gentoo.org> -xkeyboard-config-1.1.ebuild:
drop old ebuilds
1.1 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.1&content-type=text/plain
Index: xkeyboard-config-1.7.ebuild
===================================================================
# Copyright 1999-2009 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.7.ebuild,v 1.1 2009/10/06 10:47:02 remi Exp $
EAPI="2"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git"
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
else
SRC_URI="http://xlibs.freedesktop.org/xkbdesc/${P}.tar.bz2"
fi
inherit ${GIT_ECLASS} autotools
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
SLOT="0"
RDEPEND="x11-apps/xkbcomp"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-perl/XML-Parser"
src_prepare() {
if [[ ${PV} = 9999* ]]; then
intltoolize
eautoreconf
fi
}
src_compile() {
econf \
--with-xkb-base=/usr/share/X11/xkb \
--enable-compat-rules \
--disable-xkbcomp-symlink \
--with-xkb-rules-symlink=xorg \
|| die "configure failed"
emake || die "make failed"
}
src_install() {
make DESTDIR="${D}" install || die "install failed"
echo "CONFIG_PROTECT=\"/usr/share/X11/xkb\"" > "${T}"/10xkeyboard-config
doenvd "${T}"/10xkeyboard-config
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-10-06 10:58 Remi Cardona (remi)
0 siblings, 0 replies; 12+ messages in thread
From: Remi Cardona (remi) @ 2009-10-06 10:58 UTC (permalink / raw
To: gentoo-commits
remi 09/10/06 10:58:17
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
x11-misc/xkeyboard-config: make the ebuild more EAPI=2-like
(Portage version: 2.2_rc44/cvs/Linux i686)
Revision Changes Path
1.2 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.1&r2=1.2
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xkeyboard-config-1.7.ebuild 6 Oct 2009 10:47:02 -0000 1.1
+++ xkeyboard-config-1.7.ebuild 6 Oct 2009 10:58:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7.ebuild,v 1.1 2009/10/06 10:47:02 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.2 2009/10/06 10:58:16 remi Exp $
EAPI="2"
@@ -34,19 +34,17 @@
fi
}
-src_compile() {
+src_configure() {
econf \
--with-xkb-base=/usr/share/X11/xkb \
--enable-compat-rules \
--disable-xkbcomp-symlink \
--with-xkb-rules-symlink=xorg \
|| die "configure failed"
-
- emake || die "make failed"
}
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install || die "install failed"
echo "CONFIG_PROTECT=\"/usr/share/X11/xkb\"" > "${T}"/10xkeyboard-config
doenvd "${T}"/10xkeyboard-config
}
1.74 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 6 Oct 2009 10:47:02 -0000 1.73
+++ ChangeLog 6 Oct 2009 10:58:16 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.73 2009/10/06 10:47:02 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.74 2009/10/06 10:58:16 remi Exp $
+
+ 06 Oct 2009; Rémi Cardona <remi@gentoo.org> xkeyboard-config-1.7.ebuild:
+ make the ebuild more EAPI=2-like
*xkeyboard-config-1.7 (06 Oct 2009)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-10-08 13:17 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 12+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-10-08 13:17 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/10/08 13:17:50
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
Depend on intltool not gettext as required in configure. Per bug #287964.
(Portage version: 2.2_rc44/cvs/Linux i686)
Revision Changes Path
1.3 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.2&r2=1.3
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xkeyboard-config-1.7.ebuild 6 Oct 2009 10:58:16 -0000 1.2
+++ xkeyboard-config-1.7.ebuild 8 Oct 2009 13:17:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7.ebuild,v 1.2 2009/10/06 10:58:16 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.3 2009/10/08 13:17:50 scarabeus Exp $
EAPI="2"
@@ -24,7 +24,7 @@
RDEPEND="x11-apps/xkbcomp"
DEPEND="${RDEPEND}
- sys-devel/gettext
+ >=dev-util/intltool-0.30
dev-perl/XML-Parser"
src_prepare() {
1.76 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 8 Oct 2009 02:55:04 -0000 1.75
+++ ChangeLog 8 Oct 2009 13:17:50 -0000 1.76
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.75 2009/10/08 02:55:04 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.76 2009/10/08 13:17:50 scarabeus Exp $
+
+ 08 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ xkeyboard-config-1.7.ebuild:
+ Depend on intltool not gettext as required in configure. Per bug #287964.
08 Oct 2009; Olivier Crête <tester@gentoo.org> ChangeLog:
Stable on amd64, bug #281427
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-12-10 13:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-10 13:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/12/10 13:08:20
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
amd64 stable wrt #294958
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.3&r2=1.4
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xkeyboard-config-1.7.ebuild 8 Oct 2009 13:17:50 -0000 1.3
+++ xkeyboard-config-1.7.ebuild 10 Dec 2009 13:08:19 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7.ebuild,v 1.3 2009/10/08 13:17:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.4 2009/12/10 13:08:19 ssuominen Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.82 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 3 Dec 2009 16:54:00 -0000 1.81
+++ ChangeLog 10 Dec 2009 13:08:19 -0000 1.82
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.81 2009/12/03 16:54:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.82 2009/12/10 13:08:19 ssuominen Exp $
+
+ 10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+ xkeyboard-config-1.7.ebuild:
+ amd64 stable wrt #294958
03 Dec 2009; Brent Baude <ranger@gentoo.org> xkeyboard-config-1.6.ebuild:
Marking xkeyboard-config-1.6 ppc64 stable for bug 281427
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-12-10 19:32 Christian Faulhammer (fauli)
0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 19:32 UTC (permalink / raw
To: gentoo-commits
fauli 09/12/10 19:32:45
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
x86 stable, bug 294958
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.5 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.4&r2=1.5
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xkeyboard-config-1.7.ebuild 10 Dec 2009 13:08:19 -0000 1.4
+++ xkeyboard-config-1.7.ebuild 10 Dec 2009 19:32:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7.ebuild,v 1.4 2009/12/10 13:08:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.5 2009/12/10 19:32:45 fauli Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.83 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 10 Dec 2009 13:08:19 -0000 1.82
+++ ChangeLog 10 Dec 2009 19:32:45 -0000 1.83
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.82 2009/12/10 13:08:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.83 2009/12/10 19:32:45 fauli Exp $
+
+ 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+ xkeyboard-config-1.7.ebuild:
+ x86 stable, bug 294958
10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
xkeyboard-config-1.7.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-12-15 19:44 Brent Baude (ranger)
0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:44 UTC (permalink / raw
To: gentoo-commits
ranger 09/12/15 19:44:14
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
Marking xkeyboard-config-1.7 ppc64 for bug 294958
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Revision Changes Path
1.6 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.5&r2=1.6
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xkeyboard-config-1.7.ebuild 10 Dec 2009 19:32:45 -0000 1.5
+++ xkeyboard-config-1.7.ebuild 15 Dec 2009 19:44:14 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7.ebuild,v 1.5 2009/12/10 19:32:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.6 2009/12/15 19:44:14 ranger Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.84 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 10 Dec 2009 19:32:45 -0000 1.83
+++ ChangeLog 15 Dec 2009 19:44:14 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.83 2009/12/10 19:32:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.84 2009/12/15 19:44:14 ranger Exp $
+
+ 15 Dec 2009; Brent Baude <ranger@gentoo.org> xkeyboard-config-1.7.ebuild:
+ Marking xkeyboard-config-1.7 ppc64 stable for bug 294958
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
xkeyboard-config-1.7.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2009-12-27 18:13 Joseph Jezak (josejx)
0 siblings, 0 replies; 12+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-27 18:13 UTC (permalink / raw
To: gentoo-commits
josejx 09/12/27 18:13:37
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
Marked ppc stable for bug #294958.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.7 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.6&r2=1.7
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xkeyboard-config-1.7.ebuild 15 Dec 2009 19:44:14 -0000 1.6
+++ xkeyboard-config-1.7.ebuild 27 Dec 2009 18:13:37 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7.ebuild,v 1.6 2009/12/15 19:44:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.7 2009/12/27 18:13:37 josejx Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.85 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 15 Dec 2009 19:44:14 -0000 1.84
+++ ChangeLog 27 Dec 2009 18:13:37 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.84 2009/12/15 19:44:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.85 2009/12/27 18:13:37 josejx Exp $
+
+ 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xkeyboard-config-1.7.ebuild:
+ Marked ppc stable for bug #294958.
15 Dec 2009; Brent Baude <ranger@gentoo.org> xkeyboard-config-1.7.ebuild:
Marking xkeyboard-config-1.7 ppc64 stable for bug 294958
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2010-01-14 17:48 Jeroen Roovers (jer)
0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-14 17:48 UTC (permalink / raw
To: gentoo-commits
jer 10/01/14 17:48:31
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
Stable for HPPA (bug #294958).
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.8 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.7&r2=1.8
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xkeyboard-config-1.7.ebuild 27 Dec 2009 18:13:37 -0000 1.7
+++ xkeyboard-config-1.7.ebuild 14 Jan 2010 17:48:30 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.7.ebuild,v 1.7 2009/12/27 18:13:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.8 2010/01/14 17:48:30 jer Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.86 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 27 Dec 2009 18:13:37 -0000 1.85
+++ ChangeLog 14 Jan 2010 17:48:30 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkeyboard-config
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.85 2009/12/27 18:13:37 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.86 2010/01/14 17:48:30 jer Exp $
+
+ 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> xkeyboard-config-1.7.ebuild:
+ Stable for HPPA (bug #294958).
27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xkeyboard-config-1.7.ebuild:
Marked ppc stable for bug #294958.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2010-01-14 22:55 Markus Meier (maekke)
0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2010-01-14 22:55 UTC (permalink / raw
To: gentoo-commits
maekke 10/01/14 22:55:14
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
arm stable, bug #294958
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.8&r2=1.9
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xkeyboard-config-1.7.ebuild 14 Jan 2010 17:48:30 -0000 1.8
+++ xkeyboard-config-1.7.ebuild 14 Jan 2010 22:55:13 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.7.ebuild,v 1.8 2010/01/14 17:48:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.9 2010/01/14 22:55:13 maekke Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.87 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 14 Jan 2010 17:48:30 -0000 1.86
+++ ChangeLog 14 Jan 2010 22:55:13 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.86 2010/01/14 17:48:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.87 2010/01/14 22:55:13 maekke Exp $
+
+ 14 Jan 2010; Markus Meier <maekke@gentoo.org> xkeyboard-config-1.7.ebuild:
+ arm stable, bug #294958
14 Jan 2010; Jeroen Roovers <jer@gentoo.org> xkeyboard-config-1.7.ebuild:
Stable for HPPA (bug #294958).
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2010-01-18 20:07 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-18 20:07 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/18 20:07:03
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
alpha/ia64/sh/sparc stable wrt #294958
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.10 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.9&r2=1.10
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xkeyboard-config-1.7.ebuild 14 Jan 2010 22:55:13 -0000 1.9
+++ xkeyboard-config-1.7.ebuild 18 Jan 2010 20:07:03 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.7.ebuild,v 1.9 2010/01/14 22:55:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.10 2010/01/18 20:07:03 armin76 Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.88 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 14 Jan 2010 22:55:13 -0000 1.87
+++ ChangeLog 18 Jan 2010 20:07:03 -0000 1.88
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.87 2010/01/14 22:55:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.88 2010/01/18 20:07:03 armin76 Exp $
+
+ 18 Jan 2010; Raúl Porcel <armin76@gentoo.org>
+ xkeyboard-config-1.7.ebuild:
+ alpha/ia64/sh/sparc stable wrt #294958
14 Jan 2010; Markus Meier <maekke@gentoo.org> xkeyboard-config-1.7.ebuild:
arm stable, bug #294958
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2010-01-19 20:28 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-19 20:28 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/19 20:28:30
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
s390 stable wrt #294958
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.11 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.10&r2=1.11
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xkeyboard-config-1.7.ebuild 18 Jan 2010 20:07:03 -0000 1.10
+++ xkeyboard-config-1.7.ebuild 19 Jan 2010 20:28:30 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.7.ebuild,v 1.10 2010/01/18 20:07:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.11 2010/01/19 20:28:30 armin76 Exp $
EAPI="2"
@@ -16,7 +16,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
LICENSE="MIT"
1.89 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 18 Jan 2010 20:07:03 -0000 1.88
+++ ChangeLog 19 Jan 2010 20:28:30 -0000 1.89
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.88 2010/01/18 20:07:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.89 2010/01/19 20:28:30 armin76 Exp $
+
+ 19 Jan 2010; Raúl Porcel <armin76@gentoo.org>
+ xkeyboard-config-1.7.ebuild:
+ s390 stable wrt #294958
18 Jan 2010; Raúl Porcel <armin76@gentoo.org>
xkeyboard-config-1.7.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
@ 2010-04-18 22:32 Jonathan Callen (abcd)
0 siblings, 0 replies; 12+ messages in thread
From: Jonathan Callen (abcd) @ 2010-04-18 22:32 UTC (permalink / raw
To: gentoo-commits
abcd 10/04/18 22:32:06
Modified: xkeyboard-config-1.7.ebuild ChangeLog
Log:
Bump to EAPI=3, add prefix keywords
(Portage version: v2.2_rc67-72-g68e014b/cvs/Linux i686)
Revision Changes Path
1.12 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.11&r2=1.12
Index: xkeyboard-config-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xkeyboard-config-1.7.ebuild 19 Jan 2010 20:28:30 -0000 1.11
+++ xkeyboard-config-1.7.ebuild 18 Apr 2010 22:32:06 -0000 1.12
@@ -1,13 +1,14 @@
# Copyright 1999-2010 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.7.ebuild,v 1.11 2010/01/19 20:28:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.12 2010/04/18 22:32:06 abcd Exp $
-EAPI="2"
+EAPI=3
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git"
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
else
+ GIT_ECLASS=
SRC_URI="http://xlibs.freedesktop.org/xkbdesc/${P}.tar.bz2"
fi
@@ -16,7 +17,7 @@
DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+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=""
LICENSE="MIT"
@@ -36,11 +37,10 @@
src_configure() {
econf \
- --with-xkb-base=/usr/share/X11/xkb \
+ --with-xkb-base="${EPREFIX}"/usr/share/X11/xkb \
--enable-compat-rules \
--disable-xkbcomp-symlink \
- --with-xkb-rules-symlink=xorg \
- || die "configure failed"
+ --with-xkb-rules-symlink=xorg
}
src_install() {
1.91 x11-misc/xkeyboard-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 23 Jan 2010 21:17:04 -0000 1.90
+++ ChangeLog 18 Apr 2010 22:32:06 -0000 1.91
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xkeyboard-config
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.90 2010/01/23 21:17:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.91 2010/04/18 22:32:06 abcd Exp $
+
+ 18 Apr 2010; Jonathan Callen <abcd@gentoo.org>
+ xkeyboard-config-1.7.ebuild:
+ Bump to EAPI=3, add prefix keywords
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xkeyboard-config-1.5.ebuild, -xkeyboard-config-1.6.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2010-04-18 22:32 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 19:32 [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-04-18 22:32 Jonathan Callen (abcd)
2010-01-19 20:28 Raul Porcel (armin76)
2010-01-18 20:07 Raul Porcel (armin76)
2010-01-14 22:55 Markus Meier (maekke)
2010-01-14 17:48 Jeroen Roovers (jer)
2009-12-27 18:13 Joseph Jezak (josejx)
2009-12-15 19:44 Brent Baude (ranger)
2009-12-10 13:08 Samuli Suominen (ssuominen)
2009-10-08 13:17 Tomas Chvatal (scarabeus)
2009-10-06 10:58 Remi Cardona (remi)
2009-10-06 10:47 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox