forked from tastytea/overlay
games-misc/vegan-desert-island: Removed.
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
2b363b2760
commit
4bce0962ed
|
@ -1,12 +0,0 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD vegan-desert-island-9999-r1.ebuild 683 BLAKE2B dc07abb8cd612da771ea53ddebc4e6b2d9e37065c52e223e771fdbddc98682cd5f6678d7f2eb639f2e0bc13edb08c8d1359d349c216cd016e474cc3d223d461e SHA512 3fef9701515be83251b7bf5fa7893605d9e4ffe6aaeb2ecd1fabf01556ec8790e7485f14ce7a24f23290b6c8bc0f7ad66faf560e141989f4dac11e7aa079c5b4
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXEkBBwAKCRDPw5SX8bJu
|
||||
B5gGAP9FKXtEgwuf6gM+GxzMWyACkjF/spgCJypgI6EfWB2iLQD+O+UEBn2bG4A9
|
||||
niV41mRyddF20btbMGZxw4RKUbJ7iy0=
|
||||
=IKRi
|
||||
-----END PGP SIGNATURE-----
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="2D adventure game about being a vegan on a desert island."
|
||||
HOMEPAGE="https://gitlab.com/vegan-desert-island/vegan-desert-island"
|
||||
EGIT_REPO_URI="https://gitlab.com/vegan-desert-island/vegan-desert-island.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=games-engines/solarus-1.6.0"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
echo -e '#!/bin/sh\n\nsolarus-run /usr/share/'"${PN}" > ${PN}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
insinto /usr/share/${PN}
|
||||
doins -r data
|
||||
dodoc README.md attributions.txt
|
||||
}
|
Loading…
Reference in New Issue
Block a user