Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 829712

Summary: sys-apps/mlxup-bin-4.17.0: version bump (current mlxup-bin-4.13.0 ebuild works fine for that)
Product: Gentoo Linux Reporter: soundbastlerlive
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description soundbastlerlive 2021-12-20 13:30:44 UTC
Please copy the current 4.13.0 ebuild to 4.17.0. I have emerged and used this version for a few days now. Only release notes need to be removed, as they are now only online html AFAIK, i.e. doc USE flag removed.
Thanks!

--- /usr/portage/sys-apps/mlxup-bin/mlxup-bin-4.13.0.ebuild     2020-03-04 20:39:48.000000000 +0100
+++ /var/db/pkg/sys-apps/mlxup-bin-4.17.0-r128/mlxup-bin-4.17.0-r128.ebuild     2021-12-17 11:46:14.647072811 +0100
@@ -7,20 +7,12 @@
 MY_P="${MY_PN}-${PV}"
 DOC_PV="1.4"
 
-DOC_FILES=(
-       "mlxup_user_guide_v${DOC_PV}.pdf"
-       "mlxup_release_notes_v${PV}.pdf"
-)
 
 DESCRIPTION="Mellanox Update and Query Utility"
 HOMEPAGE="https://www.mellanox.com/support/firmware/mlxup-mft"
 SRC_URI="
-       doc? ( $(for docfile in "${DOC_FILES[@]}"; do
-                               printf -- 'https://www.mellanox.com/related-docs/prod_software/%s\n' "${docfile}"
-                       done)
-       )
        amd64? ( https://www.mellanox.com/downloads/firmware/${MY_PN}/${PV}/SFX/linux_x64/${MY_PN} -> ${MY_P}-amd64.elf )