diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-11-25 08:30:20 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-11-25 08:30:20 +0100 |
commit | 9cd4d790d773cf10e1f4c2b295c9712f3e720298 (patch) | |
tree | f68d7491455178af1150ba5d4f65b7c30bc56665 /app-emacs | |
parent | app-emacs/treepy: add ~x86 (diff) | |
download | gentoo-9cd4d790d773cf10e1f4c2b295c9712f3e720298.tar.gz gentoo-9cd4d790d773cf10e1f4c2b295c9712f3e720298.tar.bz2 gentoo-9cd4d790d773cf10e1f4c2b295c9712f3e720298.zip |
app-emacs/ghub: add 3.0.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ghub/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/ghub/ghub-3.0.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest index 1092f15e5326..0b192b25af79 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 000000000000..8b1abfbebebd --- /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" |