summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-11-09 08:43:25 +0100
committerHans de Graaff <graaff@gentoo.org>2018-11-09 08:43:25 +0100
commitdb691adeaf079dd0053764e7dec5cabc943d4a15 (patch)
treedb80187b08c3a05e09d12f0c2b99eee0bc8f514d /app-emacs
parentapp-emacs/treepy: initial import of 0.1.1 (diff)
downloadgentoo-db691adeaf079dd0053764e7dec5cabc943d4a15.tar.gz
gentoo-db691adeaf079dd0053764e7dec5cabc943d4a15.tar.bz2
gentoo-db691adeaf079dd0053764e7dec5cabc943d4a15.zip
app-emacs/graphql: initial import of 0.1.1
New dependency for app-emacs/ghub 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/graphql/Manifest1
-rw-r--r--app-emacs/graphql/files/50graphql-gentoo.el1
-rw-r--r--app-emacs/graphql/graphql-0.1.1.ebuild22
-rw-r--r--app-emacs/graphql/metadata.xml17
4 files changed, 41 insertions, 0 deletions
diff --git a/app-emacs/graphql/Manifest b/app-emacs/graphql/Manifest
new file mode 100644
index 000000000000..b6e9ea7184ad
--- /dev/null
+++ b/app-emacs/graphql/Manifest
@@ -0,0 +1 @@
+DIST graphql-0.1.1.tar.gz 6021 BLAKE2B 62755fda880042e00942acc6dbf98219521c92d052eeb0c584e8bb83ae8fdcea46185270f5dff8c89762d11b409e31b42d4ae62ab6831b04437ac0de517f442e SHA512 53f4c8b70be07f38b3554c4488a98ccdb956a68585955c7afd9df52d9d39cfaf7cc0efcadae1f42099495b8729851d089cd03d4570ed2a91a3354dd19f12d5bb
diff --git a/app-emacs/graphql/files/50graphql-gentoo.el b/app-emacs/graphql/files/50graphql-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/graphql/files/50graphql-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/graphql/graphql-0.1.1.ebuild b/app-emacs/graphql/graphql-0.1.1.ebuild
new file mode 100644
index 000000000000..eb8fe947e5f0
--- /dev/null
+++ b/app-emacs/graphql/graphql-0.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="GraphQL utilities"
+HOMEPAGE="https://github.com/vermiculus/graphql.el"
+SRC_URI="https://github.com/vermiculus/graphql.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}.el-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"
+
+# Tries to download emake tool on the fly
+RESTRICT="test"
diff --git a/app-emacs/graphql/metadata.xml b/app-emacs/graphql/metadata.xml
new file mode 100644
index 000000000000..010525da2380
--- /dev/null
+++ b/app-emacs/graphql/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+GraphQL.el provides a generally-applicable domain-specific language
+for creating and executing GraphQL queries against your favorite
+web services.
+</longdescription>
+<stabilize-allarches/>
+<upstream>
+ <remote-id type="github">vermiculus/graphql.el</remote-id>
+</upstream>
+</pkgmetadata>