From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libpciaccess/
Date: Sat, 21 Sep 2019 17:11:58 +0000 (UTC) [thread overview]
Message-ID: <1569085907.9011b0c5962234e5ef6c4a6264808505323ea251.mattst88@gentoo> (raw)
commit: 9011b0c5962234e5ef6c4a6264808505323ea251
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 17:07:22 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 17:11:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9011b0c5
x11-libs/libpciaccess: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libpciaccess/Manifest | 2 --
x11-libs/libpciaccess/libpciaccess-0.14.ebuild | 34 --------------------------
x11-libs/libpciaccess/libpciaccess-0.15.ebuild | 32 ------------------------
3 files changed, 68 deletions(-)
diff --git a/x11-libs/libpciaccess/Manifest b/x11-libs/libpciaccess/Manifest
index 8bbf32012af..80da7327ec6 100644
--- a/x11-libs/libpciaccess/Manifest
+++ b/x11-libs/libpciaccess/Manifest
@@ -1,3 +1 @@
-DIST libpciaccess-0.14.tar.bz2 361375 BLAKE2B 05af836e52c7a8e19537a5c246f2dbbfee0a8c078ed0d6c45de6d1cc5f07b70d91b9409846b175da74f31b0e2536e38ffcb65983d79d40a54abc878b679d845d SHA512 bf40214dfd22f2a223f7c948566e6eaa4bfed60116e71b3eb19f6fe7ab2c4546649eb0416c06d5983e476ea5e27de036936646eb5f800ea97763b6d1f1976f4b
-DIST libpciaccess-0.15.tar.bz2 366454 BLAKE2B 8a17a7178e735b17e726fd0fd02235e9059228fd369e2569071167ec54ae88f042032628660db6b7558845600cec67237598d648abe11ef99acedd1ad1c8bef5 SHA512 c34abc438c549db22d27d71d63e13f93cb547eaea238ff2d193627b83a5877e2b34f6fcf4cdaf9b4f0c6b78206447fd9a578454783cfb4e9010e8de20de1364e
DIST libpciaccess-0.16.tar.bz2 366603 BLAKE2B aab7d49887f7f21e0a6abf1e2aedc50159a47c7aef67eb8605a30e246463a14f9a9993db9cbd2705ef59c93d1ff41080668f8f3723557a927ab4d1edb5dfa4ad SHA512 2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1
diff --git a/x11-libs/libpciaccess/libpciaccess-0.14.ebuild b/x11-libs/libpciaccess/libpciaccess-0.14.ebuild
deleted file mode 100644
index 16b611ed00b..00000000000
--- a/x11-libs/libpciaccess/libpciaccess-0.14.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="Library providing generic access to the PCI bus and devices"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="zlib"
-
-DEPEND="!<x11-base/xorg-server-1.5
- zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}
- sys-apps/hwids"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- "$(use_with zlib)"
- "--with-pciids-path=${EPREFIX}/usr/share/misc"
- )
-}
-
-multilib_src_install() {
- default
-
- if multilib_is_native_abi; then
- dodir /usr/bin
- ${BASH} libtool --mode=install "$(type -P install)" -c scanpci/scanpci "${ED}"/usr/bin || die
- fi
-}
diff --git a/x11-libs/libpciaccess/libpciaccess-0.15.ebuild b/x11-libs/libpciaccess/libpciaccess-0.15.ebuild
deleted file mode 100644
index 553bc41bb9b..00000000000
--- a/x11-libs/libpciaccess/libpciaccess-0.15.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_MULTILIB=yes
-inherit xorg-3
-
-DESCRIPTION="Library providing generic access to the PCI bus and devices"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="zlib"
-
-DEPEND="!<x11-base/xorg-server-1.5
- zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}
- sys-apps/hwids"
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- "$(use_with zlib)"
- "--with-pciids-path=${EPREFIX}/usr/share/misc"
- )
-}
-
-multilib_src_install() {
- default
-
- if multilib_is_native_abi; then
- dodir /usr/bin
- ${BASH} libtool --mode=install "$(type -P install)" -c scanpci/scanpci "${ED}"/usr/bin || die
- fi
-}
next reply other threads:[~2019-09-21 17:12 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-21 17:11 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:54 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libpciaccess/ Matt Turner
2024-05-17 0:24 Matt Turner
2024-04-24 17:59 Arthur Zamarin
2024-04-24 17:59 Arthur Zamarin
2024-04-24 17:33 Arthur Zamarin
2024-04-24 17:16 Sam James
2024-04-24 17:15 Arthur Zamarin
2024-04-24 17:14 Arthur Zamarin
2024-04-24 17:14 Arthur Zamarin
2024-03-23 23:58 Matt Turner
2024-03-22 5:45 Ionen Wolkens
2024-03-07 11:51 Sam James
2024-03-07 9:15 Jakov Smolić
2024-03-07 9:15 Jakov Smolić
2024-03-07 9:15 Jakov Smolić
2024-03-07 9:15 Jakov Smolić
2024-03-07 9:15 Jakov Smolić
2024-03-07 9:15 Jakov Smolić
2024-02-04 22:22 Matt Turner
2023-06-05 15:40 Matt Turner
2023-06-03 19:44 Arthur Zamarin
2023-06-01 20:04 Sam James
2023-06-01 17:04 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2022-11-19 7:01 Arthur Zamarin
2022-11-16 7:58 Arthur Zamarin
2022-10-18 3:34 Matt Turner
2021-12-25 0:02 Mike Gilbert
2021-12-18 12:08 James Le Cuirot
2021-12-07 20:29 Sam James
2021-11-28 20:08 Mike Gilbert
2021-09-23 20:13 Sam James
2021-05-02 15:24 Matt Turner
2021-01-17 2:16 Lars Wendler
2020-03-11 18:42 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21 0:15 Mikle Kolyada
2019-09-21 0:15 Mikle Kolyada
2019-09-20 21:32 Aaron Bauman
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-07-26 17:10 Matt Turner
2019-07-17 18:29 Matt Turner
2019-07-11 18:32 Matt Turner
2018-08-17 2:05 Mikle Kolyada
2018-07-24 9:43 Mart Raudsepp
2018-05-20 18:37 Matt Turner
2018-05-20 18:37 Matt Turner
2018-05-13 11:30 Markus Meier
2018-05-08 6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:36 Mikle Kolyada
2017-11-07 12:18 Lars Wendler
2017-11-07 12:18 Lars Wendler
2017-04-06 22:04 Manuel Rüger
2017-01-29 21:11 Fabian Groffen
2016-11-13 9:17 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-06-02 17:12 Tobias Klausmann
2016-02-28 6:56 Matt Thode
2016-01-09 14:35 Jeroen Roovers
2015-12-19 21:43 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo
2015-09-05 6:44 Matt Turner
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=1569085907.9011b0c5962234e5ef6c4a6264808505323ea251.mattst88@gentoo \
--to=mattst88@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