From a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Apr 2018 20:02:04 +0100 Subject: gentoo resync : 28.04.2018 --- games-arcade/sable/Manifest | 2 +- games-arcade/sable/sable-1.0-r1.ebuild | 39 ++++++++++++++++++++++++++++++ games-arcade/sable/sable-1.0.ebuild | 43 ---------------------------------- 3 files changed, 40 insertions(+), 44 deletions(-) create mode 100644 games-arcade/sable/sable-1.0-r1.ebuild delete mode 100644 games-arcade/sable/sable-1.0.ebuild (limited to 'games-arcade/sable') diff --git a/games-arcade/sable/Manifest b/games-arcade/sable/Manifest index ec11ba356a7e..45b8cfe9d640 100644 --- a/games-arcade/sable/Manifest +++ b/games-arcade/sable/Manifest @@ -1,5 +1,5 @@ AUX sable-1.0-gentoo.patch 1424 BLAKE2B 7774ac368893959acf2eeb9f3218df9b4f0a7597f7225ca4bd93e337fa55765dcddac6d754c9c1602345b42ac0eaaa7356a5f6e159b8979bf343912e3b5d7ea3 SHA512 d601bb708f982cc22c32b7006a6abeba866dcad577abe26662d7aa23c1c80360f8dad1424bec2b46e6e00619e3f01ffda0e9af77dd96432f8d0f3f2d26b27a35 DIST sable-1.0-src.tgz 247200 BLAKE2B 5a6d0f4cc36d1f3b6f0ab5d4b6bb6e222cd95faaa722eab0c9aa4946d62857339d9a66020f505785850ff7435703e3b997365f490b0ef0222d213cc1a7d3bfb2 SHA512 ec8a8b76695b7767f04405c3bdb24f6f506116a775124e771c0c58a64f0412afd26aa88b1153945ceb36705a63b1fe905569b0b050dcf4a25880834cca158bb9 DIST sable.png 1669 BLAKE2B 487ee36ebb2fe777f6c8ac06a0075c1fb5fe581a73cc7457700384a28beb725bd8d1ac8ab6f35a49cc2fab86afc7dda0207e5ba4ca7f436566d6296af182cf41 SHA512 08aa0ac33cefcab317df7876838141c21f3fca79995922e6f773f2b4a3f7c460d1e594b4ca742666ddefe9102a64e20f2f3839cc166b94207e0e512d42ee78dd -EBUILD sable-1.0.ebuild 838 BLAKE2B 63f2632548710cd8dfc1bb8d6a71a390d0a60a9449dc90e6740b4123afd0ac79e825eb88b5e73b71f9e8863dbd0107e2b2287ae9cb8d9a460b49af75bb0f53ba SHA512 02c5960f0f545d8a1cf09706cf95a8dcd9eaf7416d554b8d73a73ebf36386f76ecb94ca09e50c6ce16330e41386f59af13ecacff3d29b5b9c016aad3660b1f14 +EBUILD sable-1.0-r1.ebuild 778 BLAKE2B 6d6f0a2ad80f241ca08f0d5ef301066b50bd2fa44e5e03174f9c14c4b3fa6c5b12ade49b67999f06be7f530c734273e469f246152fd5fd64d628fd6f4c5006ab SHA512 7a566f9c10b306baf43ea39332d228af6d446683e48ec81421fbaeb527d708d4ad9c98784749af7beb96c41ff2facc06f5d90add85cfbce5bece1a2f2d5d1de2 MISC metadata.xml 761 BLAKE2B 86627886615bed5d2d5cb8593327f675d64c3ca52273a49bcabb427de132e543fd7e70339ae6605617bc7bc3bac954261ec3ec3c1c83bdaf5c648f591bcbc552 SHA512 ccebc168e2f7c941ec65238b69f28743e40c75e0c4e9a588d404a74119704448f5b692ddfbd329e8a5a8efd151d6b10de88a5000bda78459d97902852716f7eb diff --git a/games-arcade/sable/sable-1.0-r1.ebuild b/games-arcade/sable/sable-1.0-r1.ebuild new file mode 100644 index 000000000000..9ff9a086c60e --- /dev/null +++ b/games-arcade/sable/sable-1.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit desktop + +DESCRIPTION="A frantic 3D space shooter" +HOMEPAGE="http://jeuxlibres.net/showgame/sable.html" +SRC_URI="mirror://gentoo/${P}-src.tgz + mirror://gentoo/${PN}.png" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/opengl + media-libs/libsdl[joystick,opengl,sound,video] + media-libs/sdl-image[png] + media-libs/sdl-mixer" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) + +src_compile() { + emake INSTALL_RESDIR="/usr/share" +} + +src_install() { + dobin ${PN} + insinto /usr/share/${PN} + doins -r models sfx textures + einstalldocs + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Sable +} diff --git a/games-arcade/sable/sable-1.0.ebuild b/games-arcade/sable/sable-1.0.ebuild deleted file mode 100644 index acffef5fd373..000000000000 --- a/games-arcade/sable/sable-1.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A frantic 3D space shooter" -HOMEPAGE="http://jeuxlibres.net/showgame/sable.html" -SRC_URI="mirror://gentoo/${P}-src.tgz - mirror://gentoo/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - media-libs/libsdl[joystick,opengl,sound,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_compile() { - emake INSTALL_RESDIR="${GAMES_DATADIR}" -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r models sfx textures - dodoc ChangeLog README - - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} Sable - - prepgamesdirs -} -- cgit v1.2.3