diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-02-13 22:57:19 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-02-13 23:28:23 +0100 |
commit | f8cbfd6455e3df0217ceccf7ad971d3fa5977421 (patch) | |
tree | 2e0cd778977d4964e02a1cd0f4238ff13d4819f3 /app-emacs | |
parent | dev-libs/libowfat: Stabilize 0.32-r5 amd64, #833201 (diff) | |
download | gentoo-f8cbfd6455e3df0217ceccf7ad971d3fa5977421.tar.gz gentoo-f8cbfd6455e3df0217ceccf7ad971d3fa5977421.tar.bz2 gentoo-f8cbfd6455e3df0217ceccf7ad971d3fa5977421.zip |
app-emacs/boxquote: Version bump to 2.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/boxquote/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/boxquote/boxquote-2.2.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest index 96b8f43bbd7d..5d80bf5d3ed1 100644 --- a/app-emacs/boxquote/Manifest +++ b/app-emacs/boxquote/Manifest @@ -1 +1,2 @@ DIST boxquote-2.1.tar.gz 5339 BLAKE2B d599dabaf61119cb5796a478061e998e68c6f1ae76ef7e7eb2ff22e3840bdc923a8bb594478809745ac33da6795159ea6ae455606afd171320fe18e971408a36 SHA512 ca64b72528b1e5f8e57e7c003508ccc91b876be5d5a05b65fc38556cc3259993597bc6aef52633f4012002ee343d28fa287f6ffdbe3646f84b9d08520d4925d8 +DIST boxquote-2.2.tar.gz 5568 BLAKE2B ccc78a0c1ba64ba8b8668d0f0b4f476c06214b75a1334e761eece426ed950f2cf50bea209963ff957b80cb904ea1c5fd770eaa1b72c14c0f81cbe8f5fc658c8a SHA512 21441e7c1b2bf4fe83fb546e3d5931892267f62c27ab6c5a7509d95099b36b02ddf17957db7a97e3cd1a1ef495cc9918f4eb649785e4a245d40c5b0b41e38adc diff --git a/app-emacs/boxquote/boxquote-2.2.ebuild b/app-emacs/boxquote/boxquote-2.2.ebuild new file mode 100644 index 000000000000..2dab7e45d131 --- /dev/null +++ b/app-emacs/boxquote/boxquote-2.2.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 +} |