Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833186 - dev-embedded/gputils-1.5.2 version bump
Summary: dev-embedded/gputils-1.5.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 521360
  Show dependency tree
 
Reported: 2022-02-12 14:05 UTC by Robert Pearce
Modified: 2023-03-05 10:14 UTC (History)
1 user (show)

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


Attachments
An ebuild that works for me (gputils-1.5.2.ebuild,688 bytes, text/plain)
2022-02-12 14:08 UTC, Robert Pearce
Details
Is this better? (gputils-1.5.2.ebuild,679 bytes, text/plain)
2022-02-12 18:35 UTC, Robert Pearce
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Pearce 2022-02-12 14:05:33 UTC
The GPUtils project has recently released V1.5.2
This fixes quite a few issues in V1.5.0 (some of which I've been patching locally, mostly with patches from Fedora)

Reproducible: Always




The new release also incorporates the one patch applied in Gentoo v1.5.0 so the new ebuild should be simpler
Comment 1 Robert Pearce 2022-02-12 14:08:33 UTC
Created attachment 764924 [details]
An ebuild that works for me
Comment 2 Jonas Stein gentoo-dev 2022-02-12 14:15:50 UTC
Thank you for your contribution. I had a short look on the ebuild. 
Here a few ideas:

• Please test the ebuild with repoman full -d -x https://wiki.gentoo.org/wiki/Repoman and pkgcheck scan --net
• Please remove obsolete lines ... PATCHES=()
• KEYWORDS need ~ for new ebuilds and after a version bump. 
  Run ekeyword ~all YOUREBUILD
• please fix the header. (see /usr/portage/skel.ebuild and https://devmanual.gentoo.org/ebuild-writing/eapi/)
• A bot can look for additional mistakes, if you upload a PR via github
Comment 3 Robert Pearce 2022-02-12 18:35:09 UTC
Created attachment 764949 [details]
Is this better?

I've updated the ebuild and run repoman
I would do a PR but I really don't grok git and find the process hinted at in the Wiki to be massively complex and full of steps I don't understand
Comment 4 Larry the Git Cow gentoo-dev 2023-03-05 10:14:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863177f86911eb2f217e4ddf793bcb7630f550f3

commit 863177f86911eb2f217e4ddf793bcb7630f550f3
Author:     Esteve Varela Colominas <esteve.varela@gmail.com>
AuthorDate: 2022-12-01 18:25:11 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-03-05 10:14:21 +0000

    dev-embedded/gputils: Bump to 1.5.2
    
    Closes: https://bugs.gentoo.org/833186
    Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 dev-embedded/gputils/Manifest                      |  1 +
 .../files/gputils-1.5.2-fix-invalid-operator.patch | 25 ++++++++++++
 dev-embedded/gputils/gputils-1.5.2.ebuild          | 47 ++++++++++++++++++++++
 3 files changed, 73 insertions(+)