summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2021-09-10 09:31:53 +0200
committerHans de Graaff <hans@degraaff.org>2021-09-10 09:31:53 +0200
commit776f526b3823b99a08f1338317f5c93dc1a5616b (patch)
treecf251b93614eecb184bdb7164d67b814f71b499b /app-emacs
parentapp-emacs/reformatter: cleanup (diff)
downloadgraaff-776f526b3823b99a08f1338317f5c93dc1a5616b.tar.gz
graaff-776f526b3823b99a08f1338317f5c93dc1a5616b.tar.bz2
graaff-776f526b3823b99a08f1338317f5c93dc1a5616b.zip
app-emacs/reformatter: add 0.6
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/reformatter/Manifest1
-rw-r--r--app-emacs/reformatter/reformatter-0.6.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/reformatter/Manifest b/app-emacs/reformatter/Manifest
index 08fd2cbd..b7f6f55a 100644
--- a/app-emacs/reformatter/Manifest
+++ b/app-emacs/reformatter/Manifest
@@ -1 +1,2 @@
DIST reformatter-0.5.tar.gz 6062 BLAKE2B caf4c441736d38bbe50350d983f416957ed964cbbc21fae07466c05a7ae136328c050b774a3fa880903275ed8ba799a679bbc081ecf0a609a7cf113f27b6b653 SHA512 ed0638d5042f0ebdacf8881b140aef3ccb19036eb3c141c6f1201e5642aae479877a08724ebc57cf717c48998b9e6e2ba623faee19b659d8581bf06e9b928ae4
+DIST reformatter-0.6.tar.gz 7943 BLAKE2B 72f34b873aacef5ee1dd0edd06effed83dad490f5d57ac3390dbd0d6fb7172adb1b7a3e19c0e90740b300cad8d2a1df60ab1bbfaa660c79621066d402f01b923 SHA512 ff1ad88b3a0a3ca1e70a5e0d7fe6f2264981d88ae64f0fa412d52721fb43991a483f31fb72193f7d67be71f39110051c0dda39e4ed87b4339aa156fa256e013a
diff --git a/app-emacs/reformatter/reformatter-0.6.ebuild b/app-emacs/reformatter/reformatter-0.6.ebuild
new file mode 100644
index 00000000..8f74128f
--- /dev/null
+++ b/app-emacs/reformatter/reformatter-0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="Define commands which run reformatters on the current buffer"
+HOMEPAGE="https://github.com/purcell/reformatter.el"
+SRC_URI="https://github.com/purcell/reformatter.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/emacs-reformatter-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+DOCS=( README.md )
+
+# Tries to use network and download code
+RESTRICT="test"