Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829712 - sys-apps/mlxup-bin-4.17.0: version bump (current mlxup-bin-4.13.0 ebuild works fine for that)
Summary: sys-apps/mlxup-bin-4.17.0: version bump (current mlxup-bin-4.13.0 ebuild work...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-20 13:30 UTC by soundbastlerlive
Modified: 2021-12-20 14:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 )