[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-07-03 Thread Arthur Zamarin
commit: 2e730a074e657d6857e4412e8a68f498ae63d36e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul  4 05:18:36 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul  4 05:18:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e730a07

app-emacs/ghub: Stabilize 4.3.2 ALLARCHES, #959454

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ghub/ghub-4.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.3.2.ebuild b/app-emacs/ghub/ghub-4.3.2.ebuild
index 0415592d5048..049f766dc7bc 100644
--- a/app-emacs/ghub/ghub-4.3.2.ebuild
+++ b/app-emacs/ghub/ghub-4.3.2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-06-02 Thread Maciej Barć
commit: 35e0a1e5e4af0baa543a5ca4b7e93d282a33d98e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jun  2 17:43:26 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jun  2 18:13:42 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e0a1e5

app-emacs/ghub: bump to 4.3.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.3.2.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index e303d0cbafdf..f5788e79f460 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-4.3.0.tar.gz 61655 BLAKE2B 
b4cfdf795eb561e7149c05a05982118d6ed98edad6086545e6a8982666069b1c678405fc33ba1104d3107baad25da9782927cd501f3ba64cfd016126854e5f38
 SHA512 
303bb639e86e92b11b676868e85a1fc9f00899cecd55cc10438c7829ea1c48ea37a2459845d79210618655f961e868d1f629babf5a7ca42d41c89849f6dee30f
 DIST ghub-4.3.1.tar.gz 61838 BLAKE2B 
2579172ef5a746901acc5fb6e2783bd060c702be0c0432176de283ad56b72dfd358d6afb17c46bf679f4c7d9d82708dfb6595c2c9c32b750bf34bf42aab008d7
 SHA512 
27a3ef82e9e67cf312ef9410c31c8c1b40cfa8bc42cb17c1e6c6fb7371d048f34864e037248bbffe9d76b6d434c0c031b04778455752b76da9fa579732a7487b
+DIST ghub-4.3.2.tar.gz 61975 BLAKE2B 
884ed3df5ad5bafb5fdda8e06d263ed74114c66c7af1b28975cfce8947697e134df246ee089772cd1192a78a76c251c014d2e9a87840be53183139e5a40cb43e
 SHA512 
570562998a032e459abb109598d5cc7d6e81c4fe37b5769cd501dfdb50abda9071d7fd6b3a6956ee1d2c13ae7f520018ec7088760a0bab9ea927947d2e3a10bf

diff --git a/app-emacs/ghub/ghub-4.3.2.ebuild b/app-emacs/ghub/ghub-4.3.2.ebuild
new file mode 100644
index ..0415592d5048
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.3.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   >=app-emacs/compat-30.1.0.0
+   app-emacs/llama
+   app-emacs/treepy
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   mv ./lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-06-02 Thread Maciej Barć
commit: 8414873b4eb4ae0f86a22cbf7e55c9744595c1ea
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jun  2 17:42:22 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jun  2 18:13:41 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8414873b

app-emacs/ghub: drop old 4.2.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-4.2.2.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 2bbce9604c72..e303d0cbafdf 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
-DIST ghub-4.2.2.tar.gz 61372 BLAKE2B 
69e6f6a6dbe0af07c5846629084724408070aea12a98e73aae7d16b845800dd944cbbba3085015c3b6cbebfa02a71634a8c15399adccb00d228f4d4733a352a7
 SHA512 
2ca9ccaffb31c64fe5325602cb29db569081ef1db45ef7e84bc1fb7605cad2ebc3d3e15c35bb4f09f8255019df41eb4ae14e55b8dec298f3d2416ae7fca034d0
 DIST ghub-4.3.0.tar.gz 61655 BLAKE2B 
b4cfdf795eb561e7149c05a05982118d6ed98edad6086545e6a8982666069b1c678405fc33ba1104d3107baad25da9782927cd501f3ba64cfd016126854e5f38
 SHA512 
303bb639e86e92b11b676868e85a1fc9f00899cecd55cc10438c7829ea1c48ea37a2459845d79210618655f961e868d1f629babf5a7ca42d41c89849f6dee30f
 DIST ghub-4.3.1.tar.gz 61838 BLAKE2B 
2579172ef5a746901acc5fb6e2783bd060c702be0c0432176de283ad56b72dfd358d6afb17c46bf679f4c7d9d82708dfb6595c2c9c32b750bf34bf42aab008d7
 SHA512 
27a3ef82e9e67cf312ef9410c31c8c1b40cfa8bc42cb17c1e6c6fb7371d048f34864e037248bbffe9d76b6d434c0c031b04778455752b76da9fa579732a7487b

diff --git a/app-emacs/ghub/ghub-4.2.2.ebuild b/app-emacs/ghub/ghub-4.2.2.ebuild
deleted file mode 100644
index fdc19404d2f6..
--- a/app-emacs/ghub/ghub-4.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub/
-   https://github.com/magit/ghub/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
-else
-   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   >=app-emacs/compat-30.0.2.0
-   app-emacs/llama
-   app-emacs/treepy
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-DOCS=( README.org )
-ELISP_TEXINFO="docs/ghub.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   mv ./lisp/*.el . || die
-
-   elisp_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-05-16 Thread Arthur Zamarin
commit: c8f989bce7b84688947912490d15b323ba99c6e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 16 19:35:48 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 16 19:35:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f989bc

app-emacs/ghub: Stabilize 4.3.0 ALLARCHES, #956031

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ghub/ghub-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.3.0.ebuild b/app-emacs/ghub/ghub-4.3.0.ebuild
index e61ed8cc3d47..fdc19404d2f6 100644
--- a/app-emacs/ghub/ghub-4.3.0.ebuild
+++ b/app-emacs/ghub/ghub-4.3.0.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-05-02 Thread Maciej Barć
commit: 026761f7d2ef34a821b0df57987699021beaae17
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May  2 14:10:23 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May  2 15:44:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026761f7

app-emacs/ghub: drop old 4.2.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-4.2.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index f7d7506ec536..fda7dbacc1ea 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
-DIST ghub-4.2.1.tar.gz 61132 BLAKE2B 
238c66d08bb50ad81c67ff2032a73fa5c0881fe1862f334703889b332cd1daeec477a57742c2955013daee440b38fae6fd2ba40549583b56e5f49bc6313b6251
 SHA512 
25bd86eeea0ad9923df519f34d69473b08a8534b1a7edaa12513d692711b37d8116e842b565c02ee4eab021bccebbfd569f764e82263a167d83de5b803a15bd9
 DIST ghub-4.2.2.tar.gz 61372 BLAKE2B 
69e6f6a6dbe0af07c5846629084724408070aea12a98e73aae7d16b845800dd944cbbba3085015c3b6cbebfa02a71634a8c15399adccb00d228f4d4733a352a7
 SHA512 
2ca9ccaffb31c64fe5325602cb29db569081ef1db45ef7e84bc1fb7605cad2ebc3d3e15c35bb4f09f8255019df41eb4ae14e55b8dec298f3d2416ae7fca034d0
 DIST ghub-4.3.0.tar.gz 61655 BLAKE2B 
b4cfdf795eb561e7149c05a05982118d6ed98edad6086545e6a8982666069b1c678405fc33ba1104d3107baad25da9782927cd501f3ba64cfd016126854e5f38
 SHA512 
303bb639e86e92b11b676868e85a1fc9f00899cecd55cc10438c7829ea1c48ea37a2459845d79210618655f961e868d1f629babf5a7ca42d41c89849f6dee30f

diff --git a/app-emacs/ghub/ghub-4.2.1.ebuild b/app-emacs/ghub/ghub-4.2.1.ebuild
deleted file mode 100644
index fdc19404d2f6..
--- a/app-emacs/ghub/ghub-4.2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub/
-   https://github.com/magit/ghub/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
-else
-   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   >=app-emacs/compat-30.0.2.0
-   app-emacs/llama
-   app-emacs/treepy
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-DOCS=( README.org )
-ELISP_TEXINFO="docs/ghub.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   mv ./lisp/*.el . || die
-
-   elisp_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-05-02 Thread Maciej Barć
commit: 52bfb2cf330c0ff6a6013d79bf707d48ded58bd9
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May  2 14:14:35 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May  2 15:44:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bfb2cf

app-emacs/ghub: bump to 4.3.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.3.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index fda7dbacc1ea..2bbce9604c72 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-4.2.2.tar.gz 61372 BLAKE2B 
69e6f6a6dbe0af07c5846629084724408070aea12a98e73aae7d16b845800dd944cbbba3085015c3b6cbebfa02a71634a8c15399adccb00d228f4d4733a352a7
 SHA512 
2ca9ccaffb31c64fe5325602cb29db569081ef1db45ef7e84bc1fb7605cad2ebc3d3e15c35bb4f09f8255019df41eb4ae14e55b8dec298f3d2416ae7fca034d0
 DIST ghub-4.3.0.tar.gz 61655 BLAKE2B 
b4cfdf795eb561e7149c05a05982118d6ed98edad6086545e6a8982666069b1c678405fc33ba1104d3107baad25da9782927cd501f3ba64cfd016126854e5f38
 SHA512 
303bb639e86e92b11b676868e85a1fc9f00899cecd55cc10438c7829ea1c48ea37a2459845d79210618655f961e868d1f629babf5a7ca42d41c89849f6dee30f
+DIST ghub-4.3.1.tar.gz 61838 BLAKE2B 
2579172ef5a746901acc5fb6e2783bd060c702be0c0432176de283ad56b72dfd358d6afb17c46bf679f4c7d9d82708dfb6595c2c9c32b750bf34bf42aab008d7
 SHA512 
27a3ef82e9e67cf312ef9410c31c8c1b40cfa8bc42cb17c1e6c6fb7371d048f34864e037248bbffe9d76b6d434c0c031b04778455752b76da9fa579732a7487b

diff --git a/app-emacs/ghub/ghub-4.3.1.ebuild b/app-emacs/ghub/ghub-4.3.1.ebuild
new file mode 100644
index ..e61ed8cc3d47
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.3.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.2.0
+   app-emacs/llama
+   app-emacs/treepy
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   mv ./lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-04-27 Thread Sam James
commit: e6b44209f4466d469faa5edb1f2fddd871c44e00
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 28 04:00:52 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 28 04:00:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b44209

app-emacs/ghub: Stabilize 4.2.2 ALLARCHES, #954689

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.2.2.ebuild b/app-emacs/ghub/ghub-4.2.2.ebuild
index e61ed8cc3d47..fdc19404d2f6 100644
--- a/app-emacs/ghub/ghub-4.2.2.ebuild
+++ b/app-emacs/ghub/ghub-4.2.2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-04-09 Thread Maciej Barć
commit: e3b8dae4bfc598012265a33f2d1e5b0162eff378
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Apr  9 20:33:24 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Apr  9 21:40:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b8dae4

app-emacs/ghub: drop old 4.2.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-4.2.0.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index b21429b84eb6..ced29c5d50c5 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
-DIST ghub-4.2.0.tar.gz 61058 BLAKE2B 
055edcd4deaa068874ca896027bd752fac099a355f0b19be6bae75c8b1eaffe43206e5ab92cddaa35103040d2eb5533034bccff494e7c364382c164d5f6a1735
 SHA512 
530a19bbbd3d7dfb9f1289f0a1273f08f741f87a4009db0ffc08a4ec1fa7f1d1c3468692277f494334d21b869730d10abf7005f7cfeb50b76df9ab4a3f3d7328
 DIST ghub-4.2.1.tar.gz 61132 BLAKE2B 
238c66d08bb50ad81c67ff2032a73fa5c0881fe1862f334703889b332cd1daeec477a57742c2955013daee440b38fae6fd2ba40549583b56e5f49bc6313b6251
 SHA512 
25bd86eeea0ad9923df519f34d69473b08a8534b1a7edaa12513d692711b37d8116e842b565c02ee4eab021bccebbfd569f764e82263a167d83de5b803a15bd9
 DIST ghub-4.2.2.tar.gz 61372 BLAKE2B 
69e6f6a6dbe0af07c5846629084724408070aea12a98e73aae7d16b845800dd944cbbba3085015c3b6cbebfa02a71634a8c15399adccb00d228f4d4733a352a7
 SHA512 
2ca9ccaffb31c64fe5325602cb29db569081ef1db45ef7e84bc1fb7605cad2ebc3d3e15c35bb4f09f8255019df41eb4ae14e55b8dec298f3d2416ae7fca034d0

diff --git a/app-emacs/ghub/ghub-4.2.0.ebuild b/app-emacs/ghub/ghub-4.2.0.ebuild
deleted file mode 100644
index 85468f950623..
--- a/app-emacs/ghub/ghub-4.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub/
-   https://github.com/magit/ghub/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
-else
-   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.org )
-ELISP_TEXINFO="docs/ghub.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   >=app-emacs/compat-30.0.0.0
-   >=app-emacs/treepy-0.1.2
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   elisp_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-04-09 Thread Maciej Barć
commit: dba413d17387c6d78c2477ad3ecc8ec46c880aae
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Apr  9 20:34:16 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Apr  9 21:40:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba413d1

