summaryrefslogtreecommitdiff
path: root/app-emacs/graphql
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-17 05:37:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-17 05:37:24 +0000
commitc4a46526c2232ba00b0ccc97f2d2a30b0c6baea5 (patch)
tree704e1ac4fe255581fb2a4fdff0d69c5329e1e403 /app-emacs/graphql
parentd228f661892a9e55a86f00c2c14625490631d797 (diff)
gentoo auto-resync : 17:02:2024 - 05:37:23
Diffstat (limited to 'app-emacs/graphql')
-rw-r--r--app-emacs/graphql/Manifest2
-rw-r--r--app-emacs/graphql/graphql-0.1.1.ebuild28
2 files changed, 0 insertions, 30 deletions
diff --git a/app-emacs/graphql/Manifest b/app-emacs/graphql/Manifest
index 6099884bfc7d..c6dbd6c0c35f 100644
--- a/app-emacs/graphql/Manifest
+++ b/app-emacs/graphql/Manifest
@@ -1,5 +1,3 @@
-DIST graphql-0.1.1.tar.gz 6021 BLAKE2B 62755fda880042e00942acc6dbf98219521c92d052eeb0c584e8bb83ae8fdcea46185270f5dff8c89762d11b409e31b42d4ae62ab6831b04437ac0de517f442e SHA512 53f4c8b70be07f38b3554c4488a98ccdb956a68585955c7afd9df52d9d39cfaf7cc0efcadae1f42099495b8729851d089cd03d4570ed2a91a3354dd19f12d5bb
DIST graphql-0.1.2.tar.gz 6231 BLAKE2B 55b121b3040b55c8c690637ef5fb034c66e2837e1c22c3e1b37911cc7c26741adb15344f861195f8156c33e844a950e4e6fe97acc502321a561b9c7b249c7aeb SHA512 45b1b72f4fafd884633dab3b464079ed7c80e671b4d0a5f26dc57f058177e5f54ed453710d36e02062d80abeee5e0215aff395063f8e3124646ffb05bdeff8c5
-EBUILD graphql-0.1.1.ebuild 598 BLAKE2B 49392e6062761ffa1cd54ba9473c69785dc4fa1f130abaa2f7253f47844a75df7b95b01b60eb48c2b54fbb2aad50dfd0f042becaad452fc59c44b34cec538bf9 SHA512 10b48ae4c545986931ce4593e6962373b3def7072281a417ae8ef65c9785586a00f1e4e8e76f8c1dac48891d4eb7b25da507ffba9d3e36db2ba57b22fcd7ead9
EBUILD graphql-0.1.2.ebuild 689 BLAKE2B b33ee350f65a2436676fe8efb58017598648fc900fc8a3e615d70344522969a7e55f4d55c210bdc094102e700784d95128bceb0ec93eb1e628f95e724dccc432 SHA512 21dd2070445f4bb28e0375537aef6eefefb2d0227024d94ccf09f777a26416098503f098cfa64ac24308eb8cae55b2921a2f97b439efdd0bbce130b1af95a8dc
MISC metadata.xml 551 BLAKE2B 84dde44b4095c3ea5b613bd36771d7aca7d47d1304cdf71cf7009f5d88450bf56a2d72a1e47d254f68a297f0820eddd38ff59a0f3a4f112cbaf46f879d1c3a70 SHA512 c78b49db661a5b7044190e4ae2f82f103c1f09fd6ab4a429579f89f7ebfebb5a25392ad79d7012cc997aa67629887aa6a6776a06ea81e1e36a1e7c3749501cf3
diff --git a/app-emacs/graphql/graphql-0.1.1.ebuild b/app-emacs/graphql/graphql-0.1.1.ebuild
deleted file mode 100644
index 66569e4618f4..000000000000
--- a/app-emacs/graphql/graphql-0.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 x86"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-# Tries to download emake tool on the fly
-RESTRICT="test"
-
-src_prepare() {
- # Avoid examples which would require circular dependencies
- rm -f examples.el || die
-
- default
-}