Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pogo-manager-bin/
Date: Sun, 05 Feb 2017 05:37:18
Message-Id: 1486272908.b8ee4f4902c4ed36372b1cca8e212b911a0b0b04.wizardedit@gentoo
1 commit: b8ee4f4902c4ed36372b1cca8e212b911a0b0b04
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 05:35:08 2017 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 05:35:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ee4f49
7
8 games-util/pogo-manager-bin: remove old versions
9
10 Package-Manager: Portage-2.3.2, Repoman-2.3.1
11
12 games-util/pogo-manager-bin/Manifest | 2 --
13 .../pogo-manager-bin/pogo-manager-bin-0.1.4.ebuild | 35 ----------------------
14 .../pogo-manager-bin/pogo-manager-bin-0.1.5.ebuild | 35 ----------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/games-util/pogo-manager-bin/Manifest b/games-util/pogo-manager-bin/Manifest
18 index 8245d4f..432c0d3 100644
19 --- a/games-util/pogo-manager-bin/Manifest
20 +++ b/games-util/pogo-manager-bin/Manifest
21 @@ -1,3 +1 @@
22 -DIST pogo-manager-bin-0.1.4.zip 7453967 SHA256 1ae061bade7bf3e9e66df028027f408895a6a07a52b80efcb7cb709984163633 SHA512 0fe21b4146d125d281f1aacd405dbc0370d6c5c043e82d4c964ca7df14ac0130459bf4d943268b6efd58a99ef05ca0d22dbf392ecb3853ab32e87fdb074209fa WHIRLPOOL 8c6cb33b788a98fd27a1d66a6292d1f87d0e2bd8678454a7e87d28b465d93e472c07548a045ef75ce9b067adcc2cbd956c5a60ffadfd6b68c7fe0e198775da80
23 -DIST pogo-manager-bin-0.1.5.zip 7671901 SHA256 3eb0f56e6d749b4df1679a1e8417177fe4d4c2d91fd35e2bfc0a1cfe1dd1151b SHA512 bf4544316b3e859714d61614fdf4d0d67f4707f32c12472122bfd6d3bdde98a0c17b759f55bedbc607ccf69f0098bc93d0c0decaab884af0e1b551352086773c WHIRLPOOL 155f048e0594b9bdb4c339b39f9db4a2c1c6b6aec175a04f49da40a515ec66d2e0603298b7d270e798b13c55931fe02bcdb6f4620184809085a2091f63976987
24 DIST pogo-manager-bin-0.1.6.zip 7703380 SHA256 57c019ba56b038c4ee87adcd60d80611b1633a39c5dc15de3c4f7d4bbee63ea9 SHA512 d09e5f905fad659b5f380c25e8ccb7f9423430a1210ebb15e233f7f9436dff0307897ce372fdedf1b44ff48bd682b1f991a5fa3ac28a98af18d2a2bec72b08b0 WHIRLPOOL 94e7ca564f833e4cb23c1542fa2fd6100cfed9d8cbab53b53622db4d8121bca5aacef9dc86f2bfbba11407d345d1a368492e28e6b3aeb66554feebe783205d36
25
26 diff --git a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.4.ebuild b/games-util/pogo-manager-bin/pogo-manager-bin-0.1.4.ebuild
27 deleted file mode 100644
28 index 821b869..00000000
29 --- a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.4.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=6
37 -
38 -MY_PN="${PN/-bin}"
39 -
40 -DESCRIPTION="Pokemon Go manager"
41 -HOMEPAGE="https://github.com/Wolfsblvt/BlossomsPokemonGoManager"
42 -SRC_URI="https://github.com/Wolfsblvt/BlossomsPokemonGoManager/releases/download/v${PV}/BPGM_v${PV}.zip -> ${P}.zip"
43 -
44 -LICENSE="CC-BY-NC-SA-4.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="|| ( dev-java/oracle-jdk-bin:1.8[javafx] dev-java/oracle-jre-bin:1.8[javafx] )"
50 -DEPEND="app-arch/unzip"
51 -
52 -S="${WORKDIR}/BPGM_v${PV}"
53 -
54 -src_install()
55 -{
56 - insinto /opt/${MY_PN}
57 - newins BlossomsPogoManager.jar ${MY_PN}.jar
58 -
59 - dobin "${FILESDIR}/pogo-manager"
60 -}
61 -
62 -pkg_postinst()
63 -{
64 - ewarn "Use of this tool is not sanctioned by Niantic and could get you banned."
65 - ewarn "You have been warned!"
66 -}
67
68 diff --git a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.5.ebuild b/games-util/pogo-manager-bin/pogo-manager-bin-0.1.5.ebuild
69 deleted file mode 100644
70 index 821b869..00000000
71 --- a/games-util/pogo-manager-bin/pogo-manager-bin-0.1.5.ebuild
72 +++ /dev/null
73 @@ -1,35 +0,0 @@
74 -# Copyright 1999-2016 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Id$
77 -
78 -EAPI=6
79 -
80 -MY_PN="${PN/-bin}"
81 -
82 -DESCRIPTION="Pokemon Go manager"
83 -HOMEPAGE="https://github.com/Wolfsblvt/BlossomsPokemonGoManager"
84 -SRC_URI="https://github.com/Wolfsblvt/BlossomsPokemonGoManager/releases/download/v${PV}/BPGM_v${PV}.zip -> ${P}.zip"
85 -
86 -LICENSE="CC-BY-NC-SA-4.0"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE=""
90 -
91 -RDEPEND="|| ( dev-java/oracle-jdk-bin:1.8[javafx] dev-java/oracle-jre-bin:1.8[javafx] )"
92 -DEPEND="app-arch/unzip"
93 -
94 -S="${WORKDIR}/BPGM_v${PV}"
95 -
96 -src_install()
97 -{
98 - insinto /opt/${MY_PN}
99 - newins BlossomsPogoManager.jar ${MY_PN}.jar
100 -
101 - dobin "${FILESDIR}/pogo-manager"
102 -}
103 -
104 -pkg_postinst()
105 -{
106 - ewarn "Use of this tool is not sanctioned by Niantic and could get you banned."
107 - ewarn "You have been warned!"
108 -}