From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63E231382C5 for ; Wed, 2 May 2018 19:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A267E0ACE; Wed, 2 May 2018 19:28:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CCABE0ACE for ; Wed, 2 May 2018 19:28:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE206335C8D for ; Wed, 2 May 2018 19:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 439463F for ; Wed, 2 May 2018 19:28:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525289300.e1861c4ae2a69d733cc3461c7deb64e42376d0c9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/uqm/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/uqm/uqm-0.7.0-r3.ebuild X-VCS-Directories: games-strategy/uqm/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e1861c4ae2a69d733cc3461c7deb64e42376d0c9 X-VCS-Branch: master Date: Wed, 2 May 2018 19:28:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e18c2aed-a928-4cd6-974c-8309beb24372 X-Archives-Hash: 90c23d7d59d00a5193f20529bb7efc3b commit: e1861c4ae2a69d733cc3461c7deb64e42376d0c9 Author: Pacho Ramos gentoo org> AuthorDate: Wed May 2 19:20:13 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed May 2 19:28:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1861c4a games-strategy/uqm: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-strategy/uqm/uqm-0.7.0-r3.ebuild | 111 --------------------------------- 1 file changed, 111 deletions(-) diff --git a/games-strategy/uqm/uqm-0.7.0-r3.ebuild b/games-strategy/uqm/uqm-0.7.0-r3.ebuild deleted file mode 100644 index 0d0264e8f7a..00000000000 --- a/games-strategy/uqm/uqm-0.7.0-r3.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils multilib toolchain-funcs games - -DESCRIPTION="The Ur-Quan Masters: Port of Star Control 2" -HOMEPAGE="http://sc2.sourceforge.net/" -SRC_URI="mirror://sourceforge/sc2/${P}-source.tgz - mirror://sourceforge/sc2/${P}-content.uqm - music? ( mirror://sourceforge/sc2/${P}-3domusic.uqm ) - voice? ( mirror://sourceforge/sc2/${P}-voice.uqm ) - remix? ( mirror://sourceforge/sc2/${PN}-remix-disc1.uqm \ - mirror://sourceforge/sc2/${PN}-remix-disc2.uqm \ - mirror://sourceforge/sc2/${PN}-remix-disc3.uqm \ - mirror://sourceforge/sc2/${PN}-remix-disc4.uqm )" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="music opengl remix voice" - -RDEPEND="media-libs/libmikmod - media-libs/libogg - >=media-libs/libpng-1.4:0 - media-libs/libsdl[X,sound,joystick,video] - media-libs/libvorbis - media-libs/sdl-image[png] - sys-libs/zlib - opengl? ( virtual/opengl )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - local myopengl - - use opengl \ - && myopengl=opengl \ - || myopengl=pure - - epatch \ - "${FILESDIR}"/${P}-tempdir.patch \ - "${FILESDIR}"/${P}-warning.patch - - cat <<-EOF > config.state - CHOICE_debug_VALUE='nodebug' - CHOICE_graphics_VALUE='${myopengl}' - CHOICE_sound_VALUE='mixsdl' - CHOICE_accel_VALUE='plainc' - INPUT_install_prefix_VALUE='${GAMES_PREFIX}' - INPUT_install_bindir_VALUE='\$prefix/bin' - INPUT_install_libdir_VALUE='\$prefix/lib' - INPUT_install_sharedir_VALUE='${GAMES_DATADIR}/' - EOF - - # Take out the read so we can be non-interactive. - sed -i \ - -e '/read CHOICE/d' build/unix/menu_functions || die - - # respect CFLAGS - sed -i \ - -e "s/-O3//" build/unix/build.config || die - - sed -i \ - -e "s:@INSTALL_LIBDIR@:$(games_get_libdir)/:g" \ - build/unix/uqm-wrapper.in || die - - # respect CC - sed -i \ - -e "s/PROG_gcc_FILE=\"gcc\"/PROG_gcc_FILE=\"$(tc-getCC)\"/" \ - build/unix/config_proginfo_build || die -} - -src_compile() { - MAKE_VERBOSE=1 ./build.sh uqm || die -} - -src_install() { - # Using the included install scripts seems quite painful. - # This manual install is totally fragile but maybe they'll - # use a sane build system for the next release. - newgamesbin uqm-wrapper uqm - exeinto "$(games_get_libdir)"/${PN} - doexe uqm - - insinto "${GAMES_DATADIR}"/${PN}/content/packages - doins "${DISTDIR}"/${P}-content.uqm - echo ${P} > "${D}${GAMES_DATADIR}"/${PN}/content/version || die - - insinto "${GAMES_DATADIR}"/${PN}/content/addons - if use music; then - doins "${DISTDIR}"/${P}-3domusic.uqm - fi - - if use voice; then - doins "${DISTDIR}"/${P}-voice.uqm - fi - - if use remix; then - insinto "${GAMES_DATADIR}"/${PN}/content/addons - doins "${DISTDIR}"/${PN}-remix-disc{1,2,3,4}.uqm - fi - - dodoc AUTHORS ChangeLog Contributing README WhatsNew doc/users/manual.txt - docinto devel - dodoc doc/devel/[!n]* - docinto devel/netplay - dodoc doc/devel/netplay/* - make_desktop_entry uqm "The Ur-Quan Masters" - prepgamesdirs -}