diff options
author | 2024-02-16 17:52:19 +0100 | |
---|---|---|
committer | 2024-02-17 00:13:26 +0100 | |
commit | cb90d8909d3a079e67bbd7aa9fea680beb0dbd12 (patch) | |
tree | a2ddfdd301a4dd8f9c779f8d5c528be849510b34 /app-emacs/graphql | |
parent | app-emacs/git-modes: drop old 1.4.1 (diff) | |
download | gentoo-cb90d8909d3a079e67bbd7aa9fea680beb0dbd12.tar.gz gentoo-cb90d8909d3a079e67bbd7aa9fea680beb0dbd12.tar.bz2 gentoo-cb90d8909d3a079e67bbd7aa9fea680beb0dbd12.zip |
app-emacs/graphql: drop old 0.1.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/graphql')
-rw-r--r-- | app-emacs/graphql/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/graphql/graphql-0.1.1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/graphql/Manifest b/app-emacs/graphql/Manifest index d21a1d91ce98..c11dbcc14116 100644 --- a/app-emacs/graphql/Manifest +++ b/app-emacs/graphql/Manifest @@ -1,2 +1 @@ -DIST graphql-0.1.1.tar.gz 6021 BLAKE2B 62755fda880042e00942acc6dbf98219521c92d052eeb0c584e8bb83ae8fdcea46185270f5dff8c89762d11b409e31b42d4ae62ab6831b04437ac0de517f442e SHA512 53f4c8b70be07f38b3554c4488a98ccdb956a68585955c7afd9df52d9d39cfaf7cc0efcadae1f42099495b8729851d089cd03d4570ed2a91a3354dd19f12d5bb DIST graphql-0.1.2.tar.gz 6231 BLAKE2B 55b121b3040b55c8c690637ef5fb034c66e2837e1c22c3e1b37911cc7c26741adb15344f861195f8156c33e844a950e4e6fe97acc502321a561b9c7b249c7aeb SHA512 45b1b72f4fafd884633dab3b464079ed7c80e671b4d0a5f26dc57f058177e5f54ed453710d36e02062d80abeee5e0215aff395063f8e3124646ffb05bdeff8c5 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 -} |