From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.12.1.ebuild
Date: Fri, 19 Aug 2011 11:58:06 +0000 (UTC) [thread overview]
Message-ID: <20110819115806.1825C2004C@flycatcher.gentoo.org> (raw)
chithanh 11/08/19 11:58:06
Modified: ChangeLog libpciaccess-0.12.1.ebuild
Log:
Add blocker for old xorg-server due to file collision, bug #379809.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.71 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 24 Jun 2011 13:17:08 -0000 1.70
+++ ChangeLog 19 Aug 2011 11:58:06 -0000 1.71
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libpciaccess
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.70 2011/06/24 13:17:08 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.71 2011/08/19 11:58:06 chithanh Exp $
+
+ 19 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ libpciaccess-0.12.1.ebuild:
+ Add blocker for old xorg-server due to file collision, bug #379809.
24 Jun 2011; Jeremy Olexa <darkside@gentoo.org> libpciaccess-0.12.1.ebuild:
Add prefix keywords to align with x11-libs/libdrm
1.11 x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild?r1=1.10&r2=1.11
Index: libpciaccess-0.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libpciaccess-0.12.1.ebuild 24 Jun 2011 13:17:08 -0000 1.10
+++ libpciaccess-0.12.1.ebuild 19 Aug 2011 11:58:06 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild,v 1.10 2011/06/24 13:17:08 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild,v 1.11 2011/08/19 11:58:06 chithanh Exp $
EAPI=3
@@ -10,14 +10,17 @@
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="minimal zlib"
-DEPEND="zlib? ( sys-libs/zlib )"
+DEPEND="!<x11-base/xorg-server-1.5
+ zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
pkg_setup() {
xorg-2_pkg_setup
- CONFIGURE_OPTIONS="$(use_with zlib)
- --with-pciids-path=${EPREFIX}/usr/share/misc"
+ XORG_CONFIGURE_OPTIONS=(
+ "$(use_with zlib)"
+ "--with-pciids-path=${EPREFIX}/usr/share/misc"
+ )
}
src_install() {
next reply other threads:[~2011-08-19 11:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-19 11:58 Chi-Thanh Christopher Nguyen (chithanh) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-06-24 13:17 [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.12.1.ebuild Jeremy Olexa (darkside)
2011-03-05 17:56 Kacper Kowalik (xarthisius)
2011-03-05 15:48 Raul Porcel (armin76)
2011-02-23 16:35 Jeroen Roovers (jer)
2011-02-14 14:24 Kacper Kowalik (xarthisius)
2011-02-12 16:14 Christian Faulhammer (fauli)
2011-02-12 11:32 Markos Chandras (hwoarang)
2011-02-08 21:11 Jonathan Callen (abcd)
2011-02-04 17:54 Michal Gorny (mgorny)
2011-02-04 14:53 Tomas Chvatal (scarabeus)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110819115806.1825C2004C@flycatcher.gentoo.org \
--to=chithanh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox