commit:     f4e5f102a6b5d8d1807c195e741c6fc6b160c2bc
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 21:12:19 2015 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 21:13:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e5f102

sys-apps/pciutils: Removed old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/pciutils/Manifest                 |   3 -
 sys-apps/pciutils/pciutils-3.2.0.ebuild    |  84 ----------------------
 sys-apps/pciutils/pciutils-3.2.1.ebuild    |  84 ----------------------
 sys-apps/pciutils/pciutils-3.3.0-r2.ebuild | 108 -----------------------------
 4 files changed, 279 deletions(-)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index bad3a5f..ef07d74 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,5 +1,2 @@
-DIST pciutils-3.2.0.tar.gz 357003 SHA256 
84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 SHA512 
ce619bca35c529f947b883858164584db9fd16be05b44bd20d7f30b73246076b8c80a9e0ff3f7b2c27366a08043488ccfee98dd3cb43e3c5ee8962efaa056fd1
 WHIRLPOOL 
fda9efb423ba444b460986b82b89feb3e5940d63774377eab4dce6ed1a1c690824192ca25d04a4f34960412ddedbdb9c874dace2256ccd1dede61ee99618b418
-DIST pciutils-3.2.1.tar.gz 367046 SHA256 
b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858 SHA512 
b8b2983743728eebe9f26de3b96fc8242853bbcac07df02684510c9a3ac43b0258601f5063d16fb09407cadcda7e5778a41f57423d031244f66e34041c4dbf02
 WHIRLPOOL 
877cfa1d28df52389179eb5ec7bc1dab7fc1677574f2694d5ca8fe33bb76dcae04a2b25b3f0cc704dd9fe6d4cf4206671799f49aa92476e9f3f74e2ca108ff1f
-DIST pciutils-3.3.0.tar.gz 424967 SHA256 
4b576a1c2570046fda83fa2c5488661de698874ab04fd8e06eef4b6ab806d58a SHA512 
bd8c1177dfd59250f573e22c933df1673af1489758218aeb73d1b480954993fc34e7f67ae7f1a257e8b23044f7f52a806fe37947f6ea20a39e30471d9a8a4085
 WHIRLPOOL 
67f99d6130344e866601f5e14ff28f0929812d7d5d36e2485e51d00d1c61a514288bb8b899703a50b90e886668a485a013b40be98475a52fbc20896d08229976
 DIST pciutils-3.3.1.tar.gz 393912 SHA256 
02beeb14503707c5a3293fe084c18e12e6937c0d4dd1e29e6bcb6b12f124df46 SHA512 
4f8b0e62cfd0ffad1674be13c95f5581bc0037ed9843f9866b13eea6fa2703bb39bb878e96df805972f4e9bac36fc67a0a313c463f0764218211f1276cef36b2
 WHIRLPOOL 
315f1f4f5b98e6e90e3a6af9a8a03acf9732eb5b6de02ced53b32bdaca67360153ee4db1551729e3534d25c81ce2308d89c0715e0554552d029cbb3f18786ff6
 DIST pciutils-3.4.0.tar.gz 398285 SHA256 
ba6244652723e137001e69d6081497d462cbff6ba0acec38cc81c20ea1ac0d7e SHA512 
a27b2209bd88eedf9f6be4abaad86c8219859dff15029f1a2eec5513b9a61279eba831b7ffc89b49fb45ad8d2be8c4ababc5ee9b219e1575c2b430a0f1c93877
 WHIRLPOOL 
b68d23e987ea988686882a392160149574de467d2073343f169a07c75ca55b2811b747b988bbd0c5693cc45210c7c6f0e3349dfef7cb37f1f205c8b65cee4827

diff --git a/sys-apps/pciutils/pciutils-3.2.0.ebuild 
b/sys-apps/pciutils/pciutils-3.2.0.ebuild
deleted file mode 100644
index e724336..0000000
--- a/sys-apps/pciutils/pciutils-3.2.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs
-
-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 ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+kmod static-libs 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[static-libs(+)] )"
-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 )"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-
-       if use static-libs ; then
-               cp -pPR "${S}" "${S}.static" || die
-       fi
-}
-
-pemake() {
-       emake \
-               HOST="${CHOST}" \
-               CROSS_COMPILE="${CHOST}-" \
-               CC="$(tc-getCC)" \
-               DNS="yes" \
-               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="$(usex kmod)" \
-               "$@"
-}
-
-src_compile() {
-       pemake OPT="${CFLAGS}" all
-       if use static-libs ; then
-               pemake \
-                       -C "${S}.static" \
-                       OPT="${CFLAGS}" \
-                       SHARED="no" \
-                       lib/libpci.a
-       fi
-}
-
-src_install() {
-       pemake DESTDIR="${D}" install install-lib
-       use static-libs && dolib.a "${S}.static/lib/libpci.a"
-       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
-}

diff --git a/sys-apps/pciutils/pciutils-3.2.1.ebuild 
b/sys-apps/pciutils/pciutils-3.2.1.ebuild
deleted file mode 100644
index 7eecf09..0000000
--- a/sys-apps/pciutils/pciutils-3.2.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs
-
-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 ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
-IUSE="dns +kmod static-libs 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[static-libs(+)] )"
-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 )"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-
-       if use static-libs ; then
-               cp -pPR "${S}" "${S}.static" || die
-       fi
-}
-
-pemake() {
-       emake \
-               HOST="${CHOST}" \
-               CROSS_COMPILE="${CHOST}-" \
-               CC="$(tc-getCC)" \
-               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=$(usex kmod) \
-               "$@"
-}
-
-src_compile() {
-       pemake OPT="${CFLAGS}" all
-       if use static-libs ; then
-               pemake \
-                       -C "${S}.static" \
-                       OPT="${CFLAGS}" \
-                       SHARED="no" \
-                       lib/libpci.a
-       fi
-}
-
-src_install() {
-       pemake DESTDIR="${D}" install install-lib
-       use static-libs && dolib.a "${S}.static/lib/libpci.a"
-       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
-}

diff --git a/sys-apps/pciutils/pciutils-3.3.0-r2.ebuild 
b/sys-apps/pciutils/pciutils-3.3.0-r2.ebuild
deleted file mode 100644
index 539a3d1..0000000
--- a/sys-apps/pciutils/pciutils-3.3.0-r2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs multilib-minimal
-
-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 ~x64-freebsd ~amd64-linux ~arm-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
-       abi_x86_32? (
-               !<=app-emulation/emul-linux-x86-baselibs-20140508-r14
-               !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-       )"
-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
-}
-
-pemake() {
-       emake \
-               HOST="${CHOST}" \
-               CROSS_COMPILE="${CHOST}-" \
-               CC="$(tc-getCC)" \
-               AR="$(tc-getAR)" \
-               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