Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717592 - games-simulation/EmptyEpsilon multiplayer 2D spaceship game
Summary: games-simulation/EmptyEpsilon multiplayer 2D spaceship game
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-15 15:16 UTC by Markus Walter
Modified: 2021-10-09 15:02 UTC (History)
2 users (show)

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


Attachments
ebuild for EmptyEpsilon (EmptyEpsilon-2020.04.09.ebuild,925 bytes, text/plain)
2020-04-15 15:16 UTC, Markus Walter
Details
ebuild for EmptyEpsilon (EmptyEpsilon-2020.04.09.ebuild,1.37 KB, text/plain)
2020-04-16 19:05 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2020-04-15 15:16:36 UTC
Created attachment 633076 [details]
ebuild for EmptyEpsilon

I wrote an ebuild for EmptyEpsilon. I thought I might put this here so that other people might find it.
Comment 1 Jonas Stein gentoo-dev 2020-04-15 16:19:23 UTC
Thank you for your contribution. I had a short look on the ebuild. 
Here a few ideas:

* https://github.com/daid/SeriousProton in your ebuild is MIT not GPL-2.
* why not 2 ebuilds?
* BDEPEND="app-arch/tar" is not required, because app-arch/tar is a implicit dependency of every system. 
Check with:
emerge --pretend --nodeps @system | less
Comment 2 Markus Walter 2020-04-16 19:05:42 UTC
Created attachment 633270 [details]
ebuild for EmptyEpsilon
Comment 3 Markus Walter 2020-04-16 19:08:44 UTC
Thanks a lot for the suggestions, I updated the ebuild.

(In reply to Jonas Stein from comment #1)
> * https://github.com/daid/SeriousProton in your ebuild is MIT not GPL-2.

Interesting, I missed that. I took a closer look and further added CreativeCommons for the art resources.

> * why not 2 ebuilds?

I did not find a way to build SeriousProton separately. The EmptyEpsilon build requires the SeriousProton source files.

> * BDEPEND="app-arch/tar" is not required, because app-arch/tar is a implicit
> dependency of every system. 
> Check with:
> emerge --pretend --nodeps @system | less

A I had a feeling, that it may be unnecessary, but did not know how to check. :)
Comment 4 Florian Schmaus gentoo-dev 2021-10-08 15:22:08 UTC
I've uploaded an ebuild for EmptyEpsilon in my ::flow overlay. If there are no show stoppers after some more testing, then I am going to move it into ::gentoo.
Comment 5 Markus Walter 2021-10-08 16:30:32 UTC
(In reply to Florian Schmaus from comment #4)
> I've uploaded an ebuild for EmptyEpsilon in my ::flow overlay. If there are
> no show stoppers after some more testing, then I am going to move it into
> ::gentoo.

Cool!
Comment 6 Larry the Git Cow gentoo-dev 2021-10-09 15:02:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6fc9c7005c78ddadba92660dec4eb156de3a09

commit eb6fc9c7005c78ddadba92660dec4eb156de3a09
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2021-10-09 15:01:34 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2021-10-09 15:01:50 +0000

    games-simulation/EmptyEpsilon: initial import
    
    Closes: https://bugs.gentoo.org/717592
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 .../EmptyEpsilon/EmptyEpsilon-2021.06.23.ebuild    | 68 ++++++++++++++++++++++
 games-simulation/EmptyEpsilon/Manifest             |  2 +
 ...yEpsilon-Make-CMake-call-find_package-glm.patch | 35 +++++++++++
 .../files/SeriousProton-Unbundle-json11.patch      | 27 +++++++++
 games-simulation/EmptyEpsilon/metadata.xml         |  8 +++
 5 files changed, 140 insertions(+)