diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-30 22:28:25 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-09-30 22:33:36 +0100 |
commit | 1d6cee097cef7b235dd6e2566aa7969b710e32a5 (patch) | |
tree | 323a2ab010c804d3fd758fa00846aca4302abee7 /games-action/crimsonland/crimsonland-1.3.5.ebuild | |
parent | profiles: Mask games-action/crimsonland in uclibc profiles (diff) | |
download | gentoo-1d6cee097cef7b235dd6e2566aa7969b710e32a5.tar.gz gentoo-1d6cee097cef7b235dd6e2566aa7969b710e32a5.tar.bz2 gentoo-1d6cee097cef7b235dd6e2566aa7969b710e32a5.zip |
games-action/crimsonland: Drop icon until we fix fetch restriction
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action/crimsonland/crimsonland-1.3.5.ebuild')
-rw-r--r-- | games-action/crimsonland/crimsonland-1.3.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild index bd9ae1cf2249..e8809fadd77d 100644 --- a/games-action/crimsonland/crimsonland-1.3.5.ebuild +++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild @@ -7,12 +7,12 @@ inherit eutils desktop xdg-utils DESCRIPTION="A top-down shooter with a touch of RPG" HOMEPAGE="https://crimsonland.com/" -SRC_URI="Crimsonland-Linux-x86-${PV}.tar - https://dev.gentoo.org/~chewi/distfiles/${PN}.png" +SRC_URI="Crimsonland-Linux-x86-${PV}.tar" +# https://dev.gentoo.org/~chewi/distfiles/${PN}.png" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist mirror splitdebug" +RESTRICT="bindist fetch splitdebug" RDEPEND=" media-libs/libsdl2[abi_x86_32,opengl,video] @@ -40,8 +40,8 @@ src_install() { dodoc README.txt - doicon -s 64 "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} Crimsonland +# doicon -s 64 "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Crimsonland applications-games } pkg_postinst() { xdg_icon_cache_update; } |