mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-emacs/poke: add 3.2
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST poke-3.0-el.tar.gz 17015 BLAKE2B 27dc499b128231ed2ce39018fc872c60ec0b675db85588157d9dede7829ed51f5a90dcc9e940e5863ec4c7dfe76b82b092db203cae74342ef53c462be64d8b1c SHA512 c4376ac4dbd9b6b751e5f3265150810d51ba66a80ee4a15d1d2d8c02d24798dfd9b7c3e4344f1ea90f2ca16e98521c8c0006e6cf0e6cb3230fa17071713c9bc3
|
||||
DIST poke-3.2-el.tar.xz 15424 BLAKE2B 97e44f3515041d7bc632de261fe5ec349e0b53f2504e693243017ca2aa37ae0d7ef149829b3e2621cae838f10afb64e33688eb30636a653601ca9f9158099e81 SHA512 b94d39bd03e55ebaaefce020c1fd652dae4ee3e6079765f89e19235842f894654a483885ba80487a89bf73b12ea2955035c095669c01e4ea55a20d3eff5c1add
|
||||
|
||||
28
app-emacs/poke/poke-3.2.ebuild
Normal file
28
app-emacs/poke/poke-3.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=25
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Emacs meets GNU poke!"
|
||||
HOMEPAGE="https://elpa.gnu.org/packages/poke.html"
|
||||
# Rehosted ELPA tarballs for compression.
|
||||
SRC_URI="https://dev.gentoo.org/~arsen/poke-${PV}.tar.xz -> ${P}-el.tar.xz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="app-emacs/poke-mode"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
>=dev-util/poke-3.0
|
||||
"
|
||||
|
||||
ELISP_REMOVE="poke-pkg.el"
|
||||
ELISP_TEXINFO="poke-el.texi"
|
||||
# -el here used to disambiguate with the dev-util/poke package, which
|
||||
# ships two more editing modes (for .map files and .pks files)
|
||||
SITEFILE="50${PN}-el-gentoo.el"
|
||||
Reference in New Issue
Block a user