commit:     78ab850f154e3bb3abe3066e9213bf6d3c83dfe6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  3 14:31:01 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 14:31:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ab850f

sys-apps/pciutils: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/pciutils/Manifest              |   1 -
 sys-apps/pciutils/pciutils-3.4.1.ebuild | 108 --------------------------------
 2 files changed, 109 deletions(-)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index fbed82c3ed3..1194244e3fd 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,4 +1,3 @@
-DIST pciutils-3.4.1.tar.gz 404166 BLAKE2B 
75c50e7b4469fe4fc3719ee3b58f94be98f113ce4cb36be3d3fb8e57aaefef039866d31a6acc90e6136b21883239c1c7db2b497776e0db8ce05f19c6336b55e1
 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 DIST pciutils-3.5.6.tar.gz 442190 BLAKE2B 
9f1237828436f0566caa13e49a154b40fcc41ddd165268011012e55a33ea401e3b78ddffecc6f0ec36efb24b6d9338a691167ac094d0d26f855e42cd055701bb
 SHA512 
dcdca7e0bce69d1bee1fa5ea480a9f38534d66da576fdc710aefd8eeb0c18bf6ec5b39e63019d29d6bae0ec2d3881f5d07a4a105ca04c320d84c17821f7297e4
 DIST pciutils-3.6.1.tar.gz 455061 BLAKE2B 
a9dcce9a79aa66101a77d9299aa7c4f2ae3ab9d7ec597790de7396d65e9c700e4e866b5702412972abbf9ffc2996ebad52782a26d9206cc8d33d96566072fb90
 SHA512 
2a9c86d826932ac6242677bdd0c5288c264b964aa14314aa7eda5379e687822656081883a2a1c5f846037db9bdba616381f84104d0b3b62cd34acf653faf3990
 DIST pciutils-3.6.2.tar.gz 473699 BLAKE2B 
ae7563f2d17334f54e6b055d135138e21d105fa5f5b71061a6de638ecf26c35d9de79cb67a691f936f42fcedb9a1f300e046dd892429195a9f54f9536e313110
 SHA512 
ab2bab26dd11f941286593135b751b811fa6199d4b5fb8a18e74f72709ea598ab0c0efa31ad6ca70949966dcf80cdfb16d53e5d339b773c69e0a12f132bb8577

diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild 
b/sys-apps/pciutils/pciutils-3.4.1.ebuild
deleted file mode 100644
index 5856f602feb..00000000000
--- a/sys-apps/pciutils/pciutils-3.4.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic
-
-DESCRIPTION="Various utilities dealing with the PCI bus"
-HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git";
-SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="dns +kmod static-libs +udev zlib"
-
-# Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libssl.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )"
-DEPEND="kmod? ( sys-apps/kmod )
-       static-libs? ( ${LIB_DEPEND} )
-       !static-libs? ( ${LIB_DEPEND//static-libs(+),} )
-       udev? ( >=virtual/libudev-208[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}
-       sys-apps/hwids"
-DEPEND="${DEPEND}
-       kmod? ( virtual/pkgconfig )"
-
-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() {
-       epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-
-       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} ]] && [[ ${REPLACING_VERSIONS} < 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