Skip to content

Commit

Permalink
app-emacs/docker-tramp: new package; add version 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Oct 14, 2022
1 parent 1d2c7fb commit 8232cf4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/docker-tramp/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST docker-tramp-0.1.1.tar.gz 4757 BLAKE2B 1a95df2e17ebde8c02d34b25fa02bb29b96c902a68ceb81848b96eea8e02ae637826565ad4ea6aaee45b802246b59afdd5bb4a3cc617b1c8d1a234b4ad3cb355 SHA512 355baae22c28acf9ef7d97f754d84664d0c13c63317be93678f2e78273410e54fb36dc7ebc348f127486bcd7946934b93c40363864601f955a99e8201b83d666
27 changes: 27 additions & 0 deletions app-emacs/docker-tramp/docker-tramp-0.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

NEED_EMACS=24

inherit elisp

DESCRIPTION="Emacs TRAMP integration for docker containers"
HOMEPAGE="https://github.com/emacs-pe/docker-tramp.el/"
SRC_URI="https://github.com/emacs-pe/${PN}.el/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/${PN}.el-${PV}

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DOCS=( README.md )
ELISP_REMOVE="Makefile" # Does not define any tests.
SITEFILE="50${PN}-gentoo.el"

src_compile() {
elisp_src_compile
elisp-make-autoload-file
}
2 changes: 2 additions & 0 deletions app-emacs/docker-tramp/files/50docker-tramp-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
(load "docker-tramp-autoloads" nil t)
14 changes: 14 additions & 0 deletions app-emacs/docker-tramp/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<stabilize-allarches />
<upstream>
<bugs-to>https://github.com/emacs-pe/docker-tramp.el/issues/</bugs-to>
<remote-id type="github">emacs-pe/docker-tramp.el</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 8232cf4

Please sign in to comment.