summaryrefslogtreecommitdiff
path: root/games-util/gtkevemon/gtkevemon-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-util/gtkevemon/gtkevemon-9999.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-util/gtkevemon/gtkevemon-9999.ebuild')
-rw-r--r--games-util/gtkevemon/gtkevemon-9999.ebuild46
1 files changed, 0 insertions, 46 deletions
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
-}