Initial import

This commit is contained in:
2022-08-30 15:46:53 -04:00
commit e712bb5dc2
274 changed files with 27716 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD snis-9999.ebuild 764 SHA256 37254c12ba1ea7f92f73c3879be663d2afab8b267f26db97f281e6cb53df1d26 SHA512 13cb689e741675a8a02dedd5388207575e15101d4f46713eb0b54fb40bfc490707b969c8775ce144830de2f758873a6012af40250af11d27d7fc866384fd64b3 WHIRLPOOL 217b91e30043c1c500a5ba387261fac9478466a2f8b28e3838c88e8633e399a964a29eee0cf07ea3a0f33682cf2c6e021794b631f5c1c13cceb0a83819aa190e

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="Space Nerds in Space - Bridge simulator"
HOMEPAGE="https://smcameron.github.io/space-nerds-in-space/"
EGIT_REPO_URI="https://github.com/smcameron/space-nerds-in-space.git"
EGIT_CHECKOUT_DIR=${WORKDIR}/${P}
LICENSE=""
SLOT="0"
KEYWORDS="x86 amd64 ~arm"
IUSE=""
DEPEND="media-libs/portaudio \
media-libs/libvorbis \
x11-libs/gtk+:2 \
dev-vcs/git \
dev-vcs/stgit \
media-gfx/openscad \
x11-libs/gtkglext \
media-libs/glew \
dev-libs/openssl \
media-sound/sox \
app-accessibility/espeak \
media-sound/alsa-utils \
media-libs/libsdl \
app-accessibility/pocketsphinx"
RDEPEND="${DEPEND}"