commit:     e461aa752395206e5df0bbb1d11538b0a660a393
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 09:13:24 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun May 31 09:13:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e461aa75

sys-apps/pciutils: Removed old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/pciutils/Manifest                 |   2 -
 sys-apps/pciutils/pciutils-3.6.2-r1.ebuild | 120 -----------------------------
 sys-apps/pciutils/pciutils-3.6.3.ebuild    | 120 -----------------------------
 3 files changed, 242 deletions(-)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index 1df127df67d..568417d5e94 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,5 +1,3 @@
 DIST pciutils-3.5.6.tar.gz 442190 BLAKE2B 
9f1237828436f0566caa13e49a154b40fcc41ddd165268011012e55a33ea401e3b78ddffecc6f0ec36efb24b6d9338a691167ac094d0d26f855e42cd055701bb
 SHA512 
dcdca7e0bce69d1bee1fa5ea480a9f38534d66da576fdc710aefd8eeb0c18bf6ec5b39e63019d29d6bae0ec2d3881f5d07a4a105ca04c320d84c17821f7297e4
-DIST pciutils-3.6.2.tar.gz 473699 BLAKE2B 
ae7563f2d17334f54e6b055d135138e21d105fa5f5b71061a6de638ecf26c35d9de79cb67a691f936f42fcedb9a1f300e046dd892429195a9f54f9536e313110
 SHA512 
ab2bab26dd11f941286593135b751b811fa6199d4b5fb8a18e74f72709ea598ab0c0efa31ad6ca70949966dcf80cdfb16d53e5d339b773c69e0a12f132bb8577
-DIST pciutils-3.6.3.tar.gz 495316 BLAKE2B 
01dab2337dcde5dc436df6892ce7c54c9c875b7c619c8f8675027e82e1073ab9b4c603f61f9b03c27af90fecb60fd35199fdf0b62dc90b5d2d387bfde00408b3
 SHA512 
deaf265bae9149289c860eb47cf6b85ff300744a1e79bcd232819f56e6dcdddcda4e7d3639869c228a492237985298866eb2633938b00d880545594e3c02df05
 DIST pciutils-3.6.4.tar.gz 497675 BLAKE2B 
45bbfafbf9ad6aea09fd17fe235bbb11bfe00fff2f31f1223d739eacf3db1a66ba0cd05f0df29349b01cc0a4fc598aeafb6fcf276e2edf2d557b9c21f25a0382
 SHA512 
001b2f722ee9f5fd57307aa4e8894c97ed3eee42f8b17caba2f29b191ab2fe98dcbfb76438f97dcaa343ea90011f6f6277ab367f361bc45e20d7ed848b439f86
 DIST pciutils-3.7.0.tar.gz 516418 BLAKE2B 
fca6720cff73ec20559c666c76fdcd3b59cdf0e33e2c3894a82590d77c5d51cf22e667fe65d9f66a248a624c2b9c868f6e9b69f45f4b6d704b637afe55041e6a
 SHA512 
8a8fb9dc44a8dd31f80e45a48f6693452c11d343b9dfed87dd5cea6846f38d001f294e4010cd7c0545e238fde45b0e9a8e88c67a43d80676a585336e3665a631

