mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-util/gtkevemon: Remove last-rited pkg
Closes: https://bugs.gentoo.org/675988 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gtkevemon-1.10.tar.gz 240225 BLAKE2B cd2b64577e85d36e63ecd35c644c0a22da88caa3cd8587a703d4e4e95bfca6b4007fdb0a9e9bc4545e057e6ecf8b6f3c99e84ea7b91ab24fd4f603b91d9bc076 SHA512 c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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 <fordfrog@gentoo.org> (19 Mar 2019)
|
||||
# Depends on >=virtual/{jdk,jre}-11 which is masked
|
||||
|
||||
Reference in New Issue
Block a user