public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/
Date: Mon, 26 Sep 2016 07:20:29 +0000 (UTC)	[thread overview]
Message-ID: <1474874420.e525658d647e3c3cc883fc89447ffc2b6d20d32e.polynomial-c@gentoo> (raw)

commit:     e525658d647e3c3cc883fc89447ffc2b6d20d32e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 07:18:25 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 07:20:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e525658d

games-strategy/warzone2100: Removed old.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 games-strategy/warzone2100/Manifest                |   1 -
 .../warzone2100/warzone2100-3.1.2.ebuild           | 108 ---------------------
 2 files changed, 109 deletions(-)

diff --git a/games-strategy/warzone2100/Manifest b/games-strategy/warzone2100/Manifest
index 57a95c6..6bae373 100644
--- a/games-strategy/warzone2100/Manifest
+++ b/games-strategy/warzone2100/Manifest
@@ -1,4 +1,3 @@
-DIST warzone2100-3.1.2.tar.xz 86232636 SHA256 e33b0c89b981acda4ca2b473e105510caaecd0a0c6648ae22262f4b561566f1b SHA512 55046ebb661ccc948b426dd07b116173bce70221a94c55fbe0897b3ad2137e22af6163476a72c4f1a7e00eed3a04f53eb1f2243d64491b48467c67928992ae87 WHIRLPOOL 0d2cc9a09e1118a9afad6fae88682a93fc0622df22f30cedb097cff670329b1a820d04df65538585e92bc0017e3790b1026bf228ad77a8fbb69c423f85d7eb64
 DIST warzone2100-3.1.5.tar.xz 86236328 SHA256 21aacc3e475d17338cf7a57aefe4517868822a8167fb6c291f6f6f3b454ca442 SHA512 5d35d314a0fd6df7d52be634e010567f92b7ede617e9dc41523680dc4f4019a9afb9d0660bdd1ac908df70bdbca5e7696730b0861ad764aaea6ef851cf598fca WHIRLPOOL e510cc06de299db2ad79943f199c89fcd6408d6554f1da126666529379a23defa7f7521275502cc699cd6fefd2f0dc5fab64e6a049bcf54abda0e8da2229d696
 DIST warzone2100-3.2.1-openssl110.patch 1460 SHA256 bef16d511d8bb752b82e0e1debe6c0990c6c91c1e4aa03561ad34a1f7593f676 SHA512 e922d5138ef5de466b26f7473aa553c8ed650470c503f984a99b661ebe87011d644158d2a7a351342c3fd57d5ba55e62c9542f92a1586f40d1ea5c816702d838 WHIRLPOOL 43fca2f48dc930c013aed0c61120feaed73b1ad6cbc6fd59956b742a7c10dab31d0d7bd82e86a718a341959d2143ada5c49ecd80e2afc200020e8fd99303ef88
 DIST warzone2100-3.2.1-openssl110_v2.patch 2984 SHA256 639b5be0316bd187f804dc708d1fbcfbcae510b09b3d5af5fa2a8f8ef8b84d6f SHA512 557cfc27a6ac26302c4064d8b8d3ce0c94167c1ea758d6bf574d9a4e8d1c7e002ab93e0e34b5a85cb386313d871de1d77a3a7fd74d35aae057fe1155f510096b WHIRLPOOL 1aea245db0990f7f2ab675713869d657bd8e491e40f6651f0da9f5ca0a55fd5a76ddae62dfa73a6a37368efad6d3162fc712e955a1a091ecc1afe43fbb2aa891

