summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-18 15:33:38 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-19 01:05:27 -0700
commiteb216b6dbf46e7f9ae601b98107683727112021e (patch)
treed997d4d0a110898a711bcc9fda4eae3fb3016fb3
parentnet-p2p/bisq: remove last rited pkg (diff)
downloadgentoo-eb216b6dbf46e7f9ae601b98107683727112021e.tar.gz
gentoo-eb216b6dbf46e7f9ae601b98107683727112021e.tar.bz2
gentoo-eb216b6dbf46e7f9ae601b98107683727112021e.zip
games-util/pogo-manager-bin: remove last-rited pkg
Bug: https://bugs.gentoo.org/681828 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--games-util/pogo-manager-bin/Manifest2
-rw-r--r--games-util/pogo-manager-bin/files/pogo-manager17
-rw-r--r--games-util/pogo-manager-bin/metadata.xml8
-rw-r--r--games-util/pogo-manager-bin/pogo-manager-bin-0.1.6.ebuild34
-rw-r--r--games-util/pogo-manager-bin/pogo-manager-bin-0.1.7.ebuild34
5 files changed, 0 insertions, 95 deletions
diff --git a/games-util/pogo-manager-bin/Manifest b/games-util/pogo-manager-bin/Manifest
deleted file mode 100644
index c715bdc2d341..000000000000
--- a/games-util/pogo-manager-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pogo-manager-bin-0.1.6.zip 7703380 BLAKE2B f50c8a96a3b93a1c0036918a24ae8b7426659327648fb249db7460d83f053393c7e7d5723abb8553135bb46c4fdea2fcf07297aa77b870d0de9a4749596a71fe SHA512 d09e5f905fad659b5f380c25e8ccb7f9423430a1210ebb15e233f7f9436dff0307897ce372fdedf1b44ff48bd682b1f991a5fa3ac28a98af18d2a2bec72b08b0
-DIST pogo-manager-bin-0.1.7.zip 7978366 BLAKE2B a9e9b9460a50adb7964ba887a89c427b7344745c84d70711dbf372c942fb6829437eddb093fbef9b2c8b2231f3c06689d163c6ec0418d3ca9a7d8f105d35306b SHA512 6d43626d0b7edb756d0a36b8114782ea78bd87fe1f4bdcd78c8d724961ad1635042ab8e0e7f489c5c5cf8b09fa14788c701a14eb5bdce1cf21ed95c3e97fa90a
diff --git a/games-util/pogo-manager-bin/files/pogo-manager b/games-util/pogo-manager-bin/files/pogo-manager
deleted file mode 100644
index 9866fec91a84..000000000000
--- a/games-util/pogo-manager-bin/files/pogo-manager
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-# Config files are written to current directory, so make a config dir and pushd there
-
-if [[ ! -z "${XDG_CONFIG_DIR}" ]] ; then
- config_dir="${XDG_CONFIG_DIR}/pogo-manager"
-elif [[ ! -z "${HOME}" ]] ; then
- config_dir="${HOME}/.config/pogo-manager"
-else
- config_dir="$(mktemp -d)"
-fi
-
-echo "Using ${config_dir} for configuration files"
-mkdir -p "${config_dir}"
-pushd "${config_dir}" > /dev/null
-java -Dfile.encoding=UTF-8 -jar /opt/pogo-manager/pogo-manager.jar
-
diff --git a/games-util/pogo-manager-bin/metadata.xml b/games-util/pogo-manager-bin/metadata.xml
deleted file mode 100644
index 5dd0baafeab4..000000000000
--- a/games-util/pogo-manager-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">Wolfsblvt/BlossomsPokemonGoManager</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.6.ebuild b/games-util/pogo-manager-bin/pogo-manager-bin-0.1.6.ebuild
deleted file mode 100644
index a58f94b84142..000000000000
--- a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/-bin}"
-
-DESCRIPTION="Pokemon Go manager"
-HOMEPAGE="https://github.com/Wolfsblvt/BlossomsPokemonGoManager"
-SRC_URI="https://github.com/Wolfsblvt/BlossomsPokemonGoManager/releases/download/v${PV}/BPGM_v${PV}.zip -> ${P}.zip"
-
-LICENSE="CC-BY-NC-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( dev-java/oracle-jdk-bin:1.8[javafx] dev-java/oracle-jre-bin:1.8[javafx] )"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/BPGM_v${PV}"
-
-src_install()
-{
- insinto /opt/${MY_PN}
- newins BlossomsPogoManager.jar ${MY_PN}.jar
-
- dobin "${FILESDIR}/pogo-manager"
-}
-
-pkg_postinst()
-{
- ewarn "Use of this tool is not sanctioned by Niantic and could get you banned."
- ewarn "You have been warned!"
-}
diff --git a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.7.ebuild b/games-util/pogo-manager-bin/pogo-manager-bin-0.1.7.ebuild
deleted file mode 100644
index 5d4eb27d04bc..000000000000
--- a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/-bin}"
-
-DESCRIPTION="Pokemon Go manager"
-HOMEPAGE="https://github.com/Wolfsblvt/BlossomsPokemonGoManager"
-SRC_URI="https://github.com/Wolfsblvt/BlossomsPokemonGoManager/releases/download/v${PV}/BPGM_v${PV}.zip -> ${P}.zip"
-
-LICENSE="CC-BY-NC-SA-4.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( dev-java/oracle-jdk-bin:1.8[javafx] dev-java/oracle-jre-bin:1.8[javafx] )"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/BPGM_v${PV}"
-
-src_install()
-{
- insinto /opt/${MY_PN}
- newins BlossomsPogoManager.jar ${MY_PN}.jar
-
- dobin "${FILESDIR}/pogo-manager"
-}
-
-pkg_postinst()
-{
- ewarn "Use of this tool is not sanctioned by Niantic and could get you banned."
- ewarn "You have been warned!"
-}