aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2018-11-22 19:08:03 +0000
committerPaul Healy <lmiphay@gmail.com>2018-11-22 19:08:03 +0000
commit4b16fb7b1e77aee3a6d11a63cb36d546697b1a40 (patch)
tree02d1aaf1bd2a1e8848cd4b1599f884692202005a /app-emacs
parentrevbump opengrok (diff)
downloadlmiphay-4b16fb7b1e77aee3a6d11a63cb36d546697b1a40.tar.gz
lmiphay-4b16fb7b1e77aee3a6d11a63cb36d546697b1a40.tar.bz2
lmiphay-4b16fb7b1e77aee3a6d11a63cb36d546697b1a40.zip
add ebuild for docker-tramp
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/docker-tramp/Manifest1
-rw-r--r--app-emacs/docker-tramp/docker-tramp-20170207.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/docker-tramp/Manifest b/app-emacs/docker-tramp/Manifest
new file mode 100644
index 0000000..4c89833
--- /dev/null
+++ b/app-emacs/docker-tramp/Manifest
@@ -0,0 +1 @@
+EBUILD docker-tramp-20170207.ebuild 467 BLAKE2B 472be80e963a9b0d16265c1c425224ffc7c151457eaabad562446e57da4ce6eada7d65a29658b8fa5e74330d7641136bd0c2a95858afe6aba8f578109b28198f SHA512 697649159f90d4840f61c12bb22574f1a5edae4455faacd8257968b0e256d835e00463598ff3c987a00946a121198e849428d50c9ecc800d0f3e4ecd7a0544d9
diff --git a/app-emacs/docker-tramp/docker-tramp-20170207.ebuild b/app-emacs/docker-tramp/docker-tramp-20170207.ebuild
new file mode 100644
index 0000000..d38f8c4
--- /dev/null
+++ b/app-emacs/docker-tramp/docker-tramp-20170207.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp git-r3
+
+DESCRIPTION="TRAMP integration for docker containers"
+HOMEPAGE="https://github.com/emacs-pe/docker-tramp.el"
+
+EGIT_REPO_URI="https://github.com/emacs-pe/docker-tramp.el.git"
+EGIT_COMMIT="8e2b671eff7a81af43b76d9dfcf94ddaa8333a23"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+"
+
+DOCS="README.md"