commit:     5a93e9e8790432be7efcd1b7294f94598252e4b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 14:43:42 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 14:43:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a93e9e8

games-action/minetest_game: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-action/minetest_game/Manifest                |  3 ---
 games-action/minetest_game/metadata.xml            | 16 ---------------
 .../minetest_game/minetest_game-0.4.16.ebuild      | 24 ----------------------
 .../minetest_game/minetest_game-0.4.17.ebuild      | 24 ----------------------
 .../minetest_game/minetest_game-5.0.1.ebuild       | 23 ---------------------
 profiles/package.mask                              |  5 -----
 6 files changed, 95 deletions(-)

diff --git a/games-action/minetest_game/Manifest 
b/games-action/minetest_game/Manifest
deleted file mode 100644
index b4c8cb94de4..00000000000
--- a/games-action/minetest_game/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST minetest_game-0.4.16.tar.gz 1356062 BLAKE2B 
5a5481a56484b486848c762f53000fad3359076938767726d1c629ae3ce5c273306adda38672333137df314f83eb67c58633a58a82ba9c556c8d0f8df03b0f8a
 SHA512 
5823be50b385327948be1d609ffd66c9c24c6eb466eba4366c67dc3287c26066c74d25f17c4a6cb27fba34a82c093b8da44b3cb3fc62c45ad9d996bde15112d1
-DIST minetest_game-0.4.17.tar.gz 1356784 BLAKE2B 
4cbae279edc24c7ebe8460fd3d805d3ab0f6deaf5ab303818b025b454fee8e67097a980e22f1eff39306b1ef545eae3becbbc6cfcbcad34af96b01d46e865df0
 SHA512 
3ed6c8419a11fe38e311b319c2af8b1f2793e40cf4bcd96b3d61748ec56a930278bace992b4142a394279c0c0308d5783a0121a9224126da9df7bdb7536b9294
-DIST minetest_game-5.0.1.tar.gz 1509625 BLAKE2B 
607f40625131bdd8c82806f40c945780cf9c72977fa21c11031bca884143f46ecebbbd7f8672d4ab03885a1a8da2c99d5fda3628d77258db902e7cb184dff86e
 SHA512 
9798b032e3fea010eacb581c16a8f2b8a94d5d4365864b3d5c29a5962e32b7ed4e9c423f4093a0772c719bc9ac8e724e9226ed2c8fb8fd6100c650a1b064595e

diff --git a/games-action/minetest_game/metadata.xml 
b/games-action/minetest_game/metadata.xml
deleted file mode 100644
index 15dfa15e005..00000000000
--- a/games-action/minetest_game/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>vilhelm.g...@gmail.com</email>
-               <name>William Breathitt Gray</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-ma...@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <upstream>
-               
<bugs-to>https://github.com/minetest/minetest_game/issues</bugs-to>
-               <remote-id type="github">minetest/minetest_game</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/games-action/minetest_game/minetest_game-0.4.16.ebuild 
b/games-action/minetest_game/minetest_game-0.4.16.ebuild
deleted file mode 100644
index 480fa56907f..00000000000
--- a/games-action/minetest_game/minetest_game-0.4.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vcs-snapshot
-
-DESCRIPTION="The main game for the Minetest game engine"
-HOMEPAGE="https://github.com/minetest/minetest_game";
-SRC_URI="https://github.com/minetest/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-action/minetest-${PV}"
-
-src_install() {
-       insinto /usr/share/minetest/games/${PN}
-       doins -r mods menu
-       doins game.conf minetest.conf
-
-       dodoc README.txt game_api.txt
-}

diff --git a/games-action/minetest_game/minetest_game-0.4.17.ebuild 
b/games-action/minetest_game/minetest_game-0.4.17.ebuild
deleted file mode 100644
index cba98c5a406..00000000000
--- a/games-action/minetest_game/minetest_game-0.4.17.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vcs-snapshot
-
-DESCRIPTION="The main game for the Minetest game engine"
-HOMEPAGE="https://github.com/minetest/minetest_game";
-SRC_URI="https://github.com/minetest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-action/minetest-${PV}"
-
-src_install() {
-       insinto /usr/share/minetest/games/${PN}
-       doins -r mods menu
-       doins game.conf minetest.conf
-
-       dodoc README.txt game_api.txt
-}

diff --git a/games-action/minetest_game/minetest_game-5.0.1.ebuild 
b/games-action/minetest_game/minetest_game-5.0.1.ebuild
deleted file mode 100644
index a3ae8d56c26..00000000000
--- a/games-action/minetest_game/minetest_game-5.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The main game for the Minetest game engine"
-HOMEPAGE="https://github.com/minetest/minetest_game";
-SRC_URI="https://github.com/minetest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 LGPL-2.1 LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-action/minetest-${PV}"
-
-src_install() {
-       insinto /usr/share/minetest/games/${PN}
-       doins -r mods menu
-       doins game.conf minetest.conf
-
-       dodoc README.txt game_api.txt
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 1946490fcae..80574917bce 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -461,11 +461,6 @@ app-office/geierlein
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.26
 
-# James Le Cuirot <ch...@gentoo.org> (2019-09-19)
-# Minetest Game is now installed and managed through the Minetest
-# engine in games-action/minetest. Removal in 30 days.
-games-action/minetest_game
-
 # Michał Górny <mgo...@gentoo.org> (2019-09-16)
 # Unmaintained.  Fails to build.  Last release in 2004.  EAPI 0.
 # Removal in 30 days.  Bug #592360.

Reply via email to