* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-04-15 19:04 Michał Górny
0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2011-04-15 19:04 UTC (permalink / raw
To: gentoo-commits
commit: c5ace92d3581fb8b623905fe286fa8a5e828c8a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:18:38 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:18:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c5ace92d
x11-libs/libdrm: Migrate to XORG_CONFIGURE_OPTIONS.
(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
---
x11-libs/libdrm/libdrm-9999.ebuild | 8 +++++---
x11-libs/libdrm/metadata.xml | 8 ++++++++
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index d4af1f5..35057c6 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -32,12 +32,14 @@ PATCHES=(
)
pkg_setup() {
- CONFIGURE_OPTIONS="--enable-udev
+ XORG_CONFIGURE_OPTIONS=(
+ --enable-udev
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau-experimental-api)
$(use_enable video_cards_radeon radeon)
$(use_enable video_cards_vmware vmwgfx-experimental-api)
- $(use_enable libkms)"
+ $(use_enable libkms)
+ )
xorg-2_pkg_setup
}
diff --git a/x11-libs/libdrm/metadata.xml b/x11-libs/libdrm/metadata.xml
new file mode 100644
index 0000000..c64af1c
--- /dev/null
+++ b/x11-libs/libdrm/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+<use>
+<flag name='libkms'>Enable building of libkms, a library for applications to interface with KMS</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-06-10 19:48 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2011-06-10 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 7547fdf509fcd4c88465aef3cec8740518fc4112
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 10 19:47:43 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Jun 10 19:47:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7547fdf5
[x11-libs/libdrm] add missing libpciaccess dependency
Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 35057c6..c31d257 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -25,7 +25,8 @@ IUSE="${IUSE_VIDEO_CARDS} +libkms"
RESTRICT="test" # see bug #236845
RDEPEND="dev-libs/libpthread-stubs"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ >=x11-libs/libpciaccess-0.10"
PATCHES=(
"${FILESDIR}"/${PN}-2.4.23-solaris.patch
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-07-30 2:21 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2011-07-30 2:21 UTC (permalink / raw
To: gentoo-commits
commit: ae052b2262f05455a02d4f6d1186aaf273234631
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 02:20:38 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sat Jul 30 02:20:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ae052b22
x11-libs/libdrm: add pciaccess to RDEPEND
Bug 375631.
Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index c31d257..47030f5 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -24,7 +24,8 @@ done
IUSE="${IUSE_VIDEO_CARDS} +libkms"
RESTRICT="test" # see bug #236845
-RDEPEND="dev-libs/libpthread-stubs"
+RDEPEND="dev-libs/libpthread-stubs
+ video_cards_intel? ( >=x11-libs/libpciaccess-0.10 )"
DEPEND="${RDEPEND}
>=x11-libs/libpciaccess-0.10"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-10-14 19:25 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2011-10-14 19:25 UTC (permalink / raw
To: gentoo-commits
commit: a35324c9d4bf6882ee3cbde52d75a3ed7f9faaf5
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Oct 14 19:25:08 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Oct 14 19:25:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a35324c9
x11-libs/libdrm: don't build tests
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 47030f5..586b550 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -34,6 +34,9 @@ PATCHES=(
)
pkg_setup() {
+ # tests are restricted, no point in building them
+ sed -ie 's/tests //' ${S}/Makefile.am
+
XORG_CONFIGURE_OPTIONS=(
--enable-udev
$(use_enable video_cards_intel intel)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-10-30 5:19 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2011-10-30 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 676b84ee818c216d297520ba83cb8c7c7ac91220
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun Oct 30 05:18:46 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sun Oct 30 05:18:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=676b84ee
x11-libs/libdrm: don't enable libkms by default
It is *not* needed for Kernel Modesetting.
---
x11-libs/libdrm/libdrm-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 586b550..ddff76f 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -21,7 +21,7 @@ for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
-IUSE="${IUSE_VIDEO_CARDS} +libkms"
+IUSE="${IUSE_VIDEO_CARDS} libkms"
RESTRICT="test" # see bug #236845
RDEPEND="dev-libs/libpthread-stubs
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-11-28 8:06 Michał Górny
0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2011-11-28 8:06 UTC (permalink / raw
To: gentoo-commits
commit: b37d6cc10d18903bd76e63c3e60d5009aadff22f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 08:06:59 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 08:06:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b37d6cc1
x11-libs/libdrm: Move tests sed into src_prepare().
(Portage version: 2.2.0_alpha78/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
x11-libs/libdrm/libdrm-9999.ebuild | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 2dd7700..a5053e8 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -34,9 +34,6 @@ PATCHES=(
)
pkg_setup() {
- # tests are restricted, no point in building them
- sed -ie 's/tests //' ${S}/Makefile.am
-
XORG_CONFIGURE_OPTIONS=(
--enable-udev
$(use_enable video_cards_intel intel)
@@ -48,3 +45,10 @@ pkg_setup() {
xorg-2_pkg_setup
}
+
+src_prepare() {
+ # tests are restricted, no point in building them
+ sed -ie 's/tests //' ${S}/Makefile.am
+
+ xorg-2_src_prepare
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-12-12 1:30 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2011-12-12 1:30 UTC (permalink / raw
To: gentoo-commits
commit: 844e81b1ea44b4572033abf6736d38fe750d9a52
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 01:30:13 2011 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Dec 12 01:30:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=844e81b1
x11-libs/libdrm: add 2.4.28 version for intel, drop radeon as it is broken in this release (fdo #43538)
---
x11-libs/libdrm/libdrm-2.4.28.ebuild | 53 ++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-2.4.28.ebuild b/x11-libs/libdrm/libdrm-2.4.28.ebuild
new file mode 100644
index 0000000..755429f
--- /dev/null
+++ b/x11-libs/libdrm/libdrm-2.4.28.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+
+DESCRIPTION="X.Org libdrm library"
+HOMEPAGE="http://dri.freedesktop.org/"
+if [[ ${PV} = 9999* ]]; then
+ SRC_URI=""
+else
+ SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
+fi
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+VIDEO_CARDS="intel nouveau vmware"
+for card in ${VIDEO_CARDS}; do
+ IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS} libkms"
+RESTRICT="test" # see bug #236845
+
+RDEPEND="dev-libs/libpthread-stubs
+ video_cards_intel? ( >=x11-libs/libpciaccess-0.10 )"
+DEPEND="${RDEPEND}
+ >=x11-libs/libpciaccess-0.10"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.4.28-solaris.patch
+)
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ --enable-udev
+ $(use_enable video_cards_intel intel)
+ $(use_enable video_cards_nouveau nouveau-experimental-api)
+ $(use_enable video_cards_vmware vmwgfx-experimental-api)
+ $(use_enable libkms)
+ )
+
+ xorg-2_pkg_setup
+}
+
+src_prepare() {
+ # tests are restricted, no point in building them
+ sed -ie 's/tests //' ${S}/Makefile.am
+
+ xorg-2_src_prepare
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2011-12-13 17:41 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2011-12-13 17:41 UTC (permalink / raw
To: gentoo-commits
commit: b5e33a13b58343d4050eba5e6dfcdb2fe674d7a3
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 17:41:25 2011 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Dec 13 17:41:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b5e33a13
x11-libs/libdrm: drop 2.4.28 again as 2.4.29 is now in portage.
---
x11-libs/libdrm/libdrm-2.4.28.ebuild | 53 ----------------------------------
1 files changed, 0 insertions(+), 53 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-2.4.28.ebuild b/x11-libs/libdrm/libdrm-2.4.28.ebuild
deleted file mode 100644
index 755429f..0000000
--- a/x11-libs/libdrm/libdrm-2.4.28.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit xorg-2
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
-
-DESCRIPTION="X.Org libdrm library"
-HOMEPAGE="http://dri.freedesktop.org/"
-if [[ ${PV} = 9999* ]]; then
- SRC_URI=""
-else
- SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
-fi
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-VIDEO_CARDS="intel nouveau vmware"
-for card in ${VIDEO_CARDS}; do
- IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS} libkms"
-RESTRICT="test" # see bug #236845
-
-RDEPEND="dev-libs/libpthread-stubs
- video_cards_intel? ( >=x11-libs/libpciaccess-0.10 )"
-DEPEND="${RDEPEND}
- >=x11-libs/libpciaccess-0.10"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.4.28-solaris.patch
-)
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- --enable-udev
- $(use_enable video_cards_intel intel)
- $(use_enable video_cards_nouveau nouveau-experimental-api)
- $(use_enable video_cards_vmware vmwgfx-experimental-api)
- $(use_enable libkms)
- )
-
- xorg-2_pkg_setup
-}
-
-src_prepare() {
- # tests are restricted, no point in building them
- sed -ie 's/tests //' ${S}/Makefile.am
-
- xorg-2_src_prepare
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2012-03-02 19:44 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2012-03-02 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 4e27282a8408c2a60afc39e447ced2f51a4539da
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 2 19:43:41 2012 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Mar 2 19:43:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4e27282a
x11-libs/libdrm: drop rdepend on libpciaccess, 371899
Patch committed upstream.
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index a5053e8..4ad64d7 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -26,8 +26,7 @@ RESTRICT="test" # see bug #236845
RDEPEND="dev-libs/libpthread-stubs
video_cards_intel? ( >=x11-libs/libpciaccess-0.10 )"
-DEPEND="${RDEPEND}
- >=x11-libs/libpciaccess-0.10"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-2.4.28-solaris.patch
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2012-03-28 23:39 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-03-28 23:39 UTC (permalink / raw
To: gentoo-commits
commit: 2eb4ee1e48e6a84cbfddbf874993cd97f0228ffe
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 23:39:38 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Wed Mar 28 23:39:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2eb4ee1e
x11-libs/libdrm: update for omap support
---
x11-libs/libdrm/libdrm-9999.ebuild | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 4ad64d7..eccae2d 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -16,7 +16,7 @@ else
fi
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-VIDEO_CARDS="intel nouveau radeon vmware"
+VIDEO_CARDS="intel nouveau omap radeon vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
@@ -37,6 +37,7 @@ pkg_setup() {
--enable-udev
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau-experimental-api)
+ $(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
$(use_enable video_cards_vmware vmwgfx-experimental-api)
$(use_enable libkms)
@@ -46,8 +47,9 @@ pkg_setup() {
}
src_prepare() {
- # tests are restricted, no point in building them
- sed -ie 's/tests //' ${S}/Makefile.am
-
+ if [[ ${PV} = 9999* ]]; then
+ # tests are restricted, no point in building them
+ sed -ie 's/tests //' ${S}/Makefile.am
+ fi
xorg-2_src_prepare
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2012-04-14 18:00 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-04-14 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 23cb16bc9b161eba67533456fc9a9a4826f74c06
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 17:27:00 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Apr 14 17:27:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=23cb16bc
x11-libs/libdrm: update for nouveau changes.
---
x11-libs/libdrm/libdrm-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 42bb6b2..7ad6135 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -36,7 +36,7 @@ pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
--enable-udev
$(use_enable video_cards_intel intel)
- $(use_enable video_cards_nouveau nouveau-experimental-api)
+ $(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
$(use_enable video_cards_vmware vmwgfx-experimental-api)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2012-05-18 0:27 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-05-18 0:27 UTC (permalink / raw
To: gentoo-commits
commit: 1223245e8fc263ed5923d17b0db9bc479c7df0de
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 00:26:55 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Fri May 18 00:26:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1223245e
x11-libs/libdrm: add flag for exynos support
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 7ad6135..83b3a6c 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -16,7 +16,7 @@ else
fi
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-VIDEO_CARDS="intel nouveau omap radeon vmware"
+VIDEO_CARDS="exynos intel nouveau omap radeon vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
@@ -35,6 +35,7 @@ PATCHES=(
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
--enable-udev
+ $(use_enable video_cards_exynos exynos-experimental-api)
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2012-08-28 21:25 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2012-08-28 21:25 UTC (permalink / raw
To: gentoo-commits
commit: a9aa06daf36625948921c5d5a067c856518798c9
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Tue Aug 28 21:26:48 2012 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Tue Aug 28 21:26:48 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a9aa06da
x11-libs/libdrm: vmwgfx changed name
Upstream commit 7080bfdfd9b6c5f003daaef37ae9c329f2d46a6c.
---
x11-libs/libdrm/libdrm-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index cf064e9..e99461a 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -48,7 +48,7 @@ src_configure() {
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
- $(use_enable video_cards_vmware vmwgfx-experimental-api)
+ $(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)
)
xorg-2_src_configure
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2013-03-06 23:28 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-03-06 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 003d7fd357bc75e2d331ea4dc2455bcf4dcab6ba
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 23:28:49 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Wed Mar 6 23:28:49 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=003d7fd3
x11-libs/libdrm: add freedreno flag
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index f95d180..86f431d 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -16,7 +16,7 @@ else
fi
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-VIDEO_CARDS="exynos intel nouveau omap radeon vmware"
+VIDEO_CARDS="exynos freedreno intel nouveau omap radeon vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
@@ -44,6 +44,7 @@ src_configure() {
XORG_CONFIGURE_OPTIONS=(
--enable-udev
$(use_enable video_cards_exynos exynos-experimental-api)
+ $(use_enable video_cards_freedreno freedreno-experimental-api)
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2013-04-20 20:36 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-04-20 20:36 UTC (permalink / raw
To: gentoo-commits
commit: d1c212a08a0e9ee5d0ad93f01987c3ac018fba24
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 20:36:28 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Apr 20 20:36:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d1c212a0
x11-libs/libdrm: sync keyword changes with portage
---
x11-libs/libdrm/libdrm-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 86f431d..03deef5 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
fi
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
VIDEO_CARDS="exynos freedreno intel nouveau omap radeon vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2013-05-16 22:47 David Heidelberger
0 siblings, 0 replies; 19+ messages in thread
From: David Heidelberger @ 2013-05-16 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 90e7b0e89588f69a01f2741964d98e0da604f1ac
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Thu May 16 22:46:37 2013 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Thu May 16 22:46:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=90e7b0e8
x11-libs/libdrm: simplify code
Package-Manager: portage-2.2.0_alpha175
---
x11-libs/libdrm/libdrm-9999.ebuild | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 03deef5..0247f7a 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -5,12 +5,10 @@
EAPI=5
inherit xorg-2
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
-
DESCRIPTION="X.Org libdrm library"
HOMEPAGE="http://dri.freedesktop.org/"
if [[ ${PV} = 9999* ]]; then
- SRC_URI=""
+ EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
else
SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
fi
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2015-01-29 16:27 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 19+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2015-01-29 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 61939de09c1c7865b54d0777f1c8b2ef9b9b2a1a
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 29 16:27:08 2015 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu Jan 29 16:27:08 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=61939de0
x11-libs/libdrm: update for freedreno and tegra changes
---
x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 19c2991..8357c63 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -45,11 +45,12 @@ src_configure() {
XORG_CONFIGURE_OPTIONS=(
--enable-udev
$(use_enable video_cards_exynos exynos-experimental-api)
- $(use_enable video_cards_freedreno freedreno-experimental-api)
+ $(use_enable video_cards_freedreno freedreno)
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
+ $(use_enable video_cards_tegra tegra-experimental-api)
$(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)
)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2015-07-02 0:39 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2015-07-02 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 93eef355c173fb6a64c8b3659b7ecaa5ba4f0cad
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 2 00:40:27 2015 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 00:40:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=93eef355
x11-libs/libdrm: Sync from main tree.
x11-libs/libdrm/libdrm-9999.ebuild | 17 ++++++++++-------
x11-libs/libdrm/metadata.xml | 1 +
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 8589a76..e4f7933 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -15,22 +15,20 @@ else
SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
fi
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
VIDEO_CARDS="exynos freedreno intel nouveau omap radeon tegra vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
-IUSE="${IUSE_VIDEO_CARDS} libkms"
+IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
RESTRICT="test" # see bug #236845
RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-)
+DEPEND="${RDEPEND}
+ valgrind? ( dev-util/valgrind )"
src_prepare() {
if [[ ${PV} = 9999* ]]; then
@@ -42,7 +40,9 @@ src_prepare() {
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- --enable-udev
+ # Udev is only used by tests now.
+ --disable-udev
+ --disable-cairo-tests
$(use_enable video_cards_exynos exynos-experimental-api)
$(use_enable video_cards_freedreno freedreno)
$(use_enable video_cards_intel intel)
@@ -52,6 +52,9 @@ src_configure() {
$(use_enable video_cards_tegra tegra-experimental-api)
$(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)
+ # valgrind installs its .pc file to the pkgconfig for the primary arch
+ --enable-valgrind=$(usex valgrind auto no)
)
+
xorg-2_src_configure
}
diff --git a/x11-libs/libdrm/metadata.xml b/x11-libs/libdrm/metadata.xml
index c64af1c..92b2156 100644
--- a/x11-libs/libdrm/metadata.xml
+++ b/x11-libs/libdrm/metadata.xml
@@ -4,5 +4,6 @@
<herd>x11</herd>
<use>
<flag name='libkms'>Enable building of libkms, a library for applications to interface with KMS</flag>
+<flag name='valgrind'>Compile in valgrind memory hints</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
@ 2015-08-23 3:24 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2015-08-23 3:24 UTC (permalink / raw
To: gentoo-commits
commit: fed4646bd43a238727d2797b0b0ec4a03fcae7b9
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 23 03:23:07 2015 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 03:23:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=fed4646b
x11-libs/libdrm: Delete (moved to main tree).
x11-libs/libdrm/libdrm-9999.ebuild | 60 --------------------------------------
x11-libs/libdrm/metadata.xml | 9 ------
2 files changed, 69 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
deleted file mode 100644
index 3e5cc06..0000000
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org libdrm library"
-HOMEPAGE="http://dri.freedesktop.org/"
-if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
-else
- SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
-fi
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-VIDEO_CARDS="exynos freedreno intel nouveau omap radeon tegra vmware"
-for card in ${VIDEO_CARDS}; do
- IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
-RESTRICT="test" # see bug #236845
-
-RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
- video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
- abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
- valgrind? ( dev-util/valgrind )"
-
-src_prepare() {
- if [[ ${PV} = 9999* ]]; then
- # tests are restricted, no point in building them
- sed -ie 's/tests //' "${S}"/Makefile.am
- fi
- xorg-2_src_prepare
-}
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- # Udev is only used by tests now.
- --disable-udev
- --disable-cairo-tests
- $(use_enable video_cards_exynos exynos-experimental-api)
- $(use_enable video_cards_freedreno freedreno)
- $(use_enable video_cards_intel intel)
- $(use_enable video_cards_nouveau nouveau)
- $(use_enable video_cards_omap omap-experimental-api)
- $(use_enable video_cards_radeon radeon)
- $(use_enable video_cards_tegra tegra-experimental-api)
- $(use_enable video_cards_vmware vmwgfx)
- $(use_enable libkms)
- # valgrind installs its .pc file to the pkgconfig for the primary arch
- --enable-valgrind=$(usex valgrind auto no)
- )
-
- xorg-2_src_configure
-}
diff --git a/x11-libs/libdrm/metadata.xml b/x11-libs/libdrm/metadata.xml
deleted file mode 100644
index 92b2156..0000000
--- a/x11-libs/libdrm/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>x11</herd>
-<use>
-<flag name='libkms'>Enable building of libkms, a library for applications to interface with KMS</flag>
-<flag name='valgrind'>Compile in valgrind memory hints</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2015-08-23 3:24 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28 21:25 [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2015-08-23 3:24 Matt Turner
2015-07-02 0:39 Matt Turner
2015-01-29 16:27 Chi-Thanh Christopher Nguyen
2013-05-16 22:47 David Heidelberger
2013-04-20 20:36 Chi-Thanh Christopher Nguyen
2013-03-06 23:28 Chi-Thanh Christopher Nguyen
2012-05-18 0:27 Chi-Thanh Christopher Nguyen
2012-04-14 18:00 Chi-Thanh Christopher Nguyen
2012-03-28 23:39 Chi-Thanh Christopher Nguyen
2012-03-02 19:44 Matt Turner
2011-12-13 17:41 Chi-Thanh Christopher Nguyen
2011-12-12 1:30 Chi-Thanh Christopher Nguyen
2011-11-28 8:06 Michał Górny
2011-10-30 5:19 Matt Turner
2011-10-14 19:25 Matt Turner
2011-07-30 2:21 Matt Turner
2011-06-10 19:48 Matt Turner
2011-04-15 19:04 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox