Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 652328

Summary: dev-games/libshadowdive [new package]
Product: Gentoo Linux Reporter: Wojciech Myrda <vojcek>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 652324    
Attachments: libshadowdive-0.9.1.ebuild
libshadowdive-9999.ebuild

Description Wojciech Myrda 2018-04-03 12:38:26 UTC
Created attachment 526438 [details]
libshadowdive-0.9.1.ebuild

Library needed for reading OMF2097 DAT files required for openomf https://bugs.gentoo.org/652324.
Comment 1 Wojciech Myrda 2018-04-03 12:39:43 UTC
Created attachment 526440 [details]
libshadowdive-9999.ebuild

As I was able to compile game only from git master here is corresponding library ebuild.
Comment 2 Jonas Stein gentoo-dev 2018-04-04 02:07:51 UTC
Thank you for your contribution. I had a short look on the ebuild. 
Here a few ideas:

• Please test the ebuild with repoman full -x https://wiki.gentoo.org/wiki/Repoman
• We always try to use the latest EAPI, please bump to EAPI=6
• drop eutils in EAPI=6 then
• Please remove obsolete lines (#S="${WORKDIR}/${MY_P}-${PV}")
• KEYWORDS="", or not set at all in 9999
• do not introduce variables, where not needed: MY_P=libShadowDive