Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libpciaccess/
Date: Sat, 25 Dec 2021 00:02:41
Message-Id: 1640390538.4c4e573f5221eac896886a548dd93448bac2ca27.floppym@gentoo
1 commit: 4c4e573f5221eac896886a548dd93448bac2ca27
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 21:47:45 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 00:02:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4e573f
7
8 x11-libs/libpciaccess: drop 0.16
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 x11-libs/libpciaccess/libpciaccess-0.16.ebuild | 31 --------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/x11-libs/libpciaccess/libpciaccess-0.16.ebuild b/x11-libs/libpciaccess/libpciaccess-0.16.ebuild
16 deleted file mode 100644
17 index 7355b217f897..000000000000
18 --- a/x11-libs/libpciaccess/libpciaccess-0.16.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -XORG_MULTILIB=yes
27 -XORG_EAUTORECONF=yes
28 -inherit xorg-3
29 -
30 -DESCRIPTION="Library providing generic access to the PCI bus and devices"
31 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
32 -IUSE="zlib"
33 -
34 -DEPEND="
35 - zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )"
36 -RDEPEND="${DEPEND}
37 - sys-apps/hwids"
38 -
39 -src_prepare() {
40 - # Let autotools install scanpci (#765706)
41 - sed 's@^noinst_@bin_@' -i scanpci/Makefile.am || die
42 - xorg-3_src_prepare
43 -}
44 -
45 -src_configure() {
46 - local XORG_CONFIGURE_OPTIONS=(
47 - $(use_with zlib)
48 - --with-pciids-path="${EPREFIX}"/usr/share/misc
49 - )
50 - xorg-3_src_configure
51 -}