Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206884 - pygopherd, a gopher server (new ebuild)
Summary: pygopherd, a gopher server (new ebuild)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Default Assignee for New Packages
URL: gopher://gopher.quux.org/1/devel/goph...
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-01-21 16:36 UTC by Arvid Norlander
Modified: 2021-01-11 15:47 UTC (History)
1 user (show)

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


Attachments
pygopherd-2.0.16.ebuild (pygopherd-2.0.16.ebuild,1.40 KB, text/plain)
2008-01-21 16:36 UTC, Arvid Norlander
Details
files/10pygopherd.env (10pygopherd.env,29 bytes, text/plain)
2008-01-21 16:36 UTC, Arvid Norlander
Details
files/pygopherd.rc (pygopherd.rc,558 bytes, text/plain)
2008-01-21 16:37 UTC, Arvid Norlander
Details
files/10pygopherd.env (10pygopherd.env,39 bytes, text/plain)
2008-01-21 16:42 UTC, Arvid Norlander
Details
pygopherd-2.0.16.ebuild (pygopherd-2.0.16.ebuild,1.40 KB, text/plain)
2008-01-21 17:54 UTC, Arvid Norlander
Details
pygopherd-2.0.16.ebuild w/ enhancements (pygopherd-2.0.16.ebuild,1.80 KB, text/plain)
2009-10-29 08:02 UTC, Ivan Anishchuk
Details
pygopherd-2.0.16.ebuild (pygopherd-2.0.16.ebuild,1.67 KB, text/plain)
2009-10-29 13:48 UTC, Ivan Anishchuk
Details
pygopherd-2.0.16.ebuild (pygopherd-2.0.16.ebuild,1.52 KB, text/plain)
2009-11-08 19:54 UTC, Ivan Anishchuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Norlander 2008-01-21 16:36:13 UTC
I have created an ebuild for pygopherd a gopher server. Ebuilds and related files (like init script) will be attached below shortly.

The reason for KEYWORDS="~amd64 ~x86" is that I can't test it on any other platforms, but on those two it work fine. However I suspect it may work on a lot more platforms.
Comment 1 Arvid Norlander 2008-01-21 16:36:36 UTC
Created attachment 141483 [details]
pygopherd-2.0.16.ebuild

The ebuild
Comment 2 Arvid Norlander 2008-01-21 16:36:59 UTC
Created attachment 141485 [details]
files/10pygopherd.env

files/10pygopherd.env used by ebuild
Comment 3 Arvid Norlander 2008-01-21 16:37:19 UTC
Created attachment 141487 [details]
files/pygopherd.rc

files/pygopherd.rc used by ebuild
Comment 4 Arvid Norlander 2008-01-21 16:42:22 UTC
Created attachment 141488 [details]
files/10pygopherd.env

After talking to antarus on IRC he recommended that I should just CONFIG_PROTECT the file (I didn't know it was possible to just protect one file before), Here is an updated files/10pygopherd.env that does it that way.
Comment 5 Arvid Norlander 2008-01-21 17:54:38 UTC
Created attachment 141494 [details]
pygopherd-2.0.16.ebuild

zlin on irc pointed out the SRC_URI line was bad. Here is an updated ebuild to fix it. He also questioned if dev-python/setuptools was needed or not. I don't know how to check that, I just copied that bit from other python ebuilds using distutils.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-14 18:33:29 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 7 Ivan Anishchuk 2009-10-29 08:02:15 UTC
Created attachment 208611 [details]
pygopherd-2.0.16.ebuild w/ enhancements

I belive that /var/lib/gopher is more FHS-compilant and we should not install example gophermap if one exists already to avoid user data breakage.
Comment 8 Ivan Anishchuk 2009-10-29 13:48:31 UTC
Created attachment 208633 [details]
pygopherd-2.0.16.ebuild

Changing ownership was a bad idea :(
Comment 9 Ivan Anishchuk 2009-11-08 19:54:50 UTC
Created attachment 209662 [details]
pygopherd-2.0.16.ebuild

/var/lib/gopher was a bad idea too. /var/gopher is true?
Comment 10 Benny Pedersen 2021-01-11 15:47:51 UTC
it needs update to acct_user, acct_group

i dont know if its stale in other places