diff --git a/games-strategy/warzone2100/warzone2100-3.1.2.ebuild b/games-strategy/warzone2100/warzone2100-3.1.2.ebuild
deleted file mode 100644
index 3037abb..00000000
--- a/games-strategy/warzone2100/warzone2100-3.1.2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools toolchain-funcs eutils versionator gnome2-utils games
-
-MY_PV=$(get_version_component_range -2)
-VIDEOS_PV=2.2
-VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz
-DESCRIPTION="3D real-time strategy game"
-HOMEPAGE="http://wz2100.net/"
-SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.xz
-	videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )"
-
-LICENSE="GPL-2 CC-BY-SA-3.0 public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-# upstream requested debug support
-IUSE="debug nls qt4 videos"
-
-# TODO: unbundle miniupnpc and quesoglc
-RDEPEND=">=dev-games/physfs-2[zip]
-	dev-libs/fribidi
-	media-libs/fontconfig
-	media-libs/freetype:2
-	media-libs/glew:=
-	media-libs/libogg
-	media-libs/libpng:0
-	media-libs/libtheora
-	media-libs/libvorbis
-	media-libs/openal
-	sys-libs/zlib
-	virtual/glu
-	virtual/opengl
-	x11-libs/libX11
-	x11-libs/libXrandr
-	dev-qt/qtcore:4
-	dev-qt/qtscript:4
-	nls? ( virtual/libintl )
-	qt4? (
-		dev-qt/qtgui:4
-		dev-qt/qtopengl:4
-	)
-	!qt4? ( media-libs/libsdl[opengl,video] )"
-DEPEND="${RDEPEND}
-	app-arch/zip
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
-	media-fonts/dejavu"
-
-src_prepare() {
-	sed -i \
-		-e 's/#top_builddir/top_builddir/' \
-		po/Makevars || die
-
-	epatch "${FILESDIR}"/${P}-pkgconf.patch \
-		"${FILESDIR}"/${P}-openGL.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	egamesconf \
-		--docdir=/usr/share/doc/${PF} \
-		--localedir=/usr/share/locale \
-		--with-distributor="Gentoo ${PF}" \
-		--with-icondir=/usr/share/icons/hicolor/128x128/apps \
-		--with-applicationdir=/usr/share/applications \
-		$(use_enable debug debug relaxed) \
-		$(use_enable nls) \
-		--with-backend=$(usex qt4 "qt" "sdl")
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)"
-}
-
-src_install() {
-	default
-	rm -f "${D}"/usr/share/doc/${PF}/COPYING*
-	if use videos ; then
-		insinto "${GAMES_DATADIR}"/${PN}
-		newins "${DISTDIR}"/${VIDEOS_P} sequences.wz
-	fi
-	doman doc/warzone2100.6
-	dodoc doc/quickstartguide.pdf
-
-	elog "If you are using opensource drivers you should consider installing: "
-	elog "    media-libs/libtxc_dxtn"
-
-	prepgamesdirs
-}
-
-pkg_preinst() {
-	games_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2016-09-26  7:20 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26  7:20 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01  7:55 [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/ Sam James
2024-03-01  7:55 Sam James
2023-11-30  3:07 Sam James
2023-11-09 14:26 Sam James
2023-11-09 10:24 Sam James
2023-05-23  2:52 Sam James
2023-04-25 21:25 Sam James
2023-04-18  4:29 Sam James
2023-03-27  2:15 Sam James
2023-03-22  5:43 Sam James
2023-01-28  9:29 Arthur Zamarin
2023-01-28  5:11 Sam James
2023-01-22  2:25 Sam James
2023-01-22  1:39 Sam James
2022-11-03  6:35 Sam James
2022-11-03  6:35 Sam James
2022-08-27  7:43 Sam James
2022-08-11  7:37 Ionen Wolkens
2022-03-02  3:04 Sam James
2021-12-27  0:35 Lars Wendler
2021-12-27  0:35 Lars Wendler
2021-11-24  1:43 Sam James
2021-10-27  7:22 Sam James
2021-09-12 20:20 Ionen Wolkens
2021-09-12 20:20 Ionen Wolkens
2021-08-17 21:29 Sam James
2021-08-17 16:45 Sam James
2021-08-17 16:43 Sam James
2021-08-17 16:42 Sam James
2021-08-15 12:45 Lars Wendler
2021-08-14  3:53 Sam James
2021-08-14  3:48 Sam James
2021-08-14  3:48 Sam James
2021-08-14  3:48 Sam James
2021-08-14  3:48 Sam James
2021-08-14  3:48 Sam James
2021-08-14  3:48 Sam James
2021-08-14  3:48 Sam James
2021-08-09 22:21 Sam James
2021-08-06 12:58 Sam James
2021-06-23  2:24 Ionen Wolkens
2021-04-20 13:45 Sam James
2021-04-04 12:38 Sam James
2021-01-14 14:15 Sam James
2021-01-14 14:13 Sam James
2021-01-14 14:13 Sam James
2020-06-27 20:51 Aaron Bauman
2019-08-06 21:32 Lars Wendler
2018-05-06 19:03 Matt Turner
2017-09-21 14:33 Michael Palimaka
2017-09-21 14:33 Michael Palimaka
2017-05-05 13:44 Lars Wendler
2017-04-26  9:44 Lars Wendler
2017-04-26  9:44 Lars Wendler
2016-12-12  8:41 Lars Wendler
2016-09-29 12:46 Lars Wendler
2016-09-26 10:41 Lars Wendler
2016-09-26  7:20 Lars Wendler
2016-08-05  0:23 Austin English
2016-06-07 22:27 Michael Sterrett
2016-06-06 14:31 Agostino Sarubbo
2016-05-03  0:44 Michael Sterrett
2016-04-02 13:44 Agostino Sarubbo
2016-02-23 15:24 Michael Sterrett
2016-01-25 22:05 Michael Sterrett
2016-01-25 22:05 Michael Sterrett
2015-08-25  8:13 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474874420.e525658d647e3c3cc883fc89447ffc2b6d20d32e.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox