summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-11-13 14:03:42 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-11-13 15:08:13 +0100
commit80f7ccc48045defcb1c883788d9ce7d014e031bf (patch)
treed9fa4e1984d7ef5cb54838faa7dab634ba5016ae /app-emacs
parentnet-misc/dropbox: add 161.4.4923 (diff)
downloadgentoo-80f7ccc48045defcb1c883788d9ce7d014e031bf.tar.gz
gentoo-80f7ccc48045defcb1c883788d9ce7d014e031bf.tar.bz2
gentoo-80f7ccc48045defcb1c883788d9ce7d014e031bf.zip
app-emacs/apheleia: bump to 3.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/apheleia/Manifest1
-rw-r--r--app-emacs/apheleia/apheleia-3.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest
index 169de33f62d6..bc7523a315e3 100644
--- a/app-emacs/apheleia/Manifest
+++ b/app-emacs/apheleia/Manifest
@@ -1 +1,2 @@
DIST apheleia-3.0.tar.gz 36988 BLAKE2B 49e9231e1cddd73ff353512ac29e6b1491bc2cad0985a12677743acb1514b827c8462e6b40912367472adf9d0be12150541162d3106e8e510650c3d70b0bf598 SHA512 19304feda4d3570e68184639a3969f2102765836324db9e1de958e63cf49614a62672df83c21420df92671217ee05630e0c0e0d57cd5ff75eba50a080f0dfde9
+DIST apheleia-3.1.tar.gz 42110 BLAKE2B 2731a0d5a37ce43f422d3cc94d1daef9fdc3147abd09c3878f28caae21e4e34320af2d6b1c929c9824de36bba3dadc40325c1fcc40d095b9e5bbc87dc0db9018 SHA512 1e6159c35016526f1af3cf1c14c6a41ec9f155948a107c858049056dc073327ffa84feeb669982ce0b9ec1c50312e9f1cf3bf7bfdd2f1cc4c7318aeff86e86f4
diff --git a/app-emacs/apheleia/apheleia-3.1.ebuild b/app-emacs/apheleia/apheleia-3.1.ebuild
new file mode 100644
index 000000000000..7ba2f55e8c2c
--- /dev/null
+++ b/app-emacs/apheleia/apheleia-3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="Reformat GNU Emacs buffers stably without moving point"
+HOMEPAGE="https://github.com/radian-software/apheleia/"
+SRC_URI="https://github.com/radian-software/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md CHANGELOG.md )
+SITEFILE="50${PN}-gentoo.el"