diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:31:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:31:01 +0000 |
commit | babc8e0d5ea19b1cb84e97193d1142fd7538d914 (patch) | |
tree | 26691cbc9fcec21ed62aa6ca9ded67edb4d16f91 /games-action | |
parent | Version bump. (diff) | |
download | gentoo-2-babc8e0d5ea19b1cb84e97193d1142fd7538d914.tar.gz gentoo-2-babc8e0d5ea19b1cb84e97193d1142fd7538d914.tar.bz2 gentoo-2-babc8e0d5ea19b1cb84e97193d1142fd7538d914.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/hotline-miami/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/hotline-miami/hotline-miami-1.0.9a.ebuild | 95 |
2 files changed, 6 insertions, 97 deletions
diff --git a/games-action/hotline-miami/ChangeLog b/games-action/hotline-miami/ChangeLog index 69a08f5db2f4..7f29b4ed4222 100644 --- a/games-action/hotline-miami/ChangeLog +++ b/games-action/hotline-miami/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/hotline-miami -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/hotline-miami/ChangeLog,v 1.5 2014/11/25 23:03:34 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/hotline-miami/ChangeLog,v 1.6 2015/01/27 07:31:01 mr_bones_ Exp $ + + 27 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> + -hotline-miami-1.0.9a.ebuild: + old 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml: drop maintainership diff --git a/games-action/hotline-miami/hotline-miami-1.0.9a.ebuild b/games-action/hotline-miami/hotline-miami-1.0.9a.ebuild deleted file mode 100644 index 7e43a1d62108..000000000000 --- a/games-action/hotline-miami/hotline-miami-1.0.9a.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/hotline-miami/hotline-miami-1.0.9a.ebuild,v 1.2 2014/06/18 19:19:54 mgorny Exp $ - -# TODO: unbundle Qt5 -# remove emul-linux-x86* deps (bug 484060) - -EAPI=5 - -inherit eutils games - -DESCRIPTION="High-octane action game overflowing with raw brutality" -HOMEPAGE="http://www.devolverdigital.com/games/view/hotline-miami" -SRC_URI="hotlinemiami_v${PV}-Linux_28-05-2013.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bundled-libs +launcher" -RESTRICT="bindist fetch splitdebug" - -MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} -QA_PREBUILT="${MYGAMEDIR#/}/lib/* - ${MYGAMEDIR#/}/Hotline - ${MYGAMEDIR#/}/hotline_launcher" - -RDEPEND=" - amd64? ( - || ( >=x11-libs/libX11-1.6.2[abi_x86_32] app-emulation/emul-linux-x86-xlibs ) - !bundled-libs? ( - media-gfx/nvidia-cg-toolkit[multilib] - || ( - ( app-emulation/emul-linux-x86-soundlibs ) - ( >=media-libs/libogg-1.3.0[abi_x86_32] - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32] - >=media-libs/openal-1.15.1[abi_x86_32] ) - ) - ) - launcher? ( - || ( - ( app-emulation/emul-linux-x86-xlibs ) - ( >=media-libs/freetype-2.5.0.1[abi_x86_32] - >=x11-libs/libXext-1.3.2[abi_x86_32] - >=x11-libs/libXrandr-1.4.2[abi_x86_32] - >=x11-libs/libXrender-0.9.8[abi_x86_32] - >=x11-libs/libxcb-1.9.1[abi_x86_32] ) - ) - ) - ) - x86? ( - x11-libs/libX11 - !bundled-libs? ( - media-gfx/nvidia-cg-toolkit - media-libs/libogg - media-libs/libvorbis - media-libs/openal - ) - launcher? ( - media-libs/freetype - x11-libs/libXext - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libxcb - ) - )" - -S=${WORKDIR} - -pkg_nofetch() { - einfo "Please buy & download ${SRC_URI} from:" - einfo " https://www.humblebundle.com/store" - einfo "and move it to ${DISTDIR}" -} - -src_install() { - insinto "${MYGAMEDIR}" - doins HotlineMiami_GL.wad - - exeinto "${MYGAMEDIR}" - doexe Hotline - use launcher && doexe hotline_launcher - - exeinto "${MYGAMEDIR}/lib" - use launcher && doexe lib/libQt5* - use bundled-libs && doexe libCg* libopenal* - - games_make_wrapper ${PN} "./Hotline" "${MYGAMEDIR}" "${MYGAMEDIR}/lib" - make_desktop_entry ${PN} - if use launcher ; then - games_make_wrapper ${PN}-launcher "./hotline_launcher" "${MYGAMEDIR}" "${MYGAMEDIR}/lib" - make_desktop_entry ${PN}-launcher "${PN} (launcher)" - fi - - prepgamesdirs -} |