diff --git a/contrib/gentoo/games-action/d1x-rebirth/d1x-rebirth-0.59.100.ebuild b/contrib/gentoo/games-action/d1x-rebirth/d1x-rebirth-0.60.0_beta2.ebuild similarity index 100% rename from contrib/gentoo/games-action/d1x-rebirth/d1x-rebirth-0.59.100.ebuild rename to contrib/gentoo/games-action/d1x-rebirth/d1x-rebirth-0.60.0_beta2.ebuild diff --git a/contrib/gentoo/games-action/d2x-rebirth/d2x-rebirth-0.59.100.ebuild b/contrib/gentoo/games-action/d2x-rebirth/d2x-rebirth-0.60.0_beta2.ebuild similarity index 100% rename from contrib/gentoo/games-action/d2x-rebirth/d2x-rebirth-0.59.100.ebuild rename to contrib/gentoo/games-action/d2x-rebirth/d2x-rebirth-0.60.0_beta2.ebuild diff --git a/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild b/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-0.60.0_beta2.ebuild similarity index 96% rename from contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild rename to contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-0.60.0_beta2.ebuild index 803ada14f..9906d3b22 100644 --- a/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild +++ b/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-0.60.0_beta2.ebuild @@ -15,7 +15,8 @@ if [[ "$PV" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" else - SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/$PV.zip -> $PN-$PVR.zip" + MY_PV="${PV/_beta/-beta}" + SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/$MY_PV.zip -> $PN-$PVR.zip" # Restriction only for use in private overlays. When this is added to a # public tree, post the sources to a mirror and remove this restriction. @@ -37,14 +38,16 @@ SLOT="0" KEYWORDS="amd64 x86" # Default to building both game engines. The total size is relatively # small. -IUSE="+d1x +d2x debug editor +flac ipv6 +joystick l10n_de +midi +mp3 +music +opengl opl3-musicpack sc55-musicpack tracker +vorbis" +IUSE="+d1x +d2x debug editor +flac ipv6 +joystick l10n_de +midi +mp3 +music +opengl opl3-musicpack +png sc55-musicpack tracker +vorbis" DEPEND="dev-games/physfs[hog,mvl,zip] media-libs/libsdl[joystick?,opengl?,sound,video] music? ( media-libs/sdl-mixer ) opengl? ( virtual/opengl - virtual/glu )" + virtual/glu ) + png? ( media-libs/libpng ) +" # As of this writing, there is no Portage shorthand syntax to express: # " @@ -153,6 +156,7 @@ dxx_scons() { opengl=$(usex opengl 1 0) use_tracker=$(usex tracker 1 0) prefix="${EPREFIX}"/usr + screenshot=$(usex png png legacy) m_builddir=build/main/ m_editor=0 )