summaryrefslogtreecommitdiff
path: root/games-sports
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-04 06:31:31 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-04 06:31:31 +0000
commit938fbde93e004f7105be06ceac4acc5d5a713eee (patch)
treee6af015b2563c8835dd4272cfdd9e4a748eb6f0e /games-sports
parent2c45874c71c8b3fafd85fd336d590f9b63ca1188 (diff)
downloadbaldeagleos-repo-938fbde93e004f7105be06ceac4acc5d5a713eee.tar.gz
baldeagleos-repo-938fbde93e004f7105be06ceac4acc5d5a713eee.tar.xz
baldeagleos-repo-938fbde93e004f7105be06ceac4acc5d5a713eee.zip
Updating liguros repo
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/ski/Manifest1
-rw-r--r--games-sports/ski/metadata.xml9
-rw-r--r--games-sports/ski/ski-6.9-r1.ebuild33
3 files changed, 0 insertions, 43 deletions
diff --git a/games-sports/ski/Manifest b/games-sports/ski/Manifest
deleted file mode 100644
index ffc26f2beabf..000000000000
--- a/games-sports/ski/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ski-6.9.tar.gz 17543 BLAKE2B aedc697ba636f12a3e180d351d2e0c409debcca2aba1eaa8bd5ecf93503b3903845424f9ed99ea83e26b311841b8287702a3c71730c60dbb3fa8e47eea05ead4 SHA512 bdcd9a267153b23bc1e4b99f0073d9d26ff8a8d670d70ec06cc27b91cd4a3bdaf821507671d73a359b3447261d52e596c61cbf9596eead7191102d1a089178b6
diff --git a/games-sports/ski/metadata.xml b/games-sports/ski/metadata.xml
deleted file mode 100644
index 972e3be0ecc4..000000000000
--- a/games-sports/ski/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
- <origin>gentoo-staging</origin>
-</pkgmetadata>
diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild
deleted file mode 100644
index 9b77629218b8..000000000000
--- a/games-sports/ski/ski-6.9-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="A simple text-mode skiing game"
-HOMEPAGE="https://www.catb.org/~esr/ski/"
-SRC_URI="http://www.catb.org/~esr/ski/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
-RDEPEND="${RDEPEND} !!app-emulation/ski"
-
-src_install() {
- dobin ski
- dodoc NEWS README
- doman ski.6
- domenu ski.desktop
- doicon ski.png
- python_fix_shebang "${ED}/usr/bin"
-}