commit:     bd9c0a1ae4c7af9f0019f879c7085f3f2e37daee
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 19:06:03 2023 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 19:06:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=bd9c0a1a

games-strategy/defcon: use version from gentoo repo

Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 games-strategy/defcon/defcon-1.6.1.ebuild | 46 -------------------------------
 games-strategy/defcon/metadata.xml        | 10 -------
 2 files changed, 56 deletions(-)

diff --git a/games-strategy/defcon/defcon-1.6.1.ebuild 
b/games-strategy/defcon/defcon-1.6.1.ebuild
deleted file mode 100644
index d155858..0000000
--- a/games-strategy/defcon/defcon-1.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils unpacker
-
-HOMEPAGE="http://www.introversion.co.uk/defcon/";
-DESCRIPTION="Global thermonuclear war simulation with multiplayer support"
-SRC_URI="
-       x86? ( https://www.introversion.co.uk/defcon/downloads/${PN}_$(ver_rs 2 
-)_i386.deb )
-       amd64? ( https://www.introversion.co.uk/defcon/downloads/${PN}_$(ver_rs 
2 -)_amd64.deb )
-"
-
-LICENSE="Introversion"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="strip"
-IUSE=""
-
-RDEPEND="
-       virtual/glu
-       media-libs/libogg
-       media-libs/libvorbis
-       media-libs/libsdl:0
-"
-
-S="${WORKDIR}"
-
-src_install() {
-       local dir="/opt/${PN}"
-       local exe="${PN}.bin.${ARCH/amd/x86_}"
-       #use x86 && exe="${PN}.bin.x86"
-       #use amd64 && exe="${PN}.bin.x86_64"
-
-       insinto "${dir}"
-       exeinto "${dir}"
-       cd "${S}/usr/local/games/${PN}"
-       doexe "${exe}"
-       doicon "${PN}.png"
-       dodoc "linux.txt" "license.txt"
-       doins sounds.dat main.dat
-
-       make_wrapper "${PN}" "./${exe}" "${dir}"
-       make_desktop_entry "${PN}" "${PN}" "${PN}"
-}

diff --git a/games-strategy/defcon/metadata.xml 
b/games-strategy/defcon/metadata.xml
deleted file mode 100644
index 2edb4f6..0000000
--- a/games-strategy/defcon/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<longdescription lang="en">
-Defcon. Everybody Dies.
-It's Global Thermonuclear War, and nobody wins.
-But maybe - just maybe - you can lose the least.
-</longdescription>
-</pkgmetadata>
-

Reply via email to