diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-09-19 15:19:55 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-09-19 15:25:18 +0200 |
commit | 4bde75425af7426c30edaea4547814ef84ded173 (patch) | |
tree | 14eebe3a5a2e79a937bec524ccb7fd477dcee76c /app-emacs | |
parent | net-misc/dropbox: add 157.4.4808 (diff) | |
download | gentoo-4bde75425af7426c30edaea4547814ef84ded173.tar.gz gentoo-4bde75425af7426c30edaea4547814ef84ded173.tar.bz2 gentoo-4bde75425af7426c30edaea4547814ef84ded173.zip |
app-emacs/boxquote: bump to 2.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/boxquote/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/boxquote/boxquote-2.3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest index 5d80bf5d3ed1..1ae174d61231 100644 --- a/app-emacs/boxquote/Manifest +++ b/app-emacs/boxquote/Manifest @@ -1,2 +1,3 @@ DIST boxquote-2.1.tar.gz 5339 BLAKE2B d599dabaf61119cb5796a478061e998e68c6f1ae76ef7e7eb2ff22e3840bdc923a8bb594478809745ac33da6795159ea6ae455606afd171320fe18e971408a36 SHA512 ca64b72528b1e5f8e57e7c003508ccc91b876be5d5a05b65fc38556cc3259993597bc6aef52633f4012002ee343d28fa287f6ffdbe3646f84b9d08520d4925d8 DIST boxquote-2.2.tar.gz 5568 BLAKE2B ccc78a0c1ba64ba8b8668d0f0b4f476c06214b75a1334e761eece426ed950f2cf50bea209963ff957b80cb904ea1c5fd770eaa1b72c14c0f81cbe8f5fc658c8a SHA512 21441e7c1b2bf4fe83fb546e3d5931892267f62c27ab6c5a7509d95099b36b02ddf17957db7a97e3cd1a1ef495cc9918f4eb649785e4a245d40c5b0b41e38adc +DIST boxquote-2.3.tar.gz 17408 BLAKE2B 6f25c107564bb49bad382779580c4f9f0e801561cef45850ad37e56e873aff053b863f8621070237ca21d97ba4caf261e50a59eb38052f4ff96037c488c33020 SHA512 551ae9b5362fca94a9bd672673f4084eb46fbb07846340189856e36907f27e807012116eb0ae2b213b4f415e637ffbefcb10dc12ec93f3e39fe4b5a283a93b68 diff --git a/app-emacs/boxquote/boxquote-2.3.ebuild b/app-emacs/boxquote/boxquote-2.3.ebuild new file mode 100644 index 000000000000..2dab7e45d131 --- /dev/null +++ b/app-emacs/boxquote/boxquote-2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Quote text with a semi-box" +HOMEPAGE="http://www.davep.org/emacs/" +SRC_URI="https://github.com/davep/${PN}.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +S="${WORKDIR}/${PN}.el-${PV}" +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md" + +src_compile() { + elisp-compile *.el + elisp-make-autoload-file +} |