Summary: | [axs-overlay] dev-db/plr ebuild (formerly of ::sunrise) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ian Stakenvicius (RETIRED) <axs> |
Component: | New packages | Assignee: | Ian Stakenvicius (RETIRED) <axs> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | pgsql-bugs |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.joeconway.com/plr/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
plr-8.2.0.10.ebuild (postgresql-server slot 8.2)
plr-8.3.0.8.ebuild (postgresql-server slot 8.3) plr-8.3.0.8.ebuild (postgresql-server slot 8.4) |
Description
Ian Stakenvicius (RETIRED)
![]() Created attachment 193519 [details]
plr-8.2.0.10.ebuild (postgresql-server slot 8.2)
Draft ebuild for PL/R, slot-compatible, for postgresql-8.2
Created attachment 193521 [details]
plr-8.3.0.8.ebuild (postgresql-server slot 8.3)
Draft ebuild for PL/R, slot-compatible, for postgresql 8.3
Submitted to sunrise. Created attachment 213193 [details]
plr-8.3.0.8.ebuild (postgresql-server slot 8.4)
Updated the ebuild to use postgresql-8.4
Maybe it it better to let the ebuild determine the currently installed postgresql version?
Have you update it in sunrise as well? If not I'll do it. ..as for whether it's better for the ebuild to determine postgres versions...i'm not so sure of that. It's still true that there's a specific source distribution for postgres-8.2, for postgres-8.3 (and above, apparently), and for older versions of postgres.. I think having appropriate dependency definitions for each package would be best. Besides, when you get into detection then you need to worry about slotting too much; as it is it might be a good idea to make a separate pl/r ebuild for postgres-8.4, just so that one can install pl/r within then 8.3 slot _and_ within the 8.4 slot (assuming it doesn't do this already, that is) Newer versions of this have been in my 'axs' overlay for a while now. I'd forgotten about the package being in sunrise. Hello, everyone. It seems that at least one ebuild related to this bug exists in the Sunrise overlay at the moment. However, I have to regretfully announce that after a long inactivity period the Sunrise project has been discontinued and the related overlay will be eventually removed. For this reason, I'd like to ask you to reevaluate the ebuilds and consider moving them. If you'd like to maintain a package from Sunrise in Gentoo, please take a look at our Proxy Maintainers [1] project. Please make sure to take ebuilds from the unreviewed developer Sunrise repository [2] rather than the -reviewed one, since the latter has not been updated for over a year. While at it, please note that: 1. Adding a package to Gentoo requires declaring yourself as an active maintainer for it. All bugs regarding the package will be assigned to you, and you will be expected to maintain it. 2. Some packages may not be suitable for addition anymore. While there's no strong rules that would prevent you from adding a package, it may be a bad idea to add old-unmaintained packages that will shortly result in a large number of bugs reported with no solution. If that is the case, please close the bug as RESOLVED/OBSOLETE to make it easier to find packages worth adding. 3. Some of the bugs were already closed as WONTFIX/OBSOLETE/... while the relevant ebuild was kept in Sunrise. If you disagree with the original decision, you still can add the ebuild via proxy-maint. 4. Pleaes note that many of the Sunrise ebuilds are old and may be buggy. If you decide to move them, please make sure to update/clean them up. The proxy-maint team will also review your ebuilds, therefore making sure they land in Gentoo in good quality. Once again, thank you for your contribution. We hope that you will still want to contribute to Gentoo, through proxy-maint or otherwise. [1]:https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers [2]:https://gitweb.gentoo.org/proj/sunrise.git/ Added an EAPI6, postgres-multi.eclass based package to the gentoo repo today. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27c6cbeee1abb654b6304c8c4c5e253fd45166e commit d27c6cbeee1abb654b6304c8c4c5e253fd45166e Author: Ian Stakenvicius <axs@gentoo.org> AuthorDate: 2017-12-14 19:28:52 +0000 Commit: Ian Stakenvicius <axs@gentoo.org> CommitDate: 2017-12-28 20:56:08 +0000 dev-db/plr: new package Finally decided to add this to the gentoo repo. PL/R is a postgresql server extension that allows R scripts (dev-lang/R) to be used directly in postgresql queries and functions. Bug: http://bugs.gentoo.org/272610 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-db/plr/Manifest | 1 + dev-db/plr/metadata.xml | 24 +++++++++++++++ dev-db/plr/plr-8.3.0.17.ebuild | 69 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+)} |