Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631760 - net-misc/pps-tools project moved to github
Summary: net-misc/pps-tools project moved to github
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-22 19:53 UTC by Denny Page
Modified: 2017-10-13 13:51 UTC (History)
1 user (show)

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


Attachments
Updated ebuild (pps-tools-1.0.1.ebuild,484 bytes, text/plain)
2017-10-13 11:43 UTC, Denny Page
Details
Updated patch file (pps-tools-1.0.1.patch,1.14 KB, patch)
2017-10-13 11:43 UTC, Denny Page
Details | Diff
Updated metadata (metadata.xml,350 bytes, text/xml)
2017-10-13 11:44 UTC, Denny Page
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denny Page 2017-09-22 19:53:03 UTC
Would it be possible to get the ebuild for pps-tools updated? The current ebuild refers to a repo that doesn't exist anymore. The repo has been moved to here: https://github.com/redlab-i/pps-tools. There are some minor improvements to the code in the new repo, and as a bonus the new repo offers actual release numbers.

Thanks,
Denny
Comment 1 Jonas Stein gentoo-dev 2017-09-24 18:51:53 UTC
Thank you for the bump request. 
You can help the maintainer with further information:
Does a simple bump [1] work on your system? 
Chances are high, because a first look on the bump revealed only small changes.

[1] https://wiki.gentoo.org/wiki/Custom_repository#Simple_version_bump_of_an_ebuild_in_the_local_overlay

ps:
http://linuxpps.org/mediawiki/index.php/LinuxPPS_installation reads:
"As of kernel 2.6.34 there is no need for patching to get basic LinuxPPS support working. You can use kernel.org 2.6.34 directly."
Does this mean this package does not help users with a newer kernel?
Comment 2 Denny Page 2017-10-13 11:42:27 UTC
Okay, sorry for the delay. I have the new version working with local overlay.

I will attach the updated files (pps-tools-1.0.1.ebuild files/pps-tools-1.0.1.patch metadata.xml) to this report.

With regard to the comment about patching... PPS was distributed as a set of kernel patches for a long time. As of 2.6.34, the patches were incorporated into the kernel. However, the user space tools are distributed separately, and are the reason for this ebuild to exist.
Comment 3 Denny Page 2017-10-13 11:43:14 UTC
Created attachment 498500 [details]
Updated ebuild
Comment 4 Denny Page 2017-10-13 11:43:49 UTC
Created attachment 498502 [details, diff]
Updated patch file
Comment 5 Denny Page 2017-10-13 11:44:30 UTC
Created attachment 498504 [details]
Updated metadata
Comment 6 Larry the Git Cow gentoo-dev 2017-10-13 13:48:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775540c91860c850ce01c939982f540ce1b191fb

commit 775540c91860c850ce01c939982f540ce1b191fb
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2017-10-13 13:46:54 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2017-10-13 13:47:55 +0000

    net-misc/pps-tools: Bump to v1.0.1
    
    Closes: https://bugs.gentoo.org/631760
    Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pps-tools/Manifest                        |  1 +
 .../files/pps-tools-1.0.1-LDFLAGS-fix.patch        | 25 +++++++++++
 .../pps-tools/files/pps-tools-1.0.1-build.patch    | 51 ++++++++++++++++++++++
 .../pps-tools/files/pps-tools-1.0.1-install.patch  | 27 ++++++++++++
 net-misc/pps-tools/metadata.xml                    |  2 +-
 net-misc/pps-tools/pps-tools-1.0.1.ebuild          | 27 ++++++++++++
 6 files changed, 132 insertions(+), 1 deletion(-)
Comment 7 Thomas Deutschmann (RETIRED) gentoo-dev 2017-10-13 13:51:47 UTC
Thank you for patches. However, I bumped the ebuild to EAPI=6 and respined the patches by myself.