Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414699 - net-misc/mysecureshell-1.25 - an openssh based SFTP server
Summary: net-misc/mysecureshell-1.25 - an openssh based SFTP server
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://mysecureshell.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-05-05 09:11 UTC by jujubickoille
Modified: 2012-05-05 16:42 UTC (History)
0 users

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


Attachments
MySecureShell-1.25.ebuild (mysecureshell-1.25.ebuild,1.31 KB, text/plain)
2012-05-05 09:12 UTC, jujubickoille
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jujubickoille 2012-05-05 09:11:05 UTC
Hi, I didn't found a mysecureshell ebuild, so I have created one.

It seem to work for me but can you read it / try it

Thanks 

Reproducible: Always
Comment 1 jujubickoille 2012-05-05 09:12:08 UTC
Created attachment 310847 [details]
MySecureShell-1.25.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-05 16:42:05 UTC
Comment on attachment 310847 [details]
MySecureShell-1.25.ebuild

1) src_unpack() isn't needed.

2) You should bump to the latest EAPI.

3) After having done (2), src_compile() should be src_configure(), with emake
   being assumed in the default src_compile().

4) insinto /usr/bin -> dobin

5) ${S} should not be specified - it's the cwd after all

6) a `for; do; done' loop for just the two items?

7) You could actually add the new shell to /etc/shells in pkg_postinst().