Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490960 - net-misc/x2goserver could have support for USE flags doc and systemd
Summary: net-misc/x2goserver could have support for USE flags doc and systemd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo NX Server project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-11-10 20:29 UTC by Theofilos Intzoglou
Modified: 2013-11-27 15:30 UTC (History)
1 user (show)

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


Attachments
x2goserver-4.0.1.6-r1.ebuild (x2goserver-4.0.1.6-r1.ebuild,2.22 KB, text/plain)
2013-11-10 20:30 UTC, Theofilos Intzoglou
Details
x2goserver.service (x2goserver.service,197 bytes, text/plain)
2013-11-10 20:30 UTC, Theofilos Intzoglou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Theofilos Intzoglou 2013-11-10 20:29:42 UTC
By adding the doc use flag we can enable installing x2goserver when a user wants to use man-db instead of man (man-db doesn't include man2html) or refrain from building html documentation when not really needed.
By adding the systemd use flag we can check if we want to install the x2goserver.service or not. I don't know if the policy is to install the .service files without using a use flag.

Reproducible: Always
Comment 1 Theofilos Intzoglou 2013-11-10 20:30:27 UTC
Created attachment 363020 [details]
x2goserver-4.0.1.6-r1.ebuild
Comment 2 Theofilos Intzoglou 2013-11-10 20:30:50 UTC
Created attachment 363022 [details]
x2goserver.service
Comment 3 Pacho Ramos gentoo-dev 2013-11-17 12:13:25 UTC
+*x2goserver-4.0.1.6-r1 (17 Nov 2013)
+
+  17 Nov 2013; Pacho Ramos <pacho@gentoo.org> +files/x2gocleansessions.service,
+  +x2goserver-4.0.1.6-r1.ebuild:
+  Add unit file (#490960 by Theofilos Intzoglou)
+
Comment 4 Bernard Cafarelli gentoo-dev 2013-11-27 12:53:14 UTC
Thanks for the report! I added USE=doc and your fix to 4.1.0.8
With systemd added by pacho, everything is now fixed here :)
Comment 5 Theofilos Intzoglou 2013-11-27 15:30:26 UTC
Thanks guys! Keep up the good work!