public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/
Date: Thu, 15 Mar 2018 22:27:27 +0000 (UTC)	[thread overview]
Message-ID: <1521152822.0d4076278ce9123027bfcdab581e942473c71486.asturm@gentoo> (raw)

commit:     0d4076278ce9123027bfcdab581e942473c71486
Author:     Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Wed Mar 14 21:45:05 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 22:27:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d407627

games-fps/urbanterror-data: Drop old version (4.3.2-r1)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-fps/urbanterror-data/Manifest                |  1 -
 .../urbanterror-data-4.3.2-r1.ebuild               | 66 ----------------------
 2 files changed, 67 deletions(-)

diff --git a/games-fps/urbanterror-data/Manifest b/games-fps/urbanterror-data/Manifest
index 659b3d0b1b4..a43a3e00145 100644
--- a/games-fps/urbanterror-data/Manifest
+++ b/games-fps/urbanterror-data/Manifest
@@ -2,4 +2,3 @@ DIST urbanterror-data-4.3.0-to-4.3.1.zip 7495315 BLAKE2B a4562c81169274e6f7685c9
 DIST urbanterror-data-4.3.0.zip 1490106979 BLAKE2B 2bee5e869b3929564cdba268765f6fda67ec1e4fb55209cac3f7b51b418bba287ba22112e5cd4db8ff2aae81ac836a31640760b1e4b24440054f2b2ee4d7e3c3 SHA512 2f54b59355f790a65b3dbd205e9e8b30d41856f5010a55e9e1436a6ec78e986ceecf78c8d84fac1060702c38a7df849f78a2832bdccb91ea46444877635b32ea
 DIST urbanterror-data-4.3.1-to-4.3.2.zip 15305498 BLAKE2B d3b21c893dc6f5ce2323ca383ff52c1f6711ba57ab752c30d8fbb76b5d72125427a14fc30127589c5612df34cfda869a0727a838006fd6fc566005a54b7e741d SHA512 cb24939fffef9310c6ca8496d0d4f3be8656685e749ff1d6589fd193990be67ac70494b61ef6a12dd1f6995a78d451b9f09098e03970e82e1e3153ec3f89792c
 DIST urbanterror-data-4.3.2-to-4.3.3.zip 10409736 BLAKE2B edc33e959cd16528ef732ae31335412c7c7741ccc5f106d2c0c6236f180cf9fd9b14a23b5e4a60d91aa9b8c4126fae5f110034216d5d2ae63ab784fc16532730 SHA512 f2100bf11b5dc0dac265f43fe6c8aa0a1e604728ce02b5b6ca770c9145d11bf02a7e2118ff818d1fdb2b9693ddb85eb012814f346337ef14c58c3a4f3e3abb90
-DIST urbanterror-data-4.3.2.zip 1491207564 BLAKE2B 3a292079d92895fa28567e8773d504a9f4b179de6d49607e9d589674374690a1fa673b0b8b08790b126140c8e8583ca3ee6f8439ea28e0f868fab6f4bc1a6268 SHA512 397aa5ba7f869049844d52a9dec234d020b856e16ba3ff295d97775e4e1d48730aecfba3992baf7d55c643c0073ceda32ada18d1473dadd55f561f27a8b9c4ed

diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild b/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild
deleted file mode 100644
index 7eebf9e788f..00000000000
--- a/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit check-reqs eutils
-
-ENGINE_PV=${PV}
-
-MY_PN=UrbanTerror
-MY_PV=43_full
-
-DESCRIPTION="Data files for UrbanTerror"
-HOMEPAGE="http://www.urbanterror.info"
-
-# Todo in the next release: save into ${PN}-4.3.0.zip
-# I just made a mistake, but loading some GiB just for
-# a mostly cosmetical fix isn’t worth the bandwith.
-SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}.zip -> ${P}.zip"
-
-# fetch updates recursively for |4.3.x-4.3.0|
-if [[ "${PV}" != "4.3.0" ]]; then
-	MY_CTR=0
-	while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
-		SRC_URI="${SRC_URI} https://up.barbatos.fr/urt/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip -> ${PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip"
-		MY_CTR=$(( ${MY_CTR} + 1 ))
-	done
-fi
-unset MY_CTR
-
-LICENSE="Q3AEULA-20000111 urbanterror-4.2-maps"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_PN}43"
-
-CHECKREQS_DISK_BUILD="3300M"
-CHECKREQS_DISK_USR="1400M"
-
-src_prepare() {
-	default
-
-	# apply updates we fetched before
-	# again recursively for |4.3.x - 4.3.0|
-	local MY_CTR
-	if [[ "${PV}" != "4.3.0" ]]; then
-		MY_CTR=0
-		while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
-			cp -dfpr \
-				"${WORKDIR}"/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 ))/* "${S}"
-			MY_CTR=$(( ${MY_CTR} + 1 ))
-		done
-	fi
-}
-
-src_install() {
-	insinto /usr/share/urbanterror/q3ut4
-	doins q3ut4/*.pk3
-	# These files are *essential* for startup
-	newins q3ut4/server_example.cfg server.cfg
-	newins q3ut4/autoexec_example.cfg autoexec.cfg
-
-	dodoc q3ut4/readme43.txt
-	docinto examples
-	dodoc q3ut4/{server_example.cfg,mapcycle_example.txt}
-}


             reply	other threads:[~2018-03-15 22:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 22:27 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-18  6:31 [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/ Sam James
2019-09-24 20:39 Michał Górny
2018-07-18  6:30 Andreas Sturmlechner
2018-07-18  6:30 Andreas Sturmlechner
2018-07-18  6:30 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-03-15 22:27 Andreas Sturmlechner
2017-12-10 20:42 James Le Cuirot
2017-08-30  6:26 David Seifert
2017-08-30  6:26 David Seifert
2017-06-09 10:19 Agostino Sarubbo
2017-06-08 10:16 Agostino Sarubbo
2017-05-10 19:58 Thomas Deutschmann

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=1521152822.0d4076278ce9123027bfcdab581e942473c71486.asturm@gentoo \
    --to=asturm@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