summaryrefslogtreecommitdiff
path: root/games-util/gtkevemon/gtkevemon-1.10.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-1.10.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-util/gtkevemon/gtkevemon-1.10.ebuild')
-rw-r--r--games-util/gtkevemon/gtkevemon-1.10.ebuild45
1 files changed, 0 insertions, 45 deletions
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
-}