Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, games-util/gtkevemon/
Date: Sat, 20 Apr 2019 23:21:58
Message-Id: 1555748393.8f58d496716aebfea27128a715e94fa356cdc7df.mgorny@gentoo
1 commit: 8f58d496716aebfea27128a715e94fa356cdc7df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 08:16:43 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 08:19:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f58d496
7
8 games-util/gtkevemon: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/675988
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-util/gtkevemon/Manifest | 1 -
14 games-util/gtkevemon/gtkevemon-1.10.ebuild | 45 -----------------------------
15 games-util/gtkevemon/gtkevemon-9999.ebuild | 46 ------------------------------
16 games-util/gtkevemon/metadata.xml | 13 ---------
17 profiles/package.mask | 2 --
18 5 files changed, 107 deletions(-)
19
20 diff --git a/games-util/gtkevemon/Manifest b/games-util/gtkevemon/Manifest
21 deleted file mode 100644
22 index 22e3ee52722..00000000000
23 --- a/games-util/gtkevemon/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST gtkevemon-1.10.tar.gz 240225 BLAKE2B cd2b64577e85d36e63ecd35c644c0a22da88caa3cd8587a703d4e4e95bfca6b4007fdb0a9e9bc4545e057e6ecf8b6f3c99e84ea7b91ab24fd4f603b91d9bc076 SHA512 c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9
27
28 diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild b/games-util/gtkevemon/gtkevemon-1.10.ebuild
29 deleted file mode 100644
30 index c753cae2122..00000000000
31 --- a/games-util/gtkevemon/gtkevemon-1.10.ebuild
32 +++ /dev/null
33 @@ -1,45 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit flag-o-matic
40 -
41 -DESCRIPTION="A standalone skill monitoring application for EVE Online"
42 -HOMEPAGE="https://github.com/gtkevemon/gtkevemon"
43 -SRC_URI="https://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-cpp/gtkmm:2.4
52 - dev-libs/libxml2
53 - dev-libs/openssl:0
54 -"
55 -
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig
58 -"
59 -src_prepare() {
60 - default
61 -
62 - sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
63 - -i "icon/${PN}.desktop" \
64 - || die "failed fix categories in icon/${PN}.desktop"
65 -
66 - # Fixes a QA notice.
67 - sed -i "/^Encoding/d" "icon/${PN}.desktop" \
68 - || die "failed to remove the Encoding from icon/${PN}.desktop"
69 -
70 - append-cxxflags -std=c++11
71 -}
72 -
73 -src_install() {
74 - dobin "src/${PN}"
75 - doicon "icon/${PN}.svg"
76 - domenu "icon/${PN}.desktop"
77 - einstalldocs
78 -}
79
80 diff --git a/games-util/gtkevemon/gtkevemon-9999.ebuild b/games-util/gtkevemon/gtkevemon-9999.ebuild
81 deleted file mode 100644
82 index 3a8c5bb264d..00000000000
83 --- a/games-util/gtkevemon/gtkevemon-9999.ebuild
84 +++ /dev/null
85 @@ -1,46 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -
91 -inherit flag-o-matic git-r3
92 -
93 -DESCRIPTION="A standalone skill monitoring application for EVE Online"
94 -HOMEPAGE="https://github.com/gtkevemon/gtkevemon"
95 -EGIT_REPO_URI="https://github.com/${PN}/${PN}"
96 -
97 -LICENSE="GPL-3"
98 -SLOT="0"
99 -KEYWORDS=""
100 -IUSE=""
101 -
102 -RDEPEND="
103 - dev-cpp/gtkmm:3.0
104 - dev-libs/libxml2
105 - net-misc/curl[ssl]
106 -"
107 -
108 -DEPEND="${RDEPEND}
109 - virtual/pkgconfig
110 -"
111 -
112 -src_prepare() {
113 - default
114 -
115 - sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
116 - -i "icon/${PN}.desktop" \
117 - || die "failed fix categories in icon/${PN}.desktop"
118 -
119 - # Fixes a QA notice.
120 - sed -i "/^Encoding/d" "icon/${PN}.desktop" \
121 - || die "failed to remove the Encoding from icon/${PN}.desktop"
122 -
123 - append-cxxflags -std=c++11
124 -}
125 -
126 -src_install() {
127 - dobin "src/${PN}"
128 - doicon "icon/${PN}.svg"
129 - domenu "icon/${PN}.desktop"
130 - einstalldocs
131 -}
132
133 diff --git a/games-util/gtkevemon/metadata.xml b/games-util/gtkevemon/metadata.xml
134 deleted file mode 100644
135 index d9cd7a74ba3..00000000000
136 --- a/games-util/gtkevemon/metadata.xml
137 +++ /dev/null
138 @@ -1,13 +0,0 @@
139 -<?xml version='1.0' encoding='UTF-8'?>
140 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
141 -<pkgmetadata>
142 - <longdescription lang="en">
143 - GtkEveMon is a standalone skill monitoring application for EVE Online.
144 - It allows monitoring characters' skills and skill training process without
145 - starting EVE Online. It is intended as a lightweight, cross-platform
146 - alternative to EveMon, a popular skill monitoring application for Windows.
147 - </longdescription>
148 - <upstream>
149 - <remote-id type="github">gtkevemon/gtkevemon</remote-id>
150 - </upstream>
151 -</pkgmetadata>
152
153 diff --git a/profiles/package.mask b/profiles/package.mask
154 index a4e1026813c..acfe663cbdd 100644
155 --- a/profiles/package.mask
156 +++ b/profiles/package.mask
157 @@ -608,13 +608,11 @@ x11-libs/hippo-canvas
158 # app-crypt/keynote: #675010, last updated upstream in 2000
159 # dev-util/skipfish: #675124, last upstream commit in 2012
160 # dev-util/wsta: #674004, no fix upstream, also #631610, #674526
161 -# games-util/gtkevemon: #675988, upstream API shut down
162 #
163 # Removal in 30 days.
164 app-crypt/keynote
165 dev-util/skipfish
166 dev-util/wsta
167 -games-util/gtkevemon
168
169 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
170 # Depends on >=virtual/{jdk,jre}-11 which is masked