From d29b451b13e02f13b3078331db46e3314a226034 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Fri, 9 Aug 2019 00:31:23 +0300 Subject: games-fps/dhewm3: update to 1.5.1_pre1 Package-Manager: Portage-2.3.66, Repoman-2.3.16 --- games-fps/dhewm3/Manifest | 2 +- games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild | 66 ------------------------------- games-fps/dhewm3/dhewm3-1.5.1_pre1.ebuild | 66 +++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild create mode 100644 games-fps/dhewm3/dhewm3-1.5.1_pre1.ebuild (limited to 'games-fps') diff --git a/games-fps/dhewm3/Manifest b/games-fps/dhewm3/Manifest index c5d5bb2..a49bb93 100644 --- a/games-fps/dhewm3/Manifest +++ b/games-fps/dhewm3/Manifest @@ -1 +1 @@ -DIST dhewm3-1.5.0_rc1.tar.gz 5373827 SHA256 28ecaf813f2555a31870d1efa83025a3b83d891d4dfa1fb8d713ad52ae3c54e9 SHA512 bc64843e6723e19d0af68b05ae698dde849d563dd052ffee75ba742ab66d33e35b140966131694f3d2a58abc835fcf6f47448e0b8fc4e1741712cf83426ae8de WHIRLPOOL 8b76c229d13f150040f88f74e0d60d70400639df40383802323dd020d61baeeefa6b8beab10449092f948d3bff6a9c7ca38c2c43e9979e56a10986fc8d27e072 +DIST dhewm3-1.5.1_pre1.tar.gz 5385402 SHA256 bb454cfdf6e698bac2c6b1cfca19d7b1381b8a59cfb8bc4d38b483b7ee23da47 SHA512 73b2c43e16a82bc1a4fd6646493e7c69049a3c3abaac2206436f10d6180d616ad38c2c3480538e2690654c2cb73ec1be47d312939d64fd92ce03aff7fe64ceba WHIRLPOOL 822c121e05d8fdff1748bfdce70acddbe1f88805d362eba0f9958ef3dd081ce5d5fe78fb4a8eb10ba60e82279afb6b6d5f93980c25d7a56864c3d638dc2efb9b diff --git a/games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild b/games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild deleted file mode 100644 index d07d8f9..0000000 --- a/games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_PV=${PV/_rc/_RC} - -DESCRIPTION="A Doom 3 GPL source modification." -HOMEPAGE="https://github.com/dhewm/dhewm3" -SRC_URI="https://github.com/dhewm/dhewm3/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="dedicated" - -DEPEND=" - virtual/jpeg:0 - media-libs/libogg - media-libs/libsdl2 - media-libs/libvorbis - media-libs/openal - net-misc/curl - sys-libs/zlib:= -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${MY_PV}" -CMAKE_USE_DIR="${S}/neo" - -DATADIR=/usr/share/dhewm3 -DOCS="README.md" - -# TODO: patch for common games-dir with roe and doom3-data - -src_configure() { - mycmakeargs=( - -DDEDICATED=ON - -DSDL2=ON - -DCORE=$(usex dedicated OFF ON) - -DBASE=$(usex dedicated OFF ON) - -DD3XP=$(usex dedicated OFF ON) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - keepdir "${DATADIR}" - cmake-utils_src_install - - newicon "${CMAKE_USE_DIR}"/sys/linux/setup/image/doom3.png "${PN}".png - make_desktop_entry "${PN}" "Doom 3 - dhewm" -} - -pkg_postinst() { - elog "You need to copy *.pk4 from either your installation media or your hard drive to" - elog "${DATADIR}/base before running the game," - elog "or 'emerge games-fps/doom3-data' to install from CD." - echo -} diff --git a/games-fps/dhewm3/dhewm3-1.5.1_pre1.ebuild b/games-fps/dhewm3/dhewm3-1.5.1_pre1.ebuild new file mode 100644 index 0000000..cdb8cdb --- /dev/null +++ b/games-fps/dhewm3/dhewm3-1.5.1_pre1.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +MY_PV=${PV/_pre/_PRE} + +DESCRIPTION="A Doom 3 GPL source modification." +HOMEPAGE="https://github.com/dhewm/dhewm3" +SRC_URI="https://github.com/dhewm/dhewm3/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="dedicated" + +DEPEND=" + virtual/jpeg:0 + media-libs/libogg + media-libs/libsdl2 + media-libs/libvorbis + media-libs/openal + net-misc/curl + sys-libs/zlib:= +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-${MY_PV}" +CMAKE_USE_DIR="${S}/neo" + +DATADIR=/usr/share/dhewm3 +DOCS="README.md" + +# TODO: patch for common games-dir with roe and doom3-data + +src_configure() { + mycmakeargs=( + -DDEDICATED=ON + -DSDL2=ON + -DCORE=$(usex dedicated OFF ON) + -DBASE=$(usex dedicated OFF ON) + -DD3XP=$(usex dedicated OFF ON) + ) + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_install() { + keepdir "${DATADIR}" + cmake-utils_src_install + + newicon "${CMAKE_USE_DIR}"/sys/linux/setup/image/doom3.png "${PN}".png + make_desktop_entry "${PN}" "Doom 3 - dhewm" +} + +pkg_postinst() { + elog "You need to copy *.pk4 from either your installation media or your hard drive to" + elog "${DATADIR}/base before running the game," + elog "or 'emerge games-fps/doom3-data' to install from CD." + echo +} -- cgit v1.2.3-65-gdbad