Summary: | app-text/ghostscript-gpl-9.19 bump request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jonas Stein <jstein> |
Component: | Current packages | Assignee: | Printing Team <printing> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | computersforpeace, jstein, vapier |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Ghostscript 9.19 ebuild |
Description
Jonas Stein
![]() One problem: tarballs for 9.19 (and onward) have been moved to Github hosting, according to: http://downloads.ghostscript.com/public/ Ooh, incidentally that means that the 9.18 ebuild SRC_URI is probably wrong: http://downloads.ghostscript.com/public/${MY_P}.tar.bz2 But I see a 404 at: http://downloads.ghostscript.com/public/ghostscript-9.18.tar.bz2 It's now: http://downloads.ghostscript.com/public/old-gs-releases/ghostscript-9.18.tar.bz2 At any rate, I'd appreciate a revbump myself! I haven't gotten around to testing a bump though. Created attachment 437760 [details]
Ghostscript 9.19 ebuild
This is my attempt. Stripped out several patches because they've been fixed upstream, it seems. Also had to adjust the SRC_URI to pull from github.
Tested that my ebuild does indeed build. commit 9d7a57b689a21fbd0171e2a12553b73f2bba47e5 (HEAD -> master, origin/master, origin/HEAD) Author: Brian Norris <computersforpeace@gmail.com> AuthorDate: Thu Jun 23 10:41:42 2016 -0700 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Thu Jun 30 19:30:44 2016 +0000 app-text/ghostscript-gpl: version bump to 9.19. Changes since 9.18: * Change SRC_URI to point to the new download location (on github) * Exclude a few patches that have been fixed upstream * ijs-config was dropped upstream in favor of pkg-config, so stop patching it Gentoo-Bug: https://bugs.gentoo.org/582938 Closes: https://github.com/gentoo/gentoo/pull/1729 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> app-text/ghostscript-gpl/Manifest | 1 + app-text/ghostscript-gpl/ghostscript-gpl-9.19.ebuild | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 242 insertions(+) create mode 100644 app-text/ghostscript-gpl/ghostscript-gpl-9.19.ebuild |