summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2021-09-10 08:25:04 +0200
committerHans de Graaff <hans@degraaff.org>2021-09-10 08:25:04 +0200
commitae11414a8661627130731947e9708d1467c5736d (patch)
tree593c470d38949facc9dc190510d64cc46fc16132 /app-emacs
parentapp-emacs/groovy-mode: cleanup (diff)
downloadgraaff-ae11414a8661627130731947e9708d1467c5736d.tar.gz
graaff-ae11414a8661627130731947e9708d1467c5736d.tar.bz2
graaff-ae11414a8661627130731947e9708d1467c5736d.zip
app-emacs/hcl-mode: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/hcl-mode/Manifest2
-rw-r--r--app-emacs/hcl-mode/hcl-mode-0.03.ebuild22
-rw-r--r--app-emacs/hcl-mode/hcl-mode-0.03_p20200315.ebuild26
3 files changed, 0 insertions, 50 deletions
diff --git a/app-emacs/hcl-mode/Manifest b/app-emacs/hcl-mode/Manifest
index c0594498..cab9d9b8 100644
--- a/app-emacs/hcl-mode/Manifest
+++ b/app-emacs/hcl-mode/Manifest
@@ -1,3 +1 @@
-DIST hcl-mode-0.03.tar.gz 34970 BLAKE2B ba55bf34a6ee794e9dc33cae28edd7880e39e239923d981f628d9ec464c9e1faabc5338d6ba83f74e48f2cf903fb070011f59da0cc1629de4489e05c5c0658c9 SHA512 aea95691163e21bf63876fee7eaa4c6b0fac32b4e83ddf76ffc943f6c1506a20197dcf4314c3ec01e1e96071820490e632601af1dd7b754ba24d178d56fbc584
-DIST hcl-mode-0.03_p20200315.tar.gz 35345 BLAKE2B f25d3529b7ea2dedf4f67cd498f7ec6e106279a02904d1a317e8c83394707629352448f8812ed34ffdc4aae8185806a240294d048e9dada33123e06ad746a466 SHA512 66fdbbc9fa2577e0e3fbb1b52912bff83e21bedfe5f4d9330393b910d8cd1fc417cef42b84a556ae1d30f1679876fdd5378dfa29d3bc93b676ddbb2fa1fefc1a
DIST hcl-mode-0.03_p20200711.tar.gz 35408 BLAKE2B 26ac3eb2a08f4725fa78e0ef511f606f5389c5d1edf37a1689bbaa9bc66718e201ba740445742b2f754f0904f3e5c3673219af679235a118b46f3dd987623e63 SHA512 1b30461be11b6692f8cbef84ab7d13fdb7ea77dbc9de4119cef70e92241f5f01fbc9820b3bb0929562fffeebc9c8ad615a3369ea8f27d0a8bfce54df7299717d
diff --git a/app-emacs/hcl-mode/hcl-mode-0.03.ebuild b/app-emacs/hcl-mode/hcl-mode-0.03.ebuild
deleted file mode 100644
index e602be6a..00000000
--- a/app-emacs/hcl-mode/hcl-mode-0.03.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Major mode of HCL (Hashicorp Configuration Language)"
-HOMEPAGE="https://github.com/syohex/emacs-hcl-mode"
-SRC_URI="https://github.com/syohex/emacs-hcl-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/emacs-${P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-# Uses unpackaged cask
-RESTRICT="test"
diff --git a/app-emacs/hcl-mode/hcl-mode-0.03_p20200315.ebuild b/app-emacs/hcl-mode/hcl-mode-0.03_p20200315.ebuild
deleted file mode 100644
index dc5c6a48..00000000
--- a/app-emacs/hcl-mode/hcl-mode-0.03_p20200315.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT=c3d1158ad1a64f06aa8986ab1cdea6b7fbdd4bf7
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Major mode of HCL (Hashicorp Configuration Language)"
-HOMEPAGE="https://github.com/purcell/emacs-hcl-mode"
-SRC_URI="https://github.com/purcell/emacs-hcl-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/emacs-${PN}-${COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-DOCS="Changes README.md"
-
-# Uses unpackaged cask
-RESTRICT="test"