app-emacs/ghub: bump to 4.3.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.3.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index ced29c5d50c5..f7d7506ec536 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-4.2.1.tar.gz 61132 BLAKE2B 
238c66d08bb50ad81c67ff2032a73fa5c0881fe1862f334703889b332cd1daeec477a57742c2955013daee440b38fae6fd2ba40549583b56e5f49bc6313b6251
 SHA512 
25bd86eeea0ad9923df519f34d69473b08a8534b1a7edaa12513d692711b37d8116e842b565c02ee4eab021bccebbfd569f764e82263a167d83de5b803a15bd9
 DIST ghub-4.2.2.tar.gz 61372 BLAKE2B 
69e6f6a6dbe0af07c5846629084724408070aea12a98e73aae7d16b845800dd944cbbba3085015c3b6cbebfa02a71634a8c15399adccb00d228f4d4733a352a7
 SHA512 
2ca9ccaffb31c64fe5325602cb29db569081ef1db45ef7e84bc1fb7605cad2ebc3d3e15c35bb4f09f8255019df41eb4ae14e55b8dec298f3d2416ae7fca034d0
+DIST ghub-4.3.0.tar.gz 61655 BLAKE2B 
b4cfdf795eb561e7149c05a05982118d6ed98edad6086545e6a8982666069b1c678405fc33ba1104d3107baad25da9782927cd501f3ba64cfd016126854e5f38
 SHA512 
303bb639e86e92b11b676868e85a1fc9f00899cecd55cc10438c7829ea1c48ea37a2459845d79210618655f961e868d1f629babf5a7ca42d41c89849f6dee30f

diff --git a/app-emacs/ghub/ghub-4.3.0.ebuild b/app-emacs/ghub/ghub-4.3.0.ebuild
new file mode 100644
index ..e61ed8cc3d47
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.2.0
+   app-emacs/llama
+   app-emacs/treepy
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   mv ./lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-04-05 Thread Maciej Barć
commit: 8396bfe94a83a43c588c9960d9a1952d9373b1d1
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Mar 19 20:22:40 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Mar 19 20:51:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8396bfe9

app-emacs/ghub: bump to 4.2.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.2.2.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index bc858b8245b6..b21429b84eb6 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-4.2.0.tar.gz 61058 BLAKE2B 
055edcd4deaa068874ca896027bd752fac099a355f0b19be6bae75c8b1eaffe43206e5ab92cddaa35103040d2eb5533034bccff494e7c364382c164d5f6a1735
 SHA512 
530a19bbbd3d7dfb9f1289f0a1273f08f741f87a4009db0ffc08a4ec1fa7f1d1c3468692277f494334d21b869730d10abf7005f7cfeb50b76df9ab4a3f3d7328
 DIST ghub-4.2.1.tar.gz 61132 BLAKE2B 
238c66d08bb50ad81c67ff2032a73fa5c0881fe1862f334703889b332cd1daeec477a57742c2955013daee440b38fae6fd2ba40549583b56e5f49bc6313b6251
 SHA512 
25bd86eeea0ad9923df519f34d69473b08a8534b1a7edaa12513d692711b37d8116e842b565c02ee4eab021bccebbfd569f764e82263a167d83de5b803a15bd9
+DIST ghub-4.2.2.tar.gz 61372 BLAKE2B 
69e6f6a6dbe0af07c5846629084724408070aea12a98e73aae7d16b845800dd944cbbba3085015c3b6cbebfa02a71634a8c15399adccb00d228f4d4733a352a7
 SHA512 
2ca9ccaffb31c64fe5325602cb29db569081ef1db45ef7e84bc1fb7605cad2ebc3d3e15c35bb4f09f8255019df41eb4ae14e55b8dec298f3d2416ae7fca034d0

diff --git a/app-emacs/ghub/ghub-4.2.2.ebuild b/app-emacs/ghub/ghub-4.2.2.ebuild
new file mode 100644
index ..e61ed8cc3d47
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.2.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.2.0
+   app-emacs/llama
+   app-emacs/treepy
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   mv ./lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-03-15 Thread Arthur Zamarin
commit: 7ba103b40310c2d466aafe38c399c7c6b1ef2c7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 15 18:36:54 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 15 18:36:54 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba103b4

app-emacs/ghub: Stabilize 4.2.1 amd64, #951425

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ghub/ghub-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.2.1.ebuild b/app-emacs/ghub/ghub-4.2.1.ebuild
index f6117a741cdb..fdc19404d2f6 100644
--- a/app-emacs/ghub/ghub-4.2.1.ebuild
+++ b/app-emacs/ghub/ghub-4.2.1.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-03-15 Thread Arthur Zamarin
commit: 2bef4b10e90308aee6a61f5c1af9660e9b44aa6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 15 18:13:13 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 15 18:13:13 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bef4b10

app-emacs/ghub: Stabilize 4.2.1 x86, #951425

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ghub/ghub-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.2.1.ebuild b/app-emacs/ghub/ghub-4.2.1.ebuild
index e61ed8cc3d47..f6117a741cdb 100644
--- a/app-emacs/ghub/ghub-4.2.1.ebuild
+++ b/app-emacs/ghub/ghub-4.2.1.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-02-09 Thread Maciej Barć
commit: 8e445f92e4854cc3c415c51db78b7168be4988cc
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Feb  9 19:39:45 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Feb  9 20:50:54 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e445f92

app-emacs/ghub: bump to 4.2.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.2.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 66ddb3cd98a8..bc858b8245b6 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1 +1,2 @@
 DIST ghub-4.2.0.tar.gz 61058 BLAKE2B 
055edcd4deaa068874ca896027bd752fac099a355f0b19be6bae75c8b1eaffe43206e5ab92cddaa35103040d2eb5533034bccff494e7c364382c164d5f6a1735
 SHA512 
530a19bbbd3d7dfb9f1289f0a1273f08f741f87a4009db0ffc08a4ec1fa7f1d1c3468692277f494334d21b869730d10abf7005f7cfeb50b76df9ab4a3f3d7328
+DIST ghub-4.2.1.tar.gz 61132 BLAKE2B 
238c66d08bb50ad81c67ff2032a73fa5c0881fe1862f334703889b332cd1daeec477a57742c2955013daee440b38fae6fd2ba40549583b56e5f49bc6313b6251
 SHA512 
25bd86eeea0ad9923df519f34d69473b08a8534b1a7edaa12513d692711b37d8116e842b565c02ee4eab021bccebbfd569f764e82263a167d83de5b803a15bd9

diff --git a/app-emacs/ghub/ghub-4.2.1.ebuild b/app-emacs/ghub/ghub-4.2.1.ebuild
new file mode 100644
index ..e61ed8cc3d47
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.2.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.2.0
+   app-emacs/llama
+   app-emacs/treepy
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   mv ./lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-01-23 Thread Maciej Barć
commit: e01a4dc3f346df3bba754aab471ff7f7e22bb71c
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jan 23 09:16:31 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jan 23 10:17:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01a4dc3

app-emacs/ghub: drop old 4.1.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-4.1.1.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index b3ce1ad1a02d..66ddb3cd98a8 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1 @@
-DIST ghub-4.1.1.tar.gz 63350 BLAKE2B 
da6ca76f7980887ee7ce5ce7c5482b8314f6fa1b051c906200d72bfcbf787505e5310ca91c47eb762e7d6a6f8b604e86828aabe023a5f451d11513dd2b9ae2b4
 SHA512 
cb9312956f856a99ef74a53a2c42d9da4e6722ce051eda78910054df64d5a6f8cf847542a56bb81d146ff6028363eda4e98a44ec4ca34c59a0eff893fc654b47
 DIST ghub-4.2.0.tar.gz 61058 BLAKE2B 
055edcd4deaa068874ca896027bd752fac099a355f0b19be6bae75c8b1eaffe43206e5ab92cddaa35103040d2eb5533034bccff494e7c364382c164d5f6a1735
 SHA512 
530a19bbbd3d7dfb9f1289f0a1273f08f741f87a4009db0ffc08a4ec1fa7f1d1c3468692277f494334d21b869730d10abf7005f7cfeb50b76df9ab4a3f3d7328

diff --git a/app-emacs/ghub/ghub-4.1.1.ebuild b/app-emacs/ghub/ghub-4.1.1.ebuild
deleted file mode 100644
index 7489aa2ed3a3..
--- a/app-emacs/ghub/ghub-4.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub/
-   https://github.com/magit/ghub/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
-else
-   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.org )
-ELISP_TEXINFO="docs/ghub.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   >=app-emacs/compat-30.0.0.0
-   >=app-emacs/treepy-0.1.2
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   elisp_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2025-01-22 Thread Arthur Zamarin
commit: 4297f3e63344e2753267d25714a7fbf6849540d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 22 17:34:41 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 22 17:34:41 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4297f3e6

app-emacs/ghub: Stabilize 4.2.0 ALLARCHES, #948553

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ghub/ghub-4.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ghub/ghub-4.2.0.ebuild b/app-emacs/ghub/ghub-4.2.0.ebuild
index 137580e04d5e..85468f950623 100644
--- a/app-emacs/ghub/ghub-4.2.0.ebuild
+++ b/app-emacs/ghub/ghub-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-12-10 Thread Maciej Barć
commit: c1658453d1ae7be5e843042a9e7a9432b26c0c93
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec 11 00:03:35 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec 11 00:28:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1658453

