Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652328 - dev-games/libshadowdive [new package]
Summary: dev-games/libshadowdive [new package]
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 652324
  Show dependency tree
 
Reported: 2018-04-03 12:38 UTC by Wojciech Myrda
Modified: 2018-04-04 02:13 UTC (History)
1 user (show)

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


Attachments
libshadowdive-0.9.1.ebuild (libshadowdive-0.9.1.ebuild,780 bytes, text/plain)
2018-04-03 12:38 UTC, Wojciech Myrda
Details
libshadowdive-9999.ebuild (libshadowdive-9999.ebuild,779 bytes, text/plain)
2018-04-03 12:39 UTC, Wojciech Myrda
Details

Note You need to log in before you can comment on or make changes to this bug.
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