summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-05-08 21:04:17 +0000
committerRémi Cardona <remi@gentoo.org>2009-05-08 21:04:17 +0000
commit9d0e596e4e7e713421ed1db087f12e92ac5f5ccf (patch)
treec2cb9a751684ca8636d138dd4f00be7a72b7ba28 /x11-libs/libpciaccess
parentVersion bump <http://my.opera.com/desktopteam/blog/2009/05/08/skin-debugging-... (diff)
downloadgentoo-2-9d0e596e4e7e713421ed1db087f12e92ac5f5ccf.tar.gz
gentoo-2-9d0e596e4e7e713421ed1db087f12e92ac5f5ccf.tar.bz2
gentoo-2-9d0e596e4e7e713421ed1db087f12e92ac5f5ccf.zip
x11-libs/libpciaccess: bump to 0.10.6
(Portage version: 2.2_rc32/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libpciaccess')
-rw-r--r--x11-libs/libpciaccess/ChangeLog7
-rw-r--r--x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-libs/libpciaccess/ChangeLog b/x11-libs/libpciaccess/ChangeLog
index 6754d1f50ace..5dc5018b0ffc 100644
--- a/x11-libs/libpciaccess/ChangeLog
+++ b/x11-libs/libpciaccess/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libpciaccess
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.21 2009/04/16 02:40:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.22 2009/05/08 21:04:17 remi Exp $
+
+*libpciaccess-0.10.6 (08 May 2009)
+
+ 08 May 2009; Rémi Cardona <remi@gentoo.org> +libpciaccess-0.10.6.ebuild:
+ bump to 0.10.6
16 Apr 2009; Jeroen Roovers <jer@gentoo.org> libpciaccess-0.10.5.ebuild:
Stable for HPPA (bug #251832).
diff --git a/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild b/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
new file mode 100644
index 000000000000..2734fd8e095e
--- /dev/null
+++ b/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.1 2009/05/08 21:04:17 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Library providing generic access to the PCI bus and devices"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="minimal"
+
+DEPEND="!<x11-base/xorg-server-1.5"
+RDEPEND="${DEPEND}"
+
+CONFIGURE_OPTIONS="--with-pciids-path=/usr/share/misc"
+
+src_install() {
+ x-modular_src_install
+ if ! use minimal; then
+ dobin src/.libs/scanpci || die
+ fi
+}