app-emacs/ghub: bump to 4.2.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.2.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index d5ca19e6e841..b3ce1ad1a02d 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1 +1,2 @@
 DIST ghub-4.1.1.tar.gz 63350 BLAKE2B 
da6ca76f7980887ee7ce5ce7c5482b8314f6fa1b051c906200d72bfcbf787505e5310ca91c47eb762e7d6a6f8b604e86828aabe023a5f451d11513dd2b9ae2b4
 SHA512 
cb9312956f856a99ef74a53a2c42d9da4e6722ce051eda78910054df64d5a6f8cf847542a56bb81d146ff6028363eda4e98a44ec4ca34c59a0eff893fc654b47
+DIST ghub-4.2.0.tar.gz 61058 BLAKE2B 
055edcd4deaa068874ca896027bd752fac099a355f0b19be6bae75c8b1eaffe43206e5ab92cddaa35103040d2eb5533034bccff494e7c364382c164d5f6a1735
 SHA512 
530a19bbbd3d7dfb9f1289f0a1273f08f741f87a4009db0ffc08a4ec1fa7f1d1c3468692277f494334d21b869730d10abf7005f7cfeb50b76df9ab4a3f3d7328

diff --git a/app-emacs/ghub/ghub-4.2.0.ebuild b/app-emacs/ghub/ghub-4.2.0.ebuild
new file mode 100644
index ..137580e04d5e
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.0.0
+   >=app-emacs/treepy-0.1.2
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-11-23 Thread Sam James
commit: 9472f4086410f5f7e9b42cf67ffa364960d4e042
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 23 18:04:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 23 18:04:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9472f408

app-emacs/ghub: Stabilize 4.1.1 ALLARCHES, #943366

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.1.1.ebuild b/app-emacs/ghub/ghub-4.1.1.ebuild
index 137580e04d5e..7489aa2ed3a3 100644
--- a/app-emacs/ghub/ghub-4.1.1.ebuild
+++ b/app-emacs/ghub/ghub-4.1.1.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-10-07 Thread Sam James
commit: 3aa0e109d6f4ccba4ab27cac6c343f1f8ba267a9
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  7 17:22:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  7 17:22:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa0e109

app-emacs/ghub: Stabilize 4.1.0 ALLARCHES, #941125

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.1.0.ebuild b/app-emacs/ghub/ghub-4.1.0.ebuild
index 137580e04d5e..7489aa2ed3a3 100644
--- a/app-emacs/ghub/ghub-4.1.0.ebuild
+++ b/app-emacs/ghub/ghub-4.1.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-10-02 Thread Maciej Barć
commit: ce59c883c7c54427029e456cdc746a37f16c87c3
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct  2 09:42:05 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct  2 09:49:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce59c883

app-emacs/ghub: bump to 4.1.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.1.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index ba010ff2580a..90e606bcf21c 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-4.0.0.tar.gz 63020 BLAKE2B 
e01df9e093573933e24c39ef9a252d31dda4c9b0304ad5ab1f5ba55b6869224bb708dbdc0994c316c35ac0bb8df08d7238da0469a7e0ff84f3f769d35b55d89e
 SHA512 
61825bd5230bc4a80c4a0a40cb717fd4a603ac351a3cdae2bc93fa0e8ca6d4ba51647d8cb151e436a8b19def7a389629dddebb1454172588a472bf0eb2c21b8e
 DIST ghub-4.1.0.tar.gz 63324 BLAKE2B 
9abc543f23e92ed6971817ae141c3a393900d6bd3254a4d3dec66f5ede65f7d69cdcd4bced0a0394fb46d1ed7d9c3ae81613a00e0870dd7e58752bc3b4ab0512
 SHA512 
3abe39cdcbe5728bc4a0387ae70ae85b5a81498a2cfb12267127e43ad02613492109ad25bb97c8a8a0d5e7283f12cc5b20f40744e30053c698d75d6ce8940cd4
+DIST ghub-4.1.1.tar.gz 63350 BLAKE2B 
da6ca76f7980887ee7ce5ce7c5482b8314f6fa1b051c906200d72bfcbf787505e5310ca91c47eb762e7d6a6f8b604e86828aabe023a5f451d11513dd2b9ae2b4
 SHA512 
cb9312956f856a99ef74a53a2c42d9da4e6722ce051eda78910054df64d5a6f8cf847542a56bb81d146ff6028363eda4e98a44ec4ca34c59a0eff893fc654b47

diff --git a/app-emacs/ghub/ghub-4.1.1.ebuild b/app-emacs/ghub/ghub-4.1.1.ebuild
new file mode 100644
index ..137580e04d5e
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.0.0
+   >=app-emacs/treepy-0.1.2
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   elisp_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-09-13 Thread Maciej Barć
commit: e18550b2b96f7647f4e9e8ef064aa564390b7d22
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Sep 13 20:09:01 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Sep 13 20:57:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18550b2

app-emacs/ghub: drop old 3.6.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-3.6.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index d0fda479fcb7..ba010ff2580a 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
-DIST ghub-3.6.0.tar.gz 62572 BLAKE2B 
5693177be9ac22d18b7b6f5cdc230eea4340a5bfd007fa4b18f3503fe796fd8b104753be51c8579de6e693cfc620c4524dae195627af4c542bd2fe94aad1d0dd
 SHA512 
e54752f70c462ce4fed3a1fc3ca60f22107e2acaefb06ebf42d35c6b65f9091bba07ff72436310782d9be7fbf35aef473dbbe39ef7a4ac3de1ebd82a417c6b0a
 DIST ghub-4.0.0.tar.gz 63020 BLAKE2B 
e01df9e093573933e24c39ef9a252d31dda4c9b0304ad5ab1f5ba55b6869224bb708dbdc0994c316c35ac0bb8df08d7238da0469a7e0ff84f3f769d35b55d89e
 SHA512 
61825bd5230bc4a80c4a0a40cb717fd4a603ac351a3cdae2bc93fa0e8ca6d4ba51647d8cb151e436a8b19def7a389629dddebb1454172588a472bf0eb2c21b8e
 DIST ghub-4.1.0.tar.gz 63324 BLAKE2B 
9abc543f23e92ed6971817ae141c3a393900d6bd3254a4d3dec66f5ede65f7d69cdcd4bced0a0394fb46d1ed7d9c3ae81613a00e0870dd7e58752bc3b4ab0512
 SHA512 
3abe39cdcbe5728bc4a0387ae70ae85b5a81498a2cfb12267127e43ad02613492109ad25bb97c8a8a0d5e7283f12cc5b20f40744e30053c698d75d6ce8940cd4

