commit:     8f58d496716aebfea27128a715e94fa356cdc7df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 08:16:43 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 08:19:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f58d496

games-util/gtkevemon: Remove last-rited pkg

Closes: https://bugs.gentoo.org/675988
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-util/gtkevemon/Manifest              |  1 -
 games-util/gtkevemon/gtkevemon-1.10.ebuild | 45 -----------------------------
 games-util/gtkevemon/gtkevemon-9999.ebuild | 46 ------------------------------
 games-util/gtkevemon/metadata.xml          | 13 ---------
 profiles/package.mask                      |  2 --
 5 files changed, 107 deletions(-)

diff --git a/games-util/gtkevemon/Manifest b/games-util/gtkevemon/Manifest
deleted file mode 100644
index 22e3ee52722..00000000000
--- a/games-util/gtkevemon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtkevemon-1.10.tar.gz 240225 BLAKE2B 
cd2b64577e85d36e63ecd35c644c0a22da88caa3cd8587a703d4e4e95bfca6b4007fdb0a9e9bc4545e057e6ecf8b6f3c99e84ea7b91ab24fd4f603b91d9bc076
 SHA512 
c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9

diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild 
b/games-util/gtkevemon/gtkevemon-1.10.ebuild
deleted file mode 100644
index c753cae2122..00000000000
--- a/games-util/gtkevemon/gtkevemon-1.10.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="A standalone skill monitoring application for EVE Online"
-HOMEPAGE="https://github.com/gtkevemon/gtkevemon";
-SRC_URI="https://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-cpp/gtkmm:2.4
-       dev-libs/libxml2
-       dev-libs/openssl:0
-"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-src_prepare() {
-       default
-
-       sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
-               -i "icon/${PN}.desktop" \
-               || die "failed fix categories in icon/${PN}.desktop"
-
-       # Fixes a QA notice.
-       sed -i "/^Encoding/d" "icon/${PN}.desktop" \
-               || die "failed to remove the Encoding from icon/${PN}.desktop"
-
-       append-cxxflags -std=c++11
-}
-
-src_install() {
-       dobin "src/${PN}"
-       doicon "icon/${PN}.svg"
-       domenu "icon/${PN}.desktop"
-       einstalldocs
-}

diff --git a/games-util/gtkevemon/gtkevemon-9999.ebuild 
b/games-util/gtkevemon/gtkevemon-9999.ebuild
deleted file mode 100644
index 3a8c5bb264d..00000000000
--- a/games-util/gtkevemon/gtkevemon-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic git-r3
-
-DESCRIPTION="A standalone skill monitoring application for EVE Online"
-HOMEPAGE="https://github.com/gtkevemon/gtkevemon";
-EGIT_REPO_URI="https://github.com/${PN}/${PN}";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-       dev-cpp/gtkmm:3.0
-       dev-libs/libxml2
-       net-misc/curl[ssl]
-"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       default
-
-       sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
-               -i "icon/${PN}.desktop" \
-               || die "failed fix categories in icon/${PN}.desktop"
-
-       # Fixes a QA notice.
-       sed -i "/^Encoding/d" "icon/${PN}.desktop" \
-               || die "failed to remove the Encoding from icon/${PN}.desktop"
-
-       append-cxxflags -std=c++11
-}
-
-src_install() {
-       dobin "src/${PN}"
-       doicon "icon/${PN}.svg"
-       domenu "icon/${PN}.desktop"
-       einstalldocs
-}

diff --git a/games-util/gtkevemon/metadata.xml 
b/games-util/gtkevemon/metadata.xml
deleted file mode 100644
index d9cd7a74ba3..00000000000
--- a/games-util/gtkevemon/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <longdescription lang="en">
-       GtkEveMon is a standalone skill monitoring application for EVE Online.
-       It allows monitoring characters' skills and skill training process 
without
-       starting EVE Online. It is intended as a lightweight, cross-platform
-       alternative to EveMon, a popular skill monitoring application for 
Windows.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">gtkevemon/gtkevemon</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a4e1026813c..acfe663cbdd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -608,13 +608,11 @@ x11-libs/hippo-canvas
 # app-crypt/keynote: #675010, last updated upstream in 2000
 # dev-util/skipfish: #675124, last upstream commit in 2012
 # dev-util/wsta: #674004, no fix upstream, also #631610, #674526
-# games-util/gtkevemon: #675988, upstream API shut down
 #
 # Removal in 30 days.
 app-crypt/keynote
 dev-util/skipfish
 dev-util/wsta
-games-util/gtkevemon
 
 # Miroslav Šulc <[email protected]> (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked

Reply via email to