summaryrefslogtreecommitdiff
path: root/games-util/gtkevemon
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/gtkevemon')
-rw-r--r--games-util/gtkevemon/Manifest4
-rw-r--r--games-util/gtkevemon/gtkevemon-1.10.ebuild45
-rw-r--r--games-util/gtkevemon/gtkevemon-9999.ebuild46
-rw-r--r--games-util/gtkevemon/metadata.xml13
4 files changed, 0 insertions, 108 deletions
diff --git a/games-util/gtkevemon/Manifest b/games-util/gtkevemon/Manifest
deleted file mode 100644
index 5a8506c9b4da..000000000000
--- a/games-util/gtkevemon/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gtkevemon-1.10.tar.gz 240225 BLAKE2B cd2b64577e85d36e63ecd35c644c0a22da88caa3cd8587a703d4e4e95bfca6b4007fdb0a9e9bc4545e057e6ecf8b6f3c99e84ea7b91ab24fd4f603b91d9bc076 SHA512 c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9
-EBUILD gtkevemon-1.10.ebuild 955 BLAKE2B 136d44764e42698e9f6608f9be5ace24f969922c0b6dd401ef1ac673d43c9d2a1972948f3d6b2100bcfa52efe6cfc979a180c9899abddc5f0d554d279fb1c733 SHA512 bb86529e37acf59288555ccbf6f9eababa65b485b5d0db10e0e57c7e0f563a756bb7fce7dd38763cfd804ec7cc674cfc448fedd036077b154e425f56d3244590
-EBUILD gtkevemon-9999.ebuild 917 BLAKE2B 8b333889a59920ede2f3f1940f8945ee5e17c3c83f00a873ea0d41b260a72107a252c02b4b1d058a90602119edbc75b607810e37a557327a24b0d235d291ce22 SHA512 cf0a4cf8c347b1d4a552d7c0f9d6dc5b314fc565dd70f5adecd0e90957d60174a43493b937b2af440c91d00c8a59498db74536f33403d6b1c2bd12e2cb4f5243
-MISC metadata.xml 566 BLAKE2B 2595bd5070fc73f93e2ef0a618cfd4059572360f18108f9759c8320d5ba3c5f20b2b51094ef696993463cb8eea122b4149c17ecedcc8141e13a4b5be8041b12e SHA512 729d349d1f8a3ef31a3bb6413ecd9ca1069e57fe0e34d98e56fde84cbc2a9a8565a832ad27c07b0a05452fbbb63348ec48c369b02c1367aa2cb487fd1784d0ad
diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild b/games-util/gtkevemon/gtkevemon-1.10.ebuild
deleted file mode 100644
index c753cae2122b..000000000000
--- 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 3a8c5bb264d8..000000000000
--- 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 d9cd7a74ba33..000000000000
--- 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>