diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-20 10:16:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-20 10:19:53 +0200 |
commit | 8f58d496716aebfea27128a715e94fa356cdc7df (patch) | |
tree | e62da3045088a72d9238b67cceab3314a88e3115 /games-util | |
parent | app-admin/puppet: fix patch for puppet 6.4.1 (diff) | |
download | gentoo-8f58d496716aebfea27128a715e94fa356cdc7df.tar.gz gentoo-8f58d496716aebfea27128a715e94fa356cdc7df.tar.bz2 gentoo-8f58d496716aebfea27128a715e94fa356cdc7df.zip |
games-util/gtkevemon: Remove last-rited pkg
Closes: https://bugs.gentoo.org/675988
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/gtkevemon/Manifest | 1 | ||||
-rw-r--r-- | games-util/gtkevemon/gtkevemon-1.10.ebuild | 45 | ||||
-rw-r--r-- | games-util/gtkevemon/gtkevemon-9999.ebuild | 46 | ||||
-rw-r--r-- | games-util/gtkevemon/metadata.xml | 13 |
4 files changed, 0 insertions, 105 deletions
diff --git a/games-util/gtkevemon/Manifest b/games-util/gtkevemon/Manifest deleted file mode 100644 index 22e3ee527225..000000000000 --- a/games-util/gtkevemon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gtkevemon-1.10.tar.gz 240225 BLAKE2B cd2b64577e85d36e63ecd35c644c0a22da88caa3cd8587a703d4e4e95bfca6b4007fdb0a9e9bc4545e057e6ecf8b6f3c99e84ea7b91ab24fd4f603b91d9bc076 SHA512 c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9 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> |