Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-analyzer/authforce: take maintainership, EAPI7, fix manpage installation #10935

Closed
wants to merge 2 commits into from

Conversation

mm1ke
Copy link
Contributor

@mm1ke mm1ke commented Jan 29, 2019

Hi,

I would like to take over net-analyzer/authforce.
For the start i've updated the ebuild for EAPI7 and fixed the manpage installation (and also decompressed the precompressed manpage file). For some reason the Makefile want's to install the manpage under /usr/share/man/mang which doesn't make sense at all and wouldn't be accessible for the user.

Please review.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
@gentoo-bot
Copy link

Copyright policy change

Please note that on 2018-09-15 Trustees have approved new Gentoo copyright policy. All contributions made to Gentoo need to follow this policy. If you include the Signed-off-by line in your commit message, you indicate that you have read the policy and agree to its terms. For more detailed explanation, please see the new Gentoo copyright policy explained article.

Pull Request assignment

Submitter: @mm1ke
Areas affected: ebuilds
Packages affected: net-analyzer/authforce

net-analyzer/authforce: @gentoo/proxy-maint (maintainer needed)

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added maintainer-needed There is at least one affected package with no maintainer. Review it if you can. assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Jan 29, 2019
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2019-01-29 21:00 UTC
Newest commit scanned: 0840495
Status: ✅ good

No issues found

KEYWORDS="~amd64 ~ppc ~x86"
IUSE="curl nls"

DEPEND="
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like maybe two of those should be in an RDEPEND?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've put readline and curl into RDEPEND. I've also added gettext to BDEPEND. Since DEPEND is empty now i've added DEPEND=${RDEPEND}, however i'm not sure if that is correct?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since presumably both dependencies will be needed at configure/build time that would be correct, yes.

KEYWORDS="~amd64 ~ppc ~x86"
IUSE="curl nls"

DEPEND=${RDEPEND}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either DEPEND comes first and defines all the deps, which RDEPEND then inherits, or DEPEND inherits properly after RDEPEND was defined. ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clarification :) I've updated the ebuild accordingly.

IUSE="curl nls"

DEPEND=${RDEPEND}
RDEPEND="sys-libs/readline
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check readline package, you'll want to use a slot operator for sure here. :0= to be precise.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated, thx for the hint.


RDEPEND="sys-libs/readline:0=
curl? ( net-misc/curl )"
DEPEND=${RDEPEND}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quotes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not my day ;) fixed

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
@gentoo-bot gentoo-bot closed this in 14c6d1f Feb 3, 2019
@mm1ke mm1ke deleted the authforce-Ld6lzcXg branch February 9, 2019 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). maintainer-needed There is at least one affected package with no maintainer. Review it if you can. no bug found No Bug/Closes found in the commits.
Projects
None yet
4 participants