diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-03-31 08:22:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-03-31 08:22:28 +0200 |
commit | 1eb09752210acf0072911688c4d897b831c1bb19 (patch) | |
tree | bc6461608fe52b917be598092af2fd72660065e0 /app-emacs/ghub/metadata.xml | |
parent | dev-ruby/charlock_holmes: add 0.7.6 (diff) | |
download | gentoo-1eb09752210acf0072911688c4d897b831c1bb19.tar.gz gentoo-1eb09752210acf0072911688c4d897b831c1bb19.tar.bz2 gentoo-1eb09752210acf0072911688c4d897b831c1bb19.zip |
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
Diffstat (limited to 'app-emacs/ghub/metadata.xml')
-rw-r--r-- | app-emacs/ghub/metadata.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/ghub/metadata.xml b/app-emacs/ghub/metadata.xml new file mode 100644 index 000000000000..864702cccea5 --- /dev/null +++ b/app-emacs/ghub/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> +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. +</longdescription> +<upstream> + <remote-id type="github">magit/ghub</remote-id> +</upstream> +</pkgmetadata> |