Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/
Date: Sun, 27 Feb 2022 10:23:37
Message-Id: 1645957389.cb54ec7cd21658a9b9afd165972be18250a8d85e.matthew@gentoo
1 commit: cb54ec7cd21658a9b9afd165972be18250a8d85e
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:21:11 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:23:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb54ec7c
7
8 app-emacs/ghub: drop 3.2.0, 3.3.0, 3.4.1, 3.5.3
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/ghub/Manifest | 4 ----
13 app-emacs/ghub/ghub-3.2.0.ebuild | 27 ---------------------------
14 app-emacs/ghub/ghub-3.3.0.ebuild | 25 -------------------------
15 app-emacs/ghub/ghub-3.4.1.ebuild | 25 -------------------------
16 app-emacs/ghub/ghub-3.5.3.ebuild | 25 -------------------------
17 5 files changed, 106 deletions(-)
18
19 diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
20 index 7dd561c46976..6c06ce8a1c59 100644
21 --- a/app-emacs/ghub/Manifest
22 +++ b/app-emacs/ghub/Manifest
23 @@ -1,5 +1 @@
24 -DIST ghub-3.2.0.tar.gz 65346 BLAKE2B c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f99997c255dee30db49505ca3e90a30 SHA512 dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6
25 -DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c SHA512 7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6
26 -DIST ghub-3.4.1.tar.gz 56401 BLAKE2B 889fde5b091f20242679986eec31ba918c657a5317486c01eee6c9a8997173a4cd1a1474b4f287ae459786338073dce2cf9fe01ce1def17f3fd923cad9c81823 SHA512 76d3628a29afb2d21ee6bc438213712acf20db4a5181ecdc6362816d5af70b3876c1319efe348287a838916afb5d4ed029eaaed3245a4da539354dd6551d8290
27 -DIST ghub-3.5.3.tar.gz 57896 BLAKE2B 24274c51605356353d87ffe7a4c9e843fd76a9156be6a48b11a3871f3a1f8a0ecc3a256bcad951e21d2cf4c9005c1bdf9a43f8b85df9c2ad67f632eebe0a3df7 SHA512 0e87e778a01ecc992156d751c5882c403b9f6978b647d9f1ea5613a6b837edbd0fd7841e9d90d8a7148f76dda8e54c40e92570af6a591263329a139d5530fd29
28 DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6 SHA512 df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562
29
30 diff --git a/app-emacs/ghub/ghub-3.2.0.ebuild b/app-emacs/ghub/ghub-3.2.0.ebuild
31 deleted file mode 100644
32 index 8099d9991c48..000000000000
33 --- a/app-emacs/ghub/ghub-3.2.0.ebuild
34 +++ /dev/null
35 @@ -1,27 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -NEED_EMACS=25
41 -
42 -inherit elisp
43 -
44 -DESCRIPTION="Minuscule client library for the Git forge APIs"
45 -HOMEPAGE="https://magit.vc/manual/ghub"
46 -SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-3+"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
51 -
52 -SITEFILE="50${PN}-gentoo.el"
53 -ELISP_TEXINFO="*.texi"
54 -DOCS="README.md"
55 -
56 -RDEPEND="
57 - >=app-emacs/dash-2.14.1
58 - >=app-emacs/graphql-0.1.1
59 - >=app-emacs/treepy-0.0.1
60 -"
61 -BDEPEND="${RDEPEND}
62 - sys-apps/texinfo"
63
64 diff --git a/app-emacs/ghub/ghub-3.3.0.ebuild b/app-emacs/ghub/ghub-3.3.0.ebuild
65 deleted file mode 100644
66 index cca3ff591536..000000000000
67 --- a/app-emacs/ghub/ghub-3.3.0.ebuild
68 +++ /dev/null
69 @@ -1,25 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -NEED_EMACS=25
75 -
76 -inherit elisp
77 -
78 -DESCRIPTION="Minuscule client library for the Git forge APIs"
79 -HOMEPAGE="https://magit.vc/manual/ghub"
80 -SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="GPL-3+"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
85 -
86 -SITEFILE="50${PN}-gentoo.el"
87 -ELISP_TEXINFO="*.texi"
88 -DOCS="README.md"
89 -
90 -RDEPEND="
91 - >=app-emacs/treepy-0.1.1
92 -"
93 -BDEPEND="${RDEPEND}
94 - sys-apps/texinfo"
95
96 diff --git a/app-emacs/ghub/ghub-3.4.1.ebuild b/app-emacs/ghub/ghub-3.4.1.ebuild
97 deleted file mode 100644
98 index cca3ff591536..000000000000
99 --- a/app-emacs/ghub/ghub-3.4.1.ebuild
100 +++ /dev/null
101 @@ -1,25 +0,0 @@
102 -# Copyright 1999-2020 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=7
106 -NEED_EMACS=25
107 -
108 -inherit elisp
109 -
110 -DESCRIPTION="Minuscule client library for the Git forge APIs"
111 -HOMEPAGE="https://magit.vc/manual/ghub"
112 -SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
113 -
114 -LICENSE="GPL-3+"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
117 -
118 -SITEFILE="50${PN}-gentoo.el"
119 -ELISP_TEXINFO="*.texi"
120 -DOCS="README.md"
121 -
122 -RDEPEND="
123 - >=app-emacs/treepy-0.1.1
124 -"
125 -BDEPEND="${RDEPEND}
126 - sys-apps/texinfo"
127
128 diff --git a/app-emacs/ghub/ghub-3.5.3.ebuild b/app-emacs/ghub/ghub-3.5.3.ebuild
129 deleted file mode 100644
130 index fe0403d6c301..000000000000
131 --- a/app-emacs/ghub/ghub-3.5.3.ebuild
132 +++ /dev/null
133 @@ -1,25 +0,0 @@
134 -# Copyright 1999-2021 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=7
138 -NEED_EMACS=25
139 -
140 -inherit elisp
141 -
142 -DESCRIPTION="Minuscule client library for the Git forge APIs"
143 -HOMEPAGE="https://magit.vc/manual/ghub"
144 -SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
145 -
146 -LICENSE="GPL-3+"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
149 -
150 -SITEFILE="50${PN}-gentoo.el"
151 -ELISP_TEXINFO="*.texi"
152 -DOCS="README.md"
153 -
154 -RDEPEND="
155 - >=app-emacs/treepy-0.1.1
156 -"
157 -BDEPEND="${RDEPEND}
158 - sys-apps/texinfo"