diff --git a/sys-apps/pciutils/pciutils-3.6.2-r1.ebuild 
b/sys-apps/pciutils/pciutils-3.6.2-r1.ebuild
deleted file mode 100644
index bab8c6b3195..00000000000
--- a/sys-apps/pciutils/pciutils-3.6.2-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver multilib toolchain-funcs multilib-minimal flag-o-matic
-
-DESCRIPTION="Various utilities dealing with the PCI bus"
-HOMEPAGE="https://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git";
-SRC_URI="https://mj.ucw.cz/download/linux/pci/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="dns +kmod static-libs +udev zlib"
-
-# Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libpci.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="
-       zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )
-       udev? ( >=virtual/libudev-208[static-libs(-),${MULTILIB_USEDEP}] )
-"
-DEPEND="
-       kmod? ( sys-apps/kmod )
-       static-libs? ( ${LIB_DEPEND} )
-       !static-libs? ( ${LIB_DEPEND//static-libs([+-]),} )
-"
-RDEPEND="
-       ${DEPEND}
-       sys-apps/hwids
-"
-DEPEND="
-       ${DEPEND}
-       kmod? ( virtual/pkgconfig )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-)
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
-
-switch_config() {
-       [[ $# -ne 2 ]] && return 1
-       local opt=$1 val=$2
-
-       sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
-       return 0
-}
-
-src_prepare() {
-       default
-
-       if use static-libs ; then
-               cp -pPR "${S}" "${S}.static" || die
-               mv "${S}.static" "${S}/static" || die
-       fi
-
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       append-lfs-flags #471102
-}
-
-pemake() {
-       emake \
-               HOST="${CHOST}" \
-               CROSS_COMPILE="${CHOST}-" \
-               CC="$(tc-getCC)" \
-               AR="$(tc-getAR)" \
-               PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-               RANLIB="$(tc-getRANLIB)" \
-               DNS=$(usex dns) \
-               IDSDIR='$(SHAREDIR)/misc' \
-               MANDIR='$(SHAREDIR)/man' \
-               PREFIX="${EPREFIX}/usr" \
-               SHARED="yes" \
-               STRIP="" \
-               ZLIB=$(usex zlib) \
-               PCI_COMPRESSED_IDS=0 \
-               PCI_IDS=pci.ids \
-               LIBDIR="\${PREFIX}/$(get_libdir)" \
-               LIBKMOD=$(multilib_native_usex kmod) \
-               HWDB=$(usex udev) \
-               "$@"
-}
-
-multilib_src_compile() {
-       pemake OPT="${CFLAGS}" all
-       if use static-libs ; then
-               pemake \
-                       -C "${BUILD_DIR}/static" \
-                       OPT="${CFLAGS}" \
-                       SHARED="no" \
-                       lib/libpci.a
-       fi
-}
-
-multilib_src_install() {
-       pemake DESTDIR="${D}" install install-lib
-       use static-libs && dolib.a "${BUILD_DIR}/static/lib/libpci.a"
-}
-
-multilib_src_install_all() {
-       dodoc ChangeLog README TODO
-
-       rm "${ED}"/usr/sbin/update-pciids "${ED}"/usr/share/misc/pci.ids \
-               "${ED}"/usr/share/man/man8/update-pciids.8*
-
-       newinitd "${FILESDIR}"/init.d-pciparm pciparm
-       newconfd "${FILESDIR}"/conf.d-pciparm pciparm
-}
-
-pkg_postinst() {
-       if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 
3.2.0 ; then
-               elog "The 'network-cron' USE flag is gone; if you want a more 
up-to-date"
-               elog "pci.ids file, you should use sys-apps/hwids-99999999 
(live ebuild)."
-       fi
-}

diff --git a/sys-apps/pciutils/pciutils-3.6.3.ebuild 
b/sys-apps/pciutils/pciutils-3.6.3.ebuild
deleted file mode 100644
index cc2e5824111..00000000000
--- a/sys-apps/pciutils/pciutils-3.6.3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib toolchain-funcs multilib-minimal flag-o-matic
-
-DESCRIPTION="Various utilities dealing with the PCI bus"
-HOMEPAGE="https://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git";
-SRC_URI="https://mj.ucw.cz/download/linux/pci/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="dns +kmod static-libs +udev zlib"
-
-# Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libpci.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="
-       zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )
-       udev? ( >=virtual/libudev-208[static-libs(-),${MULTILIB_USEDEP}] )
-"
-DEPEND="
-       kmod? ( sys-apps/kmod )
-       static-libs? ( ${LIB_DEPEND} )
-       !static-libs? ( ${LIB_DEPEND//static-libs([+-]),} )
-"
-RDEPEND="
-       ${DEPEND}
-       sys-apps/hwids
-"
-DEPEND="
-       ${DEPEND}
-       kmod? ( virtual/pkgconfig )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-)
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
-
-switch_config() {
-       [[ $# -ne 2 ]] && return 1
-       local opt=$1 val=$2
-
-       sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
-       return 0
-}
-
-src_prepare() {
-       default
-
-       if use static-libs ; then
-               cp -pPR "${S}" "${S}.static" || die
-               mv "${S}.static" "${S}/static" || die
-       fi
-
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       append-lfs-flags #471102
-}
-
-pemake() {
-       emake \
-               HOST="${CHOST}" \
-               CROSS_COMPILE="${CHOST}-" \
-               CC="$(tc-getCC)" \
-               AR="$(tc-getAR)" \
-               PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-               RANLIB="$(tc-getRANLIB)" \
-               DNS=$(usex dns) \
-               IDSDIR='$(SHAREDIR)/misc' \
-               MANDIR='$(SHAREDIR)/man' \
-               PREFIX="${EPREFIX}/usr" \
-               SHARED="yes" \
-               STRIP="" \
-               ZLIB=$(usex zlib) \
-               PCI_COMPRESSED_IDS=0 \
-               PCI_IDS=pci.ids \
-               LIBDIR="\${PREFIX}/$(get_libdir)" \
-               LIBKMOD=$(multilib_native_usex kmod) \
-               HWDB=$(usex udev) \
-               "$@"
-}
-
-multilib_src_compile() {
-       pemake OPT="${CFLAGS}" all
-       if use static-libs ; then
-               pemake \
-                       -C "${BUILD_DIR}/static" \
-                       OPT="${CFLAGS}" \
-                       SHARED="no" \
-                       lib/libpci.a
-       fi
-}
-
-multilib_src_install() {
-       pemake DESTDIR="${D}" install install-lib
-       use static-libs && dolib.a "${BUILD_DIR}/static/lib/libpci.a"
-}
-
-multilib_src_install_all() {
-       dodoc ChangeLog README TODO
-
-       rm "${ED}"/usr/sbin/update-pciids "${ED}"/usr/share/misc/pci.ids \
-               "${ED}"/usr/share/man/man8/update-pciids.8*
-
-       newinitd "${FILESDIR}"/init.d-pciparm pciparm
-       newconfd "${FILESDIR}"/conf.d-pciparm pciparm
-}
-
-pkg_postinst() {
-       if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 
3.2.0 ; then
-               elog "The 'network-cron' USE flag is gone; if you want a more 
up-to-date"
-               elog "pci.ids file, you should use sys-apps/hwids-99999999 
(live ebuild)."
-       fi
-}

Reply via email to