diff --git a/app-emacs/ghub/ghub-3.6.0.ebuild b/app-emacs/ghub/ghub-3.6.0.ebuild
deleted file mode 100644
index aa30f4aca220..
--- a/app-emacs/ghub/ghub-3.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub/
-   https://github.com/magit/ghub/";
-SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-DOCS=( README.org )
-ELISP_TEXINFO="docs/ghub.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   >=app-emacs/compat-29.1.4.1
-   >=app-emacs/treepy-0.1.2
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   default
-
-   mv lisp/*.el . || die
-   rm ghub-pkg.el || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-09-11 Thread Sam James
commit: f7994a97094787bb0b0d07680799b6ec4fe598fd
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 11 22:20:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 11 22:20:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7994a97

app-emacs/ghub: Stabilize 4.0.0 ALLARCHES, #939487

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-4.0.0.ebuild b/app-emacs/ghub/ghub-4.0.0.ebuild
index 4a4eeabd3d10..5667640b5b27 100644
--- a/app-emacs/ghub/ghub-4.0.0.ebuild
+++ b/app-emacs/ghub/ghub-4.0.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2024-08-10 Thread Maciej Barć
commit: b37aedde2d1468e38e710ee40075dc45653be5ae
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 10 15:21:30 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 10 18:16:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37aedde

app-emacs/ghub: bump to 4.0.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-4.0.0.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 9c4177794811..11174ef162f1 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1 +1,2 @@
 DIST ghub-3.6.0.tar.gz 62572 BLAKE2B 
5693177be9ac22d18b7b6f5cdc230eea4340a5bfd007fa4b18f3503fe796fd8b104753be51c8579de6e693cfc620c4524dae195627af4c542bd2fe94aad1d0dd
 SHA512 
e54752f70c462ce4fed3a1fc3ca60f22107e2acaefb06ebf42d35c6b65f9091bba07ff72436310782d9be7fbf35aef473dbbe39ef7a4ac3de1ebd82a417c6b0a
+DIST ghub-4.0.0.tar.gz 63020 BLAKE2B 
e01df9e093573933e24c39ef9a252d31dda4c9b0304ad5ab1f5ba55b6869224bb708dbdc0994c316c35ac0bb8df08d7238da0469a7e0ff84f3f769d35b55d89e
 SHA512 
61825bd5230bc4a80c4a0a40cb717fd4a603ac351a3cdae2bc93fa0e8ca6d4ba51647d8cb151e436a8b19def7a389629dddebb1454172588a472bf0eb2c21b8e

diff --git a/app-emacs/ghub/ghub-4.0.0.ebuild b/app-emacs/ghub/ghub-4.0.0.ebuild
new file mode 100644
index ..4a4eeabd3d10
--- /dev/null
+++ b/app-emacs/ghub/ghub-4.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.0.0
+   >=app-emacs/treepy-0.1.2
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   default
+
+   mv lisp/*.el . || die
+   rm ghub-pkg.el || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2023-06-20 Thread Sam James
commit: 1286f65cc9f21b05524bbfea5426b34a0f8433d3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 20 16:23:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 20 16:23:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1286f65c

app-emacs/ghub: Stabilize 3.6.0 ALLARCHES, #908883

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-3.6.0.ebuild b/app-emacs/ghub/ghub-3.6.0.ebuild
index 32ee8f714d36..aa30f4aca220 100644
--- a/app-emacs/ghub/ghub-3.6.0.ebuild
+++ b/app-emacs/ghub/ghub-3.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 DOCS=( README.org )
 ELISP_TEXINFO="docs/ghub.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2023-05-15 Thread Maciej Barć
commit: 2ce0381e3d33b87d0295f4d6811e8f558d53ca3f
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May 15 19:05:20 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May 15 19:08:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce0381e

app-emacs/ghub: bump to 3.6.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.6.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 2e322c66bf73..bedee19646c8 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 
5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6
 SHA512 
df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562
 DIST ghub-3.5.6.tar.gz 59474 BLAKE2B 
c27610f24526a40b5f36d2f5154c0eeb9f86e9da676baa82b2866a0bb58de8a78736d56a5d6454666b539774abbf5dfcd260880aa07499616f44a3e2c8315999
 SHA512 
6c6724978f0809a4977cc7965de4c33eaf29537c13507aabffecae4a7d2b3710074179d819aee1a54fce8f12e20db46b18466c3f1012d3b9c41eae3c2fade58a
+DIST ghub-3.6.0.tar.gz 62572 BLAKE2B 
5693177be9ac22d18b7b6f5cdc230eea4340a5bfd007fa4b18f3503fe796fd8b104753be51c8579de6e693cfc620c4524dae195627af4c542bd2fe94aad1d0dd
 SHA512 
e54752f70c462ce4fed3a1fc3ca60f22107e2acaefb06ebf42d35c6b65f9091bba07ff72436310782d9be7fbf35aef473dbbe39ef7a4ac3de1ebd82a417c6b0a

diff --git a/app-emacs/ghub/ghub-3.6.0.ebuild b/app-emacs/ghub/ghub-3.6.0.ebuild
new file mode 100644
index ..32ee8f714d36
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+   https://github.com/magit/ghub/";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-29.1.4.1
+   >=app-emacs/treepy-0.1.2
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   default
+
+   mv lisp/*.el . || die
+   rm ghub-pkg.el || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2023-01-16 Thread Sam James
commit: 066d5f4ebf86009e8015824168c49011862d2890
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 16 14:32:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 16 14:32:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066d5f4e

app-emacs/ghub: Stabilize 3.5.6 ALLARCHES, #891025

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-3.5.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ghub/ghub-3.5.6.ebuild b/app-emacs/ghub/ghub-3.5.6.ebuild
index 64e656791e15..d4f6a63d4e81 100644
--- a/app-emacs/ghub/ghub-3.5.6.ebuild
+++ b/app-emacs/ghub/ghub-3.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="docs/ghub.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2022-03-27 Thread Matthew Smith
commit: 7d32094dfd23af9eaae8a4e9c49d7a35485fade6
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Mar 27 09:20:18 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Mar 27 09:24:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d32094d

app-emacs/ghub: add 3.5.6

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.5.6.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 6c06ce8a1c59..2e322c66bf73 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1 +1,2 @@
 DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 
5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6
 SHA512 
df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562
+DIST ghub-3.5.6.tar.gz 59474 BLAKE2B 
c27610f24526a40b5f36d2f5154c0eeb9f86e9da676baa82b2866a0bb58de8a78736d56a5d6454666b539774abbf5dfcd260880aa07499616f44a3e2c8315999
 SHA512 
6c6724978f0809a4977cc7965de4c33eaf29537c13507aabffecae4a7d2b3710074179d819aee1a54fce8f12e20db46b18466c3f1012d3b9c41eae3c2fade58a

diff --git a/app-emacs/ghub/ghub-3.5.6.ebuild b/app-emacs/ghub/ghub-3.5.6.ebuild
new file mode 100644
index ..64e656791e15
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.5.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="docs/ghub.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/treepy-0.1.1
+"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"
+
+src_prepare() {
+   default
+   mv lisp/*.el . || die
+   rm ghub-pkg.el || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2022-02-27 Thread Matthew Smith
commit: cb54ec7cd21658a9b9afd165972be18250a8d85e
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Feb 27 10:21:11 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Feb 27 10:23:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb54ec7c

app-emacs/ghub: drop 3.2.0, 3.3.0, 3.4.1, 3.5.3

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/ghub/Manifest  |  4 
 app-emacs/ghub/ghub-3.2.0.ebuild | 27 ---
 app-emacs/ghub/ghub-3.3.0.ebuild | 25 -
 app-emacs/ghub/ghub-3.4.1.ebuild | 25 -
 app-emacs/ghub/ghub-3.5.3.ebuild | 25 -
 5 files changed, 106 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 7dd561c46976..6c06ce8a1c59 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,5 +1 @@
-DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6
-DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 
60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c
 SHA512 
7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6
-DIST ghub-3.4.1.tar.gz 56401 BLAKE2B 
889fde5b091f20242679986eec31ba918c657a5317486c01eee6c9a8997173a4cd1a1474b4f287ae459786338073dce2cf9fe01ce1def17f3fd923cad9c81823
 SHA512 
76d3628a29afb2d21ee6bc438213712acf20db4a5181ecdc6362816d5af70b3876c1319efe348287a838916afb5d4ed029eaaed3245a4da539354dd6551d8290
-DIST ghub-3.5.3.tar.gz 57896 BLAKE2B 
24274c51605356353d87ffe7a4c9e843fd76a9156be6a48b11a3871f3a1f8a0ecc3a256bcad951e21d2cf4c9005c1bdf9a43f8b85df9c2ad67f632eebe0a3df7
 SHA512 
0e87e778a01ecc992156d751c5882c403b9f6978b647d9f1ea5613a6b837edbd0fd7841e9d90d8a7148f76dda8e54c40e92570af6a591263329a139d5530fd29
 DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 
5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6
 SHA512 
df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562

diff --git a/app-emacs/ghub/ghub-3.2.0.ebuild b/app-emacs/ghub/ghub-3.2.0.ebuild
deleted file mode 100644
index 8099d9991c48..
--- a/app-emacs/ghub/ghub-3.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-RDEPEND="
-   >=app-emacs/dash-2.14.1
-   >=app-emacs/graphql-0.1.1
-   >=app-emacs/treepy-0.0.1
-"
-BDEPEND="${RDEPEND}
-   sys-apps/texinfo"

diff --git a/app-emacs/ghub/ghub-3.3.0.ebuild b/app-emacs/ghub/ghub-3.3.0.ebuild
deleted file mode 100644
index cca3ff591536..
--- a/app-emacs/ghub/ghub-3.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-RDEPEND="
-   >=app-emacs/treepy-0.1.1
-"
-BDEPEND="${RDEPEND}
-   sys-apps/texinfo"

diff --git a/app-emacs/ghub/ghub-3.4.1.ebuild b/app-emacs/ghub/ghub-3.4.1.ebuild
deleted file mode 100644
index cca3ff591536..
--- a/app-emacs/ghub/ghub-3.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-RDEPEND="
-   >=app-emacs/treepy-0.1.1
-"
-BDEPEND="${RDEPEND}
-   sys-apps/texinfo"

diff --git a/app-emacs/ghub/ghub-3.5.3.ebuild b/app-emacs/ghub/ghub-3.5.3.ebuild
deleted file mode 100644
index fe0403d6c30

[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2022-02-14 Thread Sam James
commit: e7177b02d8a4368b4553fb9f35f147d1a0756381
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 14 20:49:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 14 20:49:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7177b02

app-emacs/ghub: Stabilize 3.5.4 ALLARCHES, #833349

Signed-off-by: Sam James  gentoo.org>

 app-emacs/ghub/ghub-3.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ghub/ghub-3.5.4.ebuild b/app-emacs/ghub/ghub-3.5.4.ebuild
index b4d2f0b5ef1c..ff3df1514bdf 100644
--- a/app-emacs/ghub/ghub-3.5.4.ebuild
+++ b/app-emacs/ghub/ghub-3.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2021-10-07 Thread Hans de Graaff
commit: 986deb7e71bbe63f85de680859994149045d51d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct  8 05:50:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  8 05:50:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986deb7e

app-emacs/ghub: add 3.5.4

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.5.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 85a3968a29d..7dd561c4697 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -2,3 +2,4 @@ DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06
 DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 
60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c
 SHA512 
7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6
 DIST ghub-3.4.1.tar.gz 56401 BLAKE2B 
889fde5b091f20242679986eec31ba918c657a5317486c01eee6c9a8997173a4cd1a1474b4f287ae459786338073dce2cf9fe01ce1def17f3fd923cad9c81823
 SHA512 
76d3628a29afb2d21ee6bc438213712acf20db4a5181ecdc6362816d5af70b3876c1319efe348287a838916afb5d4ed029eaaed3245a4da539354dd6551d8290
 DIST ghub-3.5.3.tar.gz 57896 BLAKE2B 
24274c51605356353d87ffe7a4c9e843fd76a9156be6a48b11a3871f3a1f8a0ecc3a256bcad951e21d2cf4c9005c1bdf9a43f8b85df9c2ad67f632eebe0a3df7
 SHA512 
0e87e778a01ecc992156d751c5882c403b9f6978b647d9f1ea5613a6b837edbd0fd7841e9d90d8a7148f76dda8e54c40e92570af6a591263329a139d5530fd29
+DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 
5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6
 SHA512 
df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562

diff --git a/app-emacs/ghub/ghub-3.5.4.ebuild b/app-emacs/ghub/ghub-3.5.4.ebuild
new file mode 100644
index 000..b4d2f0b5ef1
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.5.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/treepy-0.1.1
+"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2021-06-17 Thread Hans de Graaff
commit: f231d2305bd25dc706fcda7a30e2d4d818db446c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 18 04:08:18 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 18 04:14:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f231d230

app-emacs/ghub: add 3.5.3

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.5.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 716845e27dc..85a3968a29d 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,4 @@
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6
 DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 
60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c
 SHA512 
7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6
 DIST ghub-3.4.1.tar.gz 56401 BLAKE2B 
889fde5b091f20242679986eec31ba918c657a5317486c01eee6c9a8997173a4cd1a1474b4f287ae459786338073dce2cf9fe01ce1def17f3fd923cad9c81823
 SHA512 
76d3628a29afb2d21ee6bc438213712acf20db4a5181ecdc6362816d5af70b3876c1319efe348287a838916afb5d4ed029eaaed3245a4da539354dd6551d8290
+DIST ghub-3.5.3.tar.gz 57896 BLAKE2B 
24274c51605356353d87ffe7a4c9e843fd76a9156be6a48b11a3871f3a1f8a0ecc3a256bcad951e21d2cf4c9005c1bdf9a43f8b85df9c2ad67f632eebe0a3df7
 SHA512 
0e87e778a01ecc992156d751c5882c403b9f6978b647d9f1ea5613a6b837edbd0fd7841e9d90d8a7148f76dda8e54c40e92570af6a591263329a139d5530fd29

diff --git a/app-emacs/ghub/ghub-3.5.3.ebuild b/app-emacs/ghub/ghub-3.5.3.ebuild
new file mode 100644
index 000..fe0403d6c30
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.5.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/treepy-0.1.1
+"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2020-09-15 Thread Hans de Graaff
commit: bed7a96c2737c1fdc434430915ffcc67896d1671
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 16 06:28:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 16 06:28:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed7a96c

app-emacs/ghub: add 3.4.1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.4.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 61b3abcdcf0..716845e27dc 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6
 DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 
60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c
 SHA512 
7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6
+DIST ghub-3.4.1.tar.gz 56401 BLAKE2B 
889fde5b091f20242679986eec31ba918c657a5317486c01eee6c9a8997173a4cd1a1474b4f287ae459786338073dce2cf9fe01ce1def17f3fd923cad9c81823
 SHA512 
76d3628a29afb2d21ee6bc438213712acf20db4a5181ecdc6362816d5af70b3876c1319efe348287a838916afb5d4ed029eaaed3245a4da539354dd6551d8290

diff --git a/app-emacs/ghub/ghub-3.4.1.ebuild b/app-emacs/ghub/ghub-3.4.1.ebuild
new file mode 100644
index 000..cca3ff59153
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/treepy-0.1.1
+"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2020-09-15 Thread Hans de Graaff
commit: 536d5b8155e1e1485833c9d716bbfc2d130e02ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 16 06:24:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 16 06:24:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536d5b81

app-emacs/ghub: cleanup

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-2.0.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 470362a3ad9..61b3abcdcf0 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
-DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6
 DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 
60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c
 SHA512 
7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6

diff --git a/app-emacs/ghub/ghub-2.0.1.ebuild b/app-emacs/ghub/ghub-2.0.1.ebuild
deleted file mode 100644
index 86391bcb3a8..000
--- a/app-emacs/ghub/ghub-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="minuscule client library for the Github API"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2020-01-22 Thread Hans de Graaff
commit: 16f9b6f356093a3517c89d5cb65676f8545970e8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 22 08:01:44 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 22 08:01:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f9b6f3

app-emacs/ghub: add 3.3.0

Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.3.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 1a8660784c7..470362a3ad9 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6
+DIST ghub-3.3.0.tar.gz 67861 BLAKE2B 
60006417d24110bdf99eae860b0a639e5757afe0da94b8bb5186d54ee14b360c473acebf667a7a262a1edd581da99f4896814b6ec2c49f8c9dc23b5c5e89d63c
 SHA512 
7071f50d66ffd580d0cbbcdd7a3776fae70f090bb4d970a3b7767b9add3893c8cf286996f70baf4c214a7957fab5504596120305be23dd300c0c4c0fd2f660d6

diff --git a/app-emacs/ghub/ghub-3.3.0.ebuild b/app-emacs/ghub/ghub-3.3.0.ebuild
new file mode 100644
index 000..cca3ff59153
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/treepy-0.1.1
+"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-11-18 Thread Ulrich Müller
commit: e2cf78190f3bb51118edcd085f52b70055f97dc1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:55:03 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cf7819

app-emacs/ghub: Remove old.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-3.0.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index c23fb67f455..1a8660784c7 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
 DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
-DIST ghub-3.0.0.tar.gz 62897 BLAKE2B 
78962809f7bfd1236379f4e5520717378353f5c88d81a06b2526b6e11ccdd70d2411b38c81dc40a660aef20c116d277d4a72a31943a2aabca71ce3bd7672b844
 SHA512 
32051672c8a0fb907655c137b61efa63c9947e8216b3ee7c520ba606211ce361446d57996ea3949dac16456ea9431de1cdd1339f6b7a4d092bfcecb7acc0b893
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6

diff --git a/app-emacs/ghub/ghub-3.0.0.ebuild b/app-emacs/ghub/ghub-3.0.0.ebuild
deleted file mode 100644
index 8b1abfbebeb..000
--- a/app-emacs/ghub/ghub-3.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-RDEPEND="
-   >=app-emacs/dash-2.14.1
-   >=app-emacs/graphql-0.1.1
-   >=app-emacs/treepy-0.0.1
-"
-DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-11-18 Thread Agostino Sarubbo
commit: edd825b9c9e59ee4137d86c417ec90c00f13a3f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:46:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:46:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd825b9

app-emacs/ghub: amd64/x86 stable, (ALLARCHES policy) wrt bug #700254

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ghub/ghub-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-3.2.0.ebuild b/app-emacs/ghub/ghub-3.2.0.ebuild
index 274ca19590d..8099d9991c4 100644
--- a/app-emacs/ghub/ghub-3.2.0.ebuild
+++ b/app-emacs/ghub/ghub-3.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-10-17 Thread Ulrich Müller
commit: 381ddc0496ab6926eeedffd20df88ec444dda1ff
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct 17 12:57:14 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct 17 13:19:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381ddc04

app-emacs/ghub: Bump to version 3.2.0.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.2.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 0b192b25af7..d717dbf7bb1 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,4 @@
 DIST ghub-2.0.0.tar.gz 48150 BLAKE2B 
b9142f33f92dc08a1d5f3f3467361866b41d0d2c943465e803987a41a7bbba1bc4c7e30c058e6e3899110a57d3e1d49545df01efbceb67711186e6411ebc9a58
 SHA512 
39e1ac1760e1a8532ee5d6fd29386ccc24d7f0278f6c900d565a709f86ac6acf01ae49a3462b54054d5b0040102db82ea048157a12663c46b0c45fe11f2e86d6
 DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
 DIST ghub-3.0.0.tar.gz 62897 BLAKE2B 
78962809f7bfd1236379f4e5520717378353f5c88d81a06b2526b6e11ccdd70d2411b38c81dc40a660aef20c116d277d4a72a31943a2aabca71ce3bd7672b844
 SHA512 
32051672c8a0fb907655c137b61efa63c9947e8216b3ee7c520ba606211ce361446d57996ea3949dac16456ea9431de1cdd1339f6b7a4d092bfcecb7acc0b893
+DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6

diff --git a/app-emacs/ghub/ghub-3.2.0.ebuild b/app-emacs/ghub/ghub-3.2.0.ebuild
new file mode 100644
index 000..274ca19590d
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/dash-2.14.1
+   >=app-emacs/graphql-0.1.1
+   >=app-emacs/treepy-0.0.1
+"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-10-17 Thread Ulrich Müller
commit: 6866b18fe9d86a64a5deb133bd0cf9589887e527
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct 17 12:58:39 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct 17 13:19:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6866b18f

app-emacs/ghub: Remove old.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-2.0.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index d717dbf7bb1..c23fb67f455 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,4 +1,3 @@
-DIST ghub-2.0.0.tar.gz 48150 BLAKE2B 
b9142f33f92dc08a1d5f3f3467361866b41d0d2c943465e803987a41a7bbba1bc4c7e30c058e6e3899110a57d3e1d49545df01efbceb67711186e6411ebc9a58
 SHA512 
39e1ac1760e1a8532ee5d6fd29386ccc24d7f0278f6c900d565a709f86ac6acf01ae49a3462b54054d5b0040102db82ea048157a12663c46b0c45fe11f2e86d6
 DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
 DIST ghub-3.0.0.tar.gz 62897 BLAKE2B 
78962809f7bfd1236379f4e5520717378353f5c88d81a06b2526b6e11ccdd70d2411b38c81dc40a660aef20c116d277d4a72a31943a2aabca71ce3bd7672b844
 SHA512 
32051672c8a0fb907655c137b61efa63c9947e8216b3ee7c520ba606211ce361446d57996ea3949dac16456ea9431de1cdd1339f6b7a4d092bfcecb7acc0b893
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6

diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild
deleted file mode 100644
index b81e58b6400..000
--- a/app-emacs/ghub/ghub-2.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="minuscule client library for the Github API"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-02-09 Thread Thomas Deutschmann
commit: 1e6d2c41563a6cafe7ef61cea76cb9bbd5c87fa7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Feb  9 18:16:51 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb  9 18:36:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6d2c41

app-emacs/ghub: x86 stable (bug #677078)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emacs/ghub/ghub-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-2.0.1.ebuild b/app-emacs/ghub/ghub-2.0.1.ebuild
index edadc9267cd..86391bcb3a8 100644
--- a/app-emacs/ghub/ghub-2.0.1.ebuild
+++ b/app-emacs/ghub/ghub-2.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-02-07 Thread Mikle Kolyada
commit: 5450dae1fa8698eba3211381606c0ad583aab8d4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Feb  7 10:56:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Feb  7 10:59:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5450dae1

app-emacs/ghub: amd64 stable wrt bug #677078

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emacs/ghub/ghub-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ghub/ghub-2.0.1.ebuild b/app-emacs/ghub/ghub-2.0.1.ebuild
index e5be353be61..edadc9267cd 100644
--- a/app-emacs/ghub/ghub-2.0.1.ebuild
+++ b/app-emacs/ghub/ghub-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2018-11-24 Thread Hans de Graaff
commit: 9cd4d790d773cf10e1f4c2b295c9712f3e720298
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 25 07:30:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 25 07:30:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd4d790

app-emacs/ghub: add 3.0.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-3.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 1092f15e532..0b192b25af7 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-2.0.0.tar.gz 48150 BLAKE2B 
b9142f33f92dc08a1d5f3f3467361866b41d0d2c943465e803987a41a7bbba1bc4c7e30c058e6e3899110a57d3e1d49545df01efbceb67711186e6411ebc9a58
 SHA512 
39e1ac1760e1a8532ee5d6fd29386ccc24d7f0278f6c900d565a709f86ac6acf01ae49a3462b54054d5b0040102db82ea048157a12663c46b0c45fe11f2e86d6
 DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
+DIST ghub-3.0.0.tar.gz 62897 BLAKE2B 
78962809f7bfd1236379f4e5520717378353f5c88d81a06b2526b6e11ccdd70d2411b38c81dc40a660aef20c116d277d4a72a31943a2aabca71ce3bd7672b844
 SHA512 
32051672c8a0fb907655c137b61efa63c9947e8216b3ee7c520ba606211ce361446d57996ea3949dac16456ea9431de1cdd1339f6b7a4d092bfcecb7acc0b893

diff --git a/app-emacs/ghub/ghub-3.0.0.ebuild b/app-emacs/ghub/ghub-3.0.0.ebuild
new file mode 100644
index 000..8b1abfbebeb
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+RDEPEND="
+   >=app-emacs/dash-2.14.1
+   >=app-emacs/graphql-0.1.1
+   >=app-emacs/treepy-0.0.1
+"
+DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2018-06-07 Thread Agostino Sarubbo
commit: f2eaa2a9910b7cc7cd854f77f3bc5b4b45ac19bb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  7 10:11:40 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  7 10:11:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2eaa2a9

app-emacs/ghub: amd64 stable wrt bug #657444

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

 app-emacs/ghub/ghub-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild
index 8e9ad2783fa..b81e58b6400 100644
--- a/app-emacs/ghub/ghub-2.0.0.ebuild
+++ b/app-emacs/ghub/ghub-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2018-06-04 Thread Hans de Graaff
commit: 3421a0d74bd7a91f34bea55f96fc430095ab61ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  5 04:09:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  5 04:09:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3421a0d7

app-emacs/ghub: update required emacs version to 25

Closes: https://bugs.gentoo.org/657170
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/ghub/ghub-2.0.0.ebuild | 2 +-
 app-emacs/ghub/ghub-2.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild
index 86b8b246a84..e5be353be61 100644
--- a/app-emacs/ghub/ghub-2.0.0.ebuild
+++ b/app-emacs/ghub/ghub-2.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-NEED_EMACS=24
+NEED_EMACS=25
 
 inherit elisp
 

diff --git a/app-emacs/ghub/ghub-2.0.1.ebuild b/app-emacs/ghub/ghub-2.0.1.ebuild
index 86b8b246a84..e5be353be61 100644
--- a/app-emacs/ghub/ghub-2.0.1.ebuild
+++ b/app-emacs/ghub/ghub-2.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-NEED_EMACS=24
+NEED_EMACS=25
 
 inherit elisp
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2018-06-02 Thread Hans de Graaff
commit: 9d8416c95f944800c1a773b67df773e61a731380
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun  3 05:26:54 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun  3 05:26:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8416c9

app-emacs/ghub: add 2.0.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/ghub/Manifest  |  1 +
 app-emacs/ghub/ghub-2.0.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index e84147fe4f4..1092f15e532 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1 +1,2 @@
 DIST ghub-2.0.0.tar.gz 48150 BLAKE2B 
b9142f33f92dc08a1d5f3f3467361866b41d0d2c943465e803987a41a7bbba1bc4c7e30c058e6e3899110a57d3e1d49545df01efbceb67711186e6411ebc9a58
 SHA512 
39e1ac1760e1a8532ee5d6fd29386ccc24d7f0278f6c900d565a709f86ac6acf01ae49a3462b54054d5b0040102db82ea048157a12663c46b0c45fe11f2e86d6
+DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528

diff --git a/app-emacs/ghub/ghub-2.0.1.ebuild b/app-emacs/ghub/ghub-2.0.1.ebuild
new file mode 100644
index 000..86b8b246a84
--- /dev/null
+++ b/app-emacs/ghub/ghub-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="minuscule client library for the Github API"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2018-03-31 Thread Hans de Graaff
commit: 61e37cfcad576b626dcd70296046d7686b2d1a8d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 31 16:37:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 31 18:12:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e37cfc

app-emacs/ghub: use correct LICENSE, thanks to ulm

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/ghub/ghub-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild
index 4b577810fe6..86b8b246a84 100644
--- a/app-emacs/ghub/ghub-2.0.0.ebuild
+++ b/app-emacs/ghub/ghub-2.0.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="minuscule client library for the Github API"
 HOMEPAGE="https://magit.vc/manual/ghub";
 SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/, app-emacs/ghub/files/

2018-03-30 Thread Hans de Graaff
commit: 1eb09752210acf0072911688c4d897b831c1bb19
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 31 06:22:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 31 06:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb09752

app-emacs/ghub: initial import of 2.0.0

New dependency for forthcoming versions of app-emacs/magit.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/ghub/Manifest   |  1 +
 app-emacs/ghub/files/50ghub-gentoo.el |  3 +++
 app-emacs/ghub/ghub-2.0.0.ebuild  | 21 +
 app-emacs/ghub/metadata.xml   | 29 +
 4 files changed, 54 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
new file mode 100644
index 000..e84147fe4f4
--- /dev/null
+++ b/app-emacs/ghub/Manifest
@@ -0,0 +1 @@
+DIST ghub-2.0.0.tar.gz 48150 BLAKE2B 
b9142f33f92dc08a1d5f3f3467361866b41d0d2c943465e803987a41a7bbba1bc4c7e30c058e6e3899110a57d3e1d49545df01efbceb67711186e6411ebc9a58
 SHA512 
39e1ac1760e1a8532ee5d6fd29386ccc24d7f0278f6c900d565a709f86ac6acf01ae49a3462b54054d5b0040102db82ea048157a12663c46b0c45fe11f2e86d6

diff --git a/app-emacs/ghub/files/50ghub-gentoo.el 
b/app-emacs/ghub/files/50ghub-gentoo.el
new file mode 100644
index 000..37d6696a3da
--- /dev/null
+++ b/app-emacs/ghub/files/50ghub-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'ghub-create-token "ghub" nil t)
+(autoload 'ghub-token-scopes "ghub" nil t)

diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild
new file mode 100644
index 000..4b577810fe6
--- /dev/null
+++ b/app-emacs/ghub/ghub-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="minuscule client library for the Github API"
+HOMEPAGE="https://magit.vc/manual/ghub";
+SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+DEPEND="sys-apps/texinfo"

diff --git a/app-emacs/ghub/metadata.xml b/app-emacs/ghub/metadata.xml
new file mode 100644
index 000..864702cccea
--- /dev/null
+++ b/app-emacs/ghub/metadata.xml
@@ -0,0 +1,29 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+Ghub is a library that provides basic support for using the Github API
+from Emacs packages.  It abstracts access to API resources using only
+a handful of functions that are not resource-specific.
+
+Ghub handles the creation, storage and use of access tokens using a
+setup wizard to make it easier for users to get started and to reduce
+the support burden imposed on package maintainers.  It also comes with
+a comprehensive manual to address the cases when things don't just
+work as expected or in case you don't want to use the wizard.
+
+Ghub is intentionally limited to only provide these two essential
+features — basic request functions and guided setup — to avoid being
+too opinionated, which would hinder wide adoption.  It is assumed that
+wide adoption would make life easier for users and maintainers alike,
+because then all packages that talk to the Github API could be
+configured the same way.
+
+
+  magit/ghub
+
+