* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2011-10-31 20:55 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2011-10-31 20:55 UTC (permalink / raw
To: gentoo-commits
commit: e988b931bfb440c53bca8067d5b0bde32c4fe55d
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 20:55:56 2011 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Oct 31 20:55:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e988b931
x11-libs/libxkbcommon: add configure option to allow cross-compiling, patch from Mandeep Singh Baines in bug #387753.
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index b850e81..54d761e 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -14,3 +14,7 @@ RDEPEND="x11-proto/xproto
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-config-root=${EPREFIX}/usr/share/X11/xkb
+)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-03-24 18:57 Alexey Shvetsov
0 siblings, 0 replies; 15+ messages in thread
From: Alexey Shvetsov @ 2013-03-24 18:57 UTC (permalink / raw
To: gentoo-commits
commit: a0bc8767db69d4fafe0f2c3b3787a8ccb303a193
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 18:46:52 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 18:46:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a0bc8767
Updated ebuild + release bug #439578
Package-Manager: portage-2.2.0_alpha169
---
x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild | 35 +++++++++++++++++++++++
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 27 +++++++++++++----
x11-libs/libxkbcommon/metadata.xml | 5 +++
3 files changed, 61 insertions(+), 6 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild
new file mode 100644
index 0000000..e0679e7
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+if [[ ${PV} = *9999* ]]; then
+ GIT_ECLASS="git-2"
+ EXPERIMENTAL="true"
+ EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
+ KEYWORDS=""
+else
+ XORG_BASE_INDIVIDUAL_URI=""
+ SRC_URI="http://xkbcommon.org/download/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
+
+DESCRIPTION="X.Org xkbcommon library"
+XORG_EAUTORECONF="yes"
+
+IUSE="doc"
+
+RDEPEND="
+ x11-proto/xproto
+ >=x11-proto/kbproto-1.0.5"
+DEPEND="${RDEPEND}
+ sys-devel/bison
+ sys-devel/flex
+ doc? ( app-doc/doxygen )"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
+)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 4d5dd70..e0679e7 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -3,18 +3,33 @@
# $Header: $
EAPI=5
-inherit xorg-2
+
+if [[ ${PV} = *9999* ]]; then
+ GIT_ECLASS="git-2"
+ EXPERIMENTAL="true"
+ EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
+ KEYWORDS=""
+else
+ XORG_BASE_INDIVIDUAL_URI=""
+ SRC_URI="http://xkbcommon.org/download/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+XORG_EAUTORECONF="yes"
+
+IUSE="doc"
-RDEPEND="x11-proto/xproto
+RDEPEND="
+ x11-proto/xproto
>=x11-proto/kbproto-1.0.5"
DEPEND="${RDEPEND}
sys-devel/bison
- sys-devel/flex"
+ sys-devel/flex
+ doc? ( app-doc/doxygen )"
XORG_CONFIGURE_OPTIONS=(
- --with-xkb-config-root=${EPREFIX}/usr/share/X11/xkb
+ --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
)
diff --git a/x11-libs/libxkbcommon/metadata.xml b/x11-libs/libxkbcommon/metadata.xml
new file mode 100644
index 0000000..6cc3982
--- /dev/null
+++ b/x11-libs/libxkbcommon/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>x11</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-03-27 3:48 Alexey Shvetsov
0 siblings, 0 replies; 15+ messages in thread
From: Alexey Shvetsov @ 2013-03-27 3:48 UTC (permalink / raw
To: gentoo-commits
commit: 587c26c8d9d01fb0dbeae6065f9c92d8ce13ade4
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 03:48:27 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 03:48:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=587c26c8
Moved to tree
Package-Manager: portage-2.2.0_alpha169
---
x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild | 35 -----------------------
1 files changed, 0 insertions(+), 35 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild
deleted file mode 100644
index e0679e7..0000000
--- a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-2"
- EXPERIMENTAL="true"
- EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
- KEYWORDS=""
-else
- XORG_BASE_INDIVIDUAL_URI=""
- SRC_URI="http://xkbcommon.org/download/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-inherit xorg-2 ${GIT_ECLASS}
-
-DESCRIPTION="X.Org xkbcommon library"
-XORG_EAUTORECONF="yes"
-
-IUSE="doc"
-
-RDEPEND="
- x11-proto/xproto
- >=x11-proto/kbproto-1.0.5"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
- doc? ( app-doc/doxygen )"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
-)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-04-21 19:23 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-04-21 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 55f20be3c0f546a0f2e052a2700f558cf267bb16
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 19:23:36 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sun Apr 21 19:23:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=55f20be3
x11-libs/libxkbcommon: set XORG_EAUTORECONF before inheriting the eclass
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index e0679e7..52ae3ad 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=5
+XORG_EAUTORECONF="yes"
if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-2"
@@ -18,7 +19,6 @@ fi
inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-XORG_EAUTORECONF="yes"
IUSE="doc"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-06-06 22:15 David Heidelberger
0 siblings, 0 replies; 15+ messages in thread
From: David Heidelberger @ 2013-06-06 22:15 UTC (permalink / raw
To: gentoo-commits
commit: ac7173bcb78d1918e90293a538f43445ceb9e75a
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Thu Jun 6 22:14:41 2013 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Thu Jun 6 22:14:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ac7173bc
x11-libs/libxkbcommon: new 0.3.1 bump, switch to xz
Package-Manager: portage-2.1.12.2
---
x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild | 35 +++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
new file mode 100644
index 0000000..9a0b387
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+XORG_EAUTORECONF="yes"
+
+if [[ ${PV} = *9999* ]]; then
+ GIT_ECLASS="git-2"
+ EXPERIMENTAL="true"
+ EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
+ KEYWORDS=""
+else
+ XORG_BASE_INDIVIDUAL_URI=""
+ SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
+
+DESCRIPTION="X.Org xkbcommon library"
+
+IUSE="doc"
+
+RDEPEND="
+ x11-proto/xproto
+ >=x11-proto/kbproto-1.0.5"
+DEPEND="${RDEPEND}
+ sys-devel/bison
+ sys-devel/flex
+ doc? ( app-doc/doxygen )"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
+)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-06-18 13:43 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-06-18 13:43 UTC (permalink / raw
To: gentoo-commits
commit: a3d52d79d16e6384c56f7e03970b723fb16173db
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 13:42:40 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Jun 18 13:42:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a3d52d79
x11-libs/libxkbcommon: in g-x86
---
x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild | 35 -------------------------
1 file changed, 35 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
deleted file mode 100644
index 9a0b387..0000000
--- a/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-XORG_EAUTORECONF="yes"
-
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-2"
- EXPERIMENTAL="true"
- EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
- KEYWORDS=""
-else
- XORG_BASE_INDIVIDUAL_URI=""
- SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-inherit xorg-2 ${GIT_ECLASS}
-
-DESCRIPTION="X.Org xkbcommon library"
-
-IUSE="doc"
-
-RDEPEND="
- x11-proto/xproto
- >=x11-proto/kbproto-1.0.5"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
- doc? ( app-doc/doxygen )"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
-)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-06-18 13:43 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-06-18 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 9e581efdb3f6c7cbb5a5ec8533f244ab42dbe5a8
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 13:43:35 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Jun 18 13:43:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9e581efd
Remove Manifest that was left from a previous commit.
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 52ae3ad..3a7fead 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
KEYWORDS=""
else
XORG_BASE_INDIVIDUAL_URI=""
- SRC_URI="http://xkbcommon.org/download/${P}.tar.bz2"
+ SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
@@ -22,13 +22,12 @@ DESCRIPTION="X.Org xkbcommon library"
IUSE="doc"
-RDEPEND="
- x11-proto/xproto
- >=x11-proto/kbproto-1.0.5"
-DEPEND="${RDEPEND}
- sys-devel/bison
+DEPEND="sys-devel/bison
sys-devel/flex
+ x11-proto/xproto
+ >=x11-proto/kbproto-1.0.5
doc? ( app-doc/doxygen )"
+RDEPEND=""
XORG_CONFIGURE_OPTIONS=(
--with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-07-13 14:37 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-07-13 14:37 UTC (permalink / raw
To: gentoo-commits
commit: b6ba53d49922101c1d73735f067836c9b24fab21
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 14:37:57 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Jul 13 14:37:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b6ba53d4
x11-libs/libxkbcommon: sync keywords with portage
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 3a7fead..388dd15 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
else
XORG_BASE_INDIVIDUAL_URI=""
SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
inherit xorg-2 ${GIT_ECLASS}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2013-10-21 17:52 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-10-21 17:52 UTC (permalink / raw
To: gentoo-commits
commit: c2aac5b3b8d9a324e976ea934aa052c0db6f4d57
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 17:52:00 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Oct 21 17:52:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c2aac5b3
x11-libs/libxkbcommon: update for github repository, unify keywording with other ebuilds and rely on eclass functions more
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 388dd15..6624208 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -3,30 +3,23 @@
# $Header: $
EAPI=5
-XORG_EAUTORECONF="yes"
+XORG_DOC="doc"
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-2"
- EXPERIMENTAL="true"
- EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
- KEYWORDS=""
+if [[ ${PV} = 9999* ]]; then
+ EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
else
- XORG_BASE_INDIVIDUAL_URI=""
SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~x86"
fi
inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-
-IUSE="doc"
+KEYWORDS="~amd64 ~arm ~x86"
DEPEND="sys-devel/bison
sys-devel/flex
x11-proto/xproto
- >=x11-proto/kbproto-1.0.5
- doc? ( app-doc/doxygen )"
+ >=x11-proto/kbproto-1.0.5"
RDEPEND=""
XORG_CONFIGURE_OPTIONS=(
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2014-01-01 19:59 David Heidelberger
0 siblings, 0 replies; 15+ messages in thread
From: David Heidelberger @ 2014-01-01 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 7b3d5ee13ce0147f1ed3cec8d8d629572f033869
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Wed Jan 1 19:59:15 2014 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Wed Jan 1 19:59:15 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7b3d5ee1
x11-libs/libxkbcommon: migrate to multilib, git-r3, bump 0.3.1-r1, fix git url
Package-Manager: portage-2.2.7
---
...mmon-9999.ebuild => libxkbcommon-0.3.1-r1.ebuild} | 20 ++++++++++++++------
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 20 ++++++++++++++------
2 files changed, 28 insertions(+), 12 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
similarity index 55%
copy from x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
copy to x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
index 6624208..b3b9704 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
@@ -1,25 +1,33 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-XORG_DOC="doc"
+XORG_EAUTORECONF="yes"
+XORG_MULTILIB="yes"
-if [[ ${PV} = 9999* ]]; then
+if [[ ${PV} = *9999* ]]; then
+ GIT_ECLASS="git-r3"
+ EXPERIMENTAL="true"
EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+ KEYWORDS=""
else
+ XORG_BASE_INDIVIDUAL_URI=""
SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="doc"
DEPEND="sys-devel/bison
sys-devel/flex
- x11-proto/xproto
- >=x11-proto/kbproto-1.0.5"
+ x11-proto/xproto[${MULTILIB_USEDEP}]
+ >=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
+ doc? ( app-doc/doxygen )"
RDEPEND=""
XORG_CONFIGURE_OPTIONS=(
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 6624208..b3b9704 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -1,25 +1,33 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-XORG_DOC="doc"
+XORG_EAUTORECONF="yes"
+XORG_MULTILIB="yes"
-if [[ ${PV} = 9999* ]]; then
+if [[ ${PV} = *9999* ]]; then
+ GIT_ECLASS="git-r3"
+ EXPERIMENTAL="true"
EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+ KEYWORDS=""
else
+ XORG_BASE_INDIVIDUAL_URI=""
SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="doc"
DEPEND="sys-devel/bison
sys-devel/flex
- x11-proto/xproto
- >=x11-proto/kbproto-1.0.5"
+ x11-proto/xproto[${MULTILIB_USEDEP}]
+ >=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
+ doc? ( app-doc/doxygen )"
RDEPEND=""
XORG_CONFIGURE_OPTIONS=(
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2014-01-02 22:21 David Heidelberger
0 siblings, 0 replies; 15+ messages in thread
From: David Heidelberger @ 2014-01-02 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 5d98d4e3e1da47b0ffea8f04d3f5632ed89a2cc9
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Thu Jan 2 22:21:15 2014 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Thu Jan 2 22:21:15 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=5d98d4e3
x11-libs/libxkbcommon: adjust KEYWORDS to match x11 overlay policy
Package-Manager: portage-2.2.7
---
x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild | 4 +---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
index b3b9704..d58e182 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
@@ -10,17 +10,15 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
- KEYWORDS=""
else
XORG_BASE_INDIVIDUAL_URI=""
SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~x86"
fi
inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc"
DEPEND="sys-devel/bison
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index b3b9704..d58e182 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -10,17 +10,15 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
- KEYWORDS=""
else
XORG_BASE_INDIVIDUAL_URI=""
SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~x86"
fi
inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
-
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc"
DEPEND="sys-devel/bison
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2014-03-16 9:52 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2014-03-16 9:52 UTC (permalink / raw
To: gentoo-commits
commit: bb8c5bf7d15dcefb2a567fda5144c0e2bde117e6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 09:52:19 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 09:52:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=bb8c5bf7
x11-libs/libxkbcommon: Add new libxcb[xkb] dep.
Package-Manager: portage-2.2.8-r1
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index d58e182..7857360 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -23,6 +23,7 @@ IUSE="doc"
DEPEND="sys-devel/bison
sys-devel/flex
+ x11-libs/libxcb[${MULTILIB_USEDEP},xkb]
x11-proto/xproto[${MULTILIB_USEDEP}]
>=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2014-03-29 21:32 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2014-03-29 21:32 UTC (permalink / raw
To: gentoo-commits
commit: 81760327c5c63a5334a916b31b67315e6c4207f1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 21:31:49 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 21:32:13 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=81760327
x11-libs/libxkbcommon: Fix global-scope use_with invocation.
Package-Manager: portage-2.2.10
---
x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild | 10 +++++++---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 10 +++++++---
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
index d58e182..fffb844 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
@@ -28,6 +28,10 @@ DEPEND="sys-devel/bison
doc? ( app-doc/doxygen )"
RDEPEND=""
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
-)
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+ $(use_with doc doxygen)
+ )
+ xorg-2_pkg_setup
+}
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 7857360..3d74669 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -29,6 +29,10 @@ DEPEND="sys-devel/bison
doc? ( app-doc/doxygen )"
RDEPEND=""
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
-)
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+ $(use_with doc doxygen)
+ )
+ xorg-2_pkg_setup
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2014-05-08 13:01 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2014-05-08 13:01 UTC (permalink / raw
To: gentoo-commits
commit: bdf55d021299039f7b1df35060332890e42e78aa
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu May 8 13:00:27 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu May 8 13:00:27 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=bdf55d02
x11-libs/libxkbcommon: Import multilib changes from portage
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=496696
---
x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild | 37 ----------------------
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 5 +--
2 files changed, 3 insertions(+), 39 deletions(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
deleted file mode 100644
index fffb844..0000000
--- a/x11-libs/libxkbcommon/libxkbcommon-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-XORG_EAUTORECONF="yes"
-XORG_MULTILIB="yes"
-
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-r3"
- EXPERIMENTAL="true"
- EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
-else
- XORG_BASE_INDIVIDUAL_URI=""
- SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
-fi
-
-inherit xorg-2 ${GIT_ECLASS}
-
-DESCRIPTION="X.Org xkbcommon library"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc"
-
-DEPEND="sys-devel/bison
- sys-devel/flex
- x11-proto/xproto[${MULTILIB_USEDEP}]
- >=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
- doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
- $(use_with doc doxygen)
- )
- xorg-2_pkg_setup
-}
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index 3d74669..839457d 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -19,11 +19,11 @@ inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc"
+IUSE="X doc"
DEPEND="sys-devel/bison
sys-devel/flex
- x11-libs/libxcb[${MULTILIB_USEDEP},xkb]
+ X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
x11-proto/xproto[${MULTILIB_USEDEP}]
>=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )"
@@ -32,6 +32,7 @@ RDEPEND=""
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
--with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+ $(use X || use_enable X x11)
$(use_with doc doxygen)
)
xorg-2_pkg_setup
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
@ 2014-10-26 16:29 Remi Cardona
0 siblings, 0 replies; 15+ messages in thread
From: Remi Cardona @ 2014-10-26 16:29 UTC (permalink / raw
To: gentoo-commits
commit: e225dc58e7259aa0137c95b3a085c8b225b2b6ae
Author: Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 16:28:48 2014 +0000
Commit: Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 16:28:48 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e225dc58
x11-libs/libxkbcommon: Add 'test' USE flag (sync with portage)
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index f6a92dd..fba5f9c 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -19,7 +19,7 @@ inherit xorg-2 ${GIT_ECLASS}
DESCRIPTION="X.Org xkbcommon library"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="X doc"
+IUSE="X doc test"
DEPEND="sys-devel/bison
sys-devel/flex
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2014-10-26 16:29 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02 22:21 [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/ David Heidelberger
-- strict thread matches above, loose matches on Subject: below --
2014-10-26 16:29 Remi Cardona
2014-05-08 13:01 Chi-Thanh Christopher Nguyen
2014-03-29 21:32 Michał Górny
2014-03-16 9:52 Michał Górny
2014-01-01 19:59 David Heidelberger
2013-10-21 17:52 Chi-Thanh Christopher Nguyen
2013-07-13 14:37 Chi-Thanh Christopher Nguyen
2013-06-18 13:43 Chi-Thanh Christopher Nguyen
2013-06-18 13:43 Chi-Thanh Christopher Nguyen
2013-06-06 22:15 David Heidelberger
2013-04-21 19:23 Chi-Thanh Christopher Nguyen
2013-03-27 3:48 Alexey Shvetsov
2013-03-24 18:57 Alexey Shvetsov
2011-10-31 20:55 Chi-Thanh Christopher Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox