commit:     6b09597abd254938fd08526e228d5b4c8cc21576
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 22:32:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 07:57:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b09597a

games-action/bzflag: Drop 2.4.12, 2.4.14, 2.4.16, 2.4.18

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-action/bzflag/Manifest             |  4 --
 games-action/bzflag/bzflag-2.4.12.ebuild | 66 -----------------------------
 games-action/bzflag/bzflag-2.4.14.ebuild | 70 -------------------------------
 games-action/bzflag/bzflag-2.4.16.ebuild | 71 --------------------------------
 games-action/bzflag/bzflag-2.4.18.ebuild | 71 --------------------------------
 5 files changed, 282 deletions(-)

diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index 474be2b3e40..878f716476d 100644
--- a/games-action/bzflag/Manifest
+++ b/games-action/bzflag/Manifest
@@ -1,6 +1,2 @@
-DIST bzflag-2.4.12.tar.bz2 14042357 BLAKE2B 
eb18072f459549b18bf99fbe0b635aea24568ad39494082f443e8eb7a604db0341aa18f1d458a950b5344f34278599215b351bcad35bd88f33f01449b89489b8
 SHA512 
9b5fa6b7ab7eb13043242defcc86cbed083e98306b2f611932b48d6d833a37bbe2ab05a0a3d1a2c9b861bfbd834fc6e86783ba82d8a841527d0eedb06f3bde9f
-DIST bzflag-2.4.14.tar.bz2 14066129 BLAKE2B 
7ec44bc9b7ccb644b98dac0b99770471b488b9e34b12a34e4fa76cdc22a4e7b14324915b83db76a69bb4b8ebd928018e69145aa6b87e48a379d37c23ce84c575
 SHA512 
c092a869813bd300e5eff5bf17ea46708b566a9e4f56cb6c4ccd92346ab1e87c8837efb8295d3b4485cd8d4de5b0d92b079c70390d06a481cfee693d393aca21
-DIST bzflag-2.4.16.tar.bz2 14010330 BLAKE2B 
fc19e068c43c18bd38445b48ca0ca38669f956da1540e3255420cb7f36a42349aa3aa881dfeed2b2a1a7e163ee832a510fde658edd38b6ac038b62229baf8306
 SHA512 
809adc39088f3fc8ca0d2ead9c7172cfbe582789bc80b3ac55fabe078a0868f0cf7cfa8027ac696718e9983a19386933fd370684a0bd33e63c3106f2ce8a9d63
-DIST bzflag-2.4.18.tar.bz2 14011236 BLAKE2B 
103495622afb45b2bf87576d92c5cdd37a04386fa82583929ab64087a875acd3be49045cf81d0099fccd0ebc5e7471883756edb85894f9f519d7b6fea8ac3534
 SHA512 
8e3183f2d78b686c92f3b9911b3cad2fa0df5693401537dc674c75e192fd59451167b7ddc546aa8a090b38d7864b8f22459ba9a4702451987f9c1dfa87fdb246
 DIST bzflag-2.4.20.tar.bz2 14032356 BLAKE2B 
278b0f0d970f103a7b00953e60bda6962706dea27a8695bae8e902bdbb1364158ace03dafc778871e89444fe44f16e7d2fceec36b67982ad7f18fc916484260d
 SHA512 
6140123d37065bead3021ef9c36db1210ad2c71a4a7deb6894bb3f856a571197a7eac37d16b8e3b587549dc201c4ac8d7bbe03d1a05d067dc452861924005169
 DIST bzflag-2.4.22.tar.bz2 14169079 BLAKE2B 
e3020d161326215b721e142198295314fce60212322d787389ee47519a8f20a64065ec2744799b8dc282fb343af1b2c5ae54bdab93827a5716ad5ac2363f8978
 SHA512 
c78ad0e9e861d0c922ef73dd1e040d998836efaab3a48d5a3cd8392835ce37392b1b9438aed7483ea48c6bce672bb937aeba40553553dce0c0fd3cce38bf10cf

diff --git a/games-action/bzflag/bzflag-2.4.12.ebuild 
b/games-action/bzflag/bzflag-2.4.12.ebuild
deleted file mode 100644
index 7fdb07496ab..00000000000
--- a/games-action/bzflag/bzflag-2.4.12.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop flag-o-matic ltprune
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="https://www.bzflag.org/";
-SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated upnp"
-
-RDEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl2[joystick,sound,video]
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}"/${P}-configure.patch
-       "${FILESDIR}"/${P}-tinfo.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=(
-               $(use_enable upnp UPnP)
-       )
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf+=( --disable-client --without-SDL )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
-               default
-
-       if ! use dedicated ; then
-               newicon data/bzflag-48x48.png ${PN}.png
-               make_desktop_entry ${PN} "BZFlag"
-       fi
-
-       prune_libtool_files --modules
-}

diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild 
b/games-action/bzflag/bzflag-2.4.14.ebuild
deleted file mode 100644
index 68787097d15..00000000000
--- a/games-action/bzflag/bzflag-2.4.14.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop flag-o-matic ltprune
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="https://www.bzflag.org/";
-SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated upnp"
-
-RDEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl2[joystick,sound,video]
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.4.12-configure.patch
-       "${FILESDIR}"/${PN}-2.4.12-tinfo.patch
-       "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=(
-               $(use_enable upnp UPnP)
-               --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN}
-       )
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf+=( --disable-client --without-SDL )
-       else
-               myconf=( --with-SDL=2 )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
-               default
-
-       if ! use dedicated ; then
-               newicon data/bzflag-48x48.png ${PN}.png
-               make_desktop_entry ${PN} "BZFlag"
-       fi
-
-       prune_libtool_files --modules
-}

diff --git a/games-action/bzflag/bzflag-2.4.16.ebuild 
b/games-action/bzflag/bzflag-2.4.16.ebuild
deleted file mode 100644
index 84a0bef4a27..00000000000
--- a/games-action/bzflag/bzflag-2.4.16.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop flag-o-matic
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="https://www.bzflag.org/";
-SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated upnp"
-
-RDEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl2[joystick,sound,video]
-               media-libs/glew:=
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.4.12-configure.patch
-       "${FILESDIR}"/${PN}-2.4.12-tinfo.patch
-       "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=(
-               $(use_enable upnp UPnP)
-               --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN}
-       )
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf+=( --disable-client --without-SDL )
-       else
-               myconf=( --with-SDL=2 )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
-               default
-
-       if ! use dedicated ; then
-               newicon data/bzflag-48x48.png ${PN}.png
-               make_desktop_entry ${PN} "BZFlag"
-       fi
-
-       find "${D}"/ -name \*.la -delete
-}

diff --git a/games-action/bzflag/bzflag-2.4.18.ebuild 
b/games-action/bzflag/bzflag-2.4.18.ebuild
deleted file mode 100644
index 2186c9bc37a..00000000000
--- a/games-action/bzflag/bzflag-2.4.18.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop flag-o-matic
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="https://www.bzflag.org/";
-SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated upnp"
-
-RDEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl2[joystick,sound,video]
-               media-libs/glew:=
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.4.12-configure.patch
-       "${FILESDIR}"/${PN}-2.4.12-tinfo.patch
-       "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=(
-               $(use_enable upnp UPnP)
-               --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN}
-       )
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf+=( --disable-client --without-SDL )
-       else
-               myconf=( --with-SDL=2 )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
-               default
-
-       if ! use dedicated ; then
-               newicon data/bzflag-48x48.png ${PN}.png
-               make_desktop_entry ${PN} "BZFlag"
-       fi
-
-       find "${D}"/ -name \*.la -delete
-}

Reply via email to