games-action/bzflag: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:07 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:29:10 +0000 (02:29 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-action/bzflag/Manifest
games-action/bzflag/bzflag-2.4.10.ebuild [deleted file]
games-action/bzflag/bzflag-2.4.2-r1.ebuild [deleted file]
games-action/bzflag/bzflag-2.4.4-r1.ebuild [deleted file]
games-action/bzflag/bzflag-2.4.4.ebuild [deleted file]
games-action/bzflag/bzflag-2.4.6.ebuild [deleted file]
games-action/bzflag/bzflag-2.4.8.ebuild [deleted file]

index b089732a4944a70d11d6b6518b4468d7664ff880..f0831f9e1bcca16b0c8326daba161614fb2f37a4 100644 (file)
@@ -1,6 +1 @@
-DIST bzflag-2.4.10.tar.bz2 13967644 BLAKE2B fb21420fdba707b36b8053c9431f05f877c1dcb738e0135bc14f0bda734c28d78507443021cfcc6cd6de40d1dc36d6af07057cf43c0f8778c3dcbd476ea13631 SHA512 a120b757d9ea23a189db7f126140d338f6e1c6a34b7f28ca69b2ec15d39c8a5da79aeab622cc6b7227587556bb89904b4a6013b0bb88baa7f01f667d259456a9
 DIST bzflag-2.4.12.tar.bz2 14042357 BLAKE2B eb18072f459549b18bf99fbe0b635aea24568ad39494082f443e8eb7a604db0341aa18f1d458a950b5344f34278599215b351bcad35bd88f33f01449b89489b8 SHA512 9b5fa6b7ab7eb13043242defcc86cbed083e98306b2f611932b48d6d833a37bbe2ab05a0a3d1a2c9b861bfbd834fc6e86783ba82d8a841527d0eedb06f3bde9f
-DIST bzflag-2.4.2.tar.bz2 15971448 BLAKE2B b3f964560dbeddda769ea094038c0e3b7d7a0908cef5d654d91dc2ed26b375b672ecf8c63bc4f7886f05c0b6c469747a69f4764f68c354acb1d155e1253c6690 SHA512 e5645e825f19896ad4dc1e3bf97c9b52ed3838210d97d5532936a9306623283330c9535288af90f86e32c88a1a7996b2c872b9c081558eea48400b86b3a1a6ff
-DIST bzflag-2.4.4.tar.bz2 13922761 BLAKE2B f9d9936c09d6d9cca33e4fe040e6191858b989a98326210ef4487cba7f283f22529b124949fa8fc2a064b335b8c5a7f270dca47bbc0c3f60518ede8cfd498950 SHA512 ee9eefe6a24250f1aa0ac808755f2e3700ea97c559019ca8beefb8d236afd1571314f07a8f19662677526ae364d38617a1a62b356e851c27669cb9acef1a8fd3
-DIST bzflag-2.4.6.tar.bz2 13919761 BLAKE2B 9daebeb477b6245538a1363ee6a39bdd261980fabcc33f39cf2dcd1ce25cfce6dbb68b5ce9e4fe26275b3d0caa720c5600990e9cbcacbc9b2c8cce5098d95d13 SHA512 b2c82b75a99aa47975d98030104654da6ae3943582a22e18faf157c8929d96ab255a4343e044baa76714b8564c60194b6edbc7b8e28a3352848c471365678205
-DIST bzflag-2.4.8.tar.bz2 14048447 BLAKE2B 770ac7805ca608b7880b489c37904224f6f6d9aafd8e4c888f11bc1e8b01f5093481cf3ca6989f5830f420d09061f665bd62b2d7f0e393982db64013c35f6ac2 SHA512 b83eb4d5297ff8a75193b898a3de6eef7354196cb46f97f4828d7611e72476c3c7f1369dca80f8f3222b9e3a689cbcd7c735652b483b635e7422e18689bb9b82
diff --git a/games-action/bzflag/bzflag-2.4.10.ebuild b/games-action/bzflag/bzflag-2.4.10.ebuild
deleted file mode 100644 (file)
index 909cc84..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="http://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"
-
-DEPEND="
-       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 )"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-       "${FILESDIR}"/${P}-configure.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf="--disable-client --without-SDL"
-       fi
-
-       econf \
-               $(use_enable upnp UPnP) \
-               ${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.2-r1.ebuild b/games-action/bzflag/bzflag-2.4.2-r1.ebuild
deleted file mode 100644 (file)
index 20fd1e3..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic games
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="http://www.bzflag.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated sdl"
-
-UIDEPEND="virtual/opengl
-       virtual/glu
-       media-libs/libsdl[sound,joystick,video]
-       media-libs/glew
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXi
-       x11-libs/libXmu
-       x11-libs/libXt
-       x11-libs/libXxf86vm"
-
-DEPEND=">=net-misc/curl-7.15.0
-       sys-libs/ncurses
-       net-dns/c-ares
-       sdl? ( ${UIDEPEND} )
-       !sdl? ( !dedicated? ( ${UIDEPEND} ) )"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-nocxxflags.patch
-       eautoreconf
-}
-
-src_configure() {
-       local myconf
-
-       if use dedicated && ! use sdl ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf="--disable-client --without-SDL"
-       fi
-       egamesconf \
-               --disable-ccachetest \
-               --without-regex \
-               --disable-UPnP \
-               ${myconf}
-}
-
-src_install() {
-       default
-       dodoc PORTING DEVINFO
-
-       if use sdl || ! use dedicated ; then
-               newicon "data/bzflag-48x48.png" ${PN}.png
-               make_desktop_entry ${PN} "BZFlag"
-       fi
-
-       prune_libtool_files --modules
-       prepgamesdirs
-}
diff --git a/games-action/bzflag/bzflag-2.4.4-r1.ebuild b/games-action/bzflag/bzflag-2.4.4-r1.ebuild
deleted file mode 100644 (file)
index c5cf9c2..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="http://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"
-
-DEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl[joystick,sound,video]
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-       "${FILESDIR}"/${P}-configure.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf="--disable-client --without-SDL"
-       fi
-
-       econf \
-               $(use_enable upnp UPnP) \
-               ${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.4.ebuild b/games-action/bzflag/bzflag-2.4.4.ebuild
deleted file mode 100644 (file)
index eecc94e..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic games
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="http://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"
-
-UIDEPEND=""
-DEPEND=">=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       net-dns/c-ares
-       sys-libs/zlib
-       upnp? ( net-libs/miniupnpc )
-       !dedicated? (
-               virtual/opengl
-               virtual/glu
-               media-libs/libsdl[sound,joystick,video] )"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-configure.patch
-       eautoreconf
-}
-
-src_configure() {
-       local myconf
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf="--disable-client --without-SDL"
-       fi
-       egamesconf \
-               $(use_enable upnp UPnP) \
-               ${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
-       prepgamesdirs
-}
diff --git a/games-action/bzflag/bzflag-2.4.6.ebuild b/games-action/bzflag/bzflag-2.4.6.ebuild
deleted file mode 100644 (file)
index c5cf9c2..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="http://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"
-
-DEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl[joystick,sound,video]
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-       "${FILESDIR}"/${P}-configure.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf="--disable-client --without-SDL"
-       fi
-
-       econf \
-               $(use_enable upnp UPnP) \
-               ${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.8.ebuild b/games-action/bzflag/bzflag-2.4.8.ebuild
deleted file mode 100644 (file)
index c5cf9c2..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="http://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"
-
-DEPEND="
-       net-dns/c-ares
-       >=net-misc/curl-7.15.0
-       sys-libs/ncurses:0
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl[joystick,sound,video]
-               virtual/glu
-               virtual/opengl )
-       upnp? ( net-libs/miniupnpc )"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-       "${FILESDIR}"/${P}-configure.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myconf
-
-       if use dedicated ; then
-               ewarn
-               ewarn "You are building a server-only copy of BZFlag"
-               ewarn
-               myconf="--disable-client --without-SDL"
-       fi
-
-       econf \
-               $(use_enable upnp UPnP) \
-               ${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
-}