Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can some one create me an ebuild for this Tool?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
jodalein
n00b
n00b


Joined: 13 Jun 2013
Posts: 9

PostPosted: Wed Sep 06, 2017 12:19 pm    Post subject: Can some one create me an ebuild for this Tool? Reply with quote

Hi Guys,
is some one here who can create me a ebuild for this tool?
I would do it myself, but i cant :cry:, i'm not very experienced in creating ebuilds.

https://github.com/alfem/adpassword

that would be very great


at moment i install it like follow
> extract
> python setup.py build
> python setup.py install

but this is very tidy and a ebuild would be much better

jodalein
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30911
Location: here

PostPosted: Wed Sep 06, 2017 3:15 pm    Post subject: Reply with quote

Try this (adpassword-9999.ebuild)
Code:
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 )

inherit git-r3 distutils-r1
EGIT_REPO_URI="https://github.com/alfem/${PN}.git"

DESCRIPTION="Password change reminder for linux worstations joined to an Active Directory domain"
HOMEPAGE="https://github.com/alfem/adpassword"

LICENSE="GPL-2"
SLOT="0"

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Wed Sep 06, 2017 3:44 pm    Post subject: Reply with quote

Moved from Documentation, Tips & Tricks to Unsupported Software. Out of tree software so it fits better here.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
jodalein
n00b
n00b


Joined: 13 Jun 2013
Posts: 9

PostPosted: Thu Sep 07, 2017 8:09 am    Post subject: Reply with quote

Thank you for moving, should have looked better in the overwiev.

and
Tank your for the ebuild.
That is much easier then i thought.
cause i played around with much more code and src_prepare and more.

But without all that its to easy :)

thanks man :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum