Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633076 Details for
Bug 717592
games-simulation/EmptyEpsilon multiplayer 2D spaceship game
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for EmptyEpsilon
EmptyEpsilon-2020.04.09.ebuild (text/plain), 925 bytes, created by
Markus Walter
on 2020-04-15 15:16:36 UTC
(
hide
)
Description:
ebuild for EmptyEpsilon
Filename:
MIME Type:
Creator:
Markus Walter
Created:
2020-04-15 15:16:36 UTC
Size:
925 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit cmake-utils > >DESCRIPTION="A spaceship bridge simulator game." >HOMEPAGE="https://daid.github.io/EmptyEpsilon/" >SRC_URI="https://github.com/daid/EmptyEpsilon/archive/EE-${PV}.tar.gz -> EmptyEpsilon-${PV}.tar.gz > https://github.com/daid/SeriousProton/archive/EE-${PV}.tar.gz -> SeriousProton-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >RDEPEND="media-libs/libsfml" >BDEPEND="app-arch/tar" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/EmptyEpsilon-EE-${PV}" > >src_configure() { > local version=( $(ver_rs 1- ' ') ) > local mycmakeargs=( > -DSERIOUS_PROTON_DIR="${WORKDIR}/SeriousProton-EE-${PV}/" > -DCPACK_PACKAGE_VERSION="${PV}" > -DCPACK_PACKAGE_VERSION_MAJOR=${version[0]} > -DCPACK_PACKAGE_VERSION_MINOR=${version[1]} > -DCPACK_PACKAGE_VERSION_PATCH=${version[2]} > ) > > cmake-utils_src_configure >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 717592
:
633076
|
633270