mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
app-emacs/docker: bump to 2.4.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
fc8f22978c
commit
13d4d11730
@ -1 +1,2 @@
|
||||
DIST docker.el-2.3.1.tar.gz 113225 BLAKE2B bb941c18cc137d8678d3d7bd248df09ff6cfae48a9381b64ce49799c8a1b9f56acde08584600f4403605e778e4c764d7063ae41aa4a3f487f2cf6a86ce56f0fa SHA512 42345d44de582329f328d516445210a00653f4f49a8c0bc9960c8c2269fe5bcd25aab99d4ddd0c0dc390ab3891f459706a68bd956b731ef1d3f984d80f0b5184
|
||||
DIST docker.el-2.4.0.tar.gz 113972 BLAKE2B 9c8f08871deccaba342509f068593309c6b6d60e4480c9fa099806b9048652fb2290d9e1d3333188c9c2c6117283557ec2d0160657581c77b4e5149398a74261 SHA512 240bc6966f45130e05b32e6df89dbd4e3ba03b8fb457687f712f5b1a7a6670d9c7a806de54e26b4d1d560f56ed0d03910f1b4d59ecbfa969833d67c5f1657acc
|
||||
|
||||
45
app-emacs/docker/docker-2.4.0.ebuild
Normal file
45
app-emacs/docker/docker-2.4.0.ebuild
Normal file
@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=26.1
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Emacs integration for Docker"
|
||||
HOMEPAGE="https://github.com/Silex/docker.el/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/Silex/${PN}.el.git"
|
||||
else
|
||||
SRC_URI="https://github.com/Silex/${PN}.el/archive/${PV}.tar.gz
|
||||
-> ${PN}.el-${PV}.tar.gz"
|
||||
S="${WORKDIR}/${PN}.el-${PV}"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=app-emacs/transient-0.4.3
|
||||
app-emacs/dash
|
||||
app-emacs/emacs-aio
|
||||
app-emacs/s
|
||||
app-emacs/tablist
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
DOCS=( CHANGELOG.md README.md screenshots )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_compile() {
|
||||
elisp_src_compile
|
||||
elisp-make-autoload-file
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user