app-emacs/docker: new package; add 2.2.0_p20221012

2022.10.12 snapshot

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-10-14 22:55:06 +02:00
parent a9261e92f3
commit dbe44408b5
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST docker.el-2.2.0_p20221012.tar.gz 112321 BLAKE2B 3834f9b20fc9cf16cec596adbe668943ab137b97a0f4755501b94cea48d87a0ec125d4ea6249faf09ae74da54b35ef0d56bc1c18892a30b3cd7c214908743533 SHA512 187d5ac7b484e352b5bb8994d2dd894a7c4e892bec80062a51de6bdbbb939a9664157d1f5af5cf5fc97a3626a076f8f59056f74a3f1031b61924143623f65be1

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
H=3173403a2d51a2af36f7fdb0b7d2bec9e202e772
NEED_EMACS=26.1
inherit elisp
DESCRIPTION="Emacs integration for Docker"
HOMEPAGE="https://github.com/Silex/docker.el/"
SRC_URI="https://github.com/Silex/${PN}.el/archive/${H}.tar.gz
-> ${PN}.el-${PV}.tar.gz"
S="${WORKDIR}"/${PN}.el-${H}
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=app-emacs/transient-0.3.7_p20220918
app-emacs/dash
app-emacs/docker-tramp
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
}

View File

@@ -0,0 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
(load "docker-autoloads" nil t)

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
This package allows you to manipulate docker images, containers and more
from Emacs. Supports docker containers, images, volumes, networks and
docker-compose.
</longdescription>
<upstream>
<bugs-to>https://github.com/Silex/docker.el/issues/</bugs-to>
<remote-id type="github">Silex/docker.el</remote-id>
</upstream>
</pkgmetadata>