summaryrefslogtreecommitdiff
path: root/app-shells/dsh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-shells/dsh
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-shells/dsh')
-rw-r--r--app-shells/dsh/Manifest3
-rw-r--r--app-shells/dsh/dsh-0.25.10-r1.ebuild28
-rw-r--r--app-shells/dsh/metadata.xml8
3 files changed, 0 insertions, 39 deletions
diff --git a/app-shells/dsh/Manifest b/app-shells/dsh/Manifest
deleted file mode 100644
index 642689262823..000000000000
--- a/app-shells/dsh/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dsh-0.25.10.tar.gz 394506 BLAKE2B 1110787e454d5c77e4d4090faa2317720b034ecdc4eaac3c58502a4d87b1a7213abc57a77c564d0f893cce5d7d5252f646676a959c1392c63d208a97745104f4 SHA512 a53fba14e65644ce5858b1e9827601016db6d61cb50b0229ea53eeaee676f5870d2dbfd6ebde237008bfc7144316484529c646104e72d99868d44d814a41a009
-EBUILD dsh-0.25.10-r1.ebuild 582 BLAKE2B c47c1c0ced3e03fe60c379b1b8beee7d00c1b0b9312d6de85a4fe1f57e88388a4d36e39ca463569a6674e400d0317aa8e68d674543d334d1f4a0c0114484046f SHA512 570353efdb8edd2d212aa3a570444cf6ba085692690cc4d3a6aabc0f22b09d84adaddab4e615a6414076bc827d2586c4fa98e9692c35e2e7fecc3c6eb32a5ae0
-MISC metadata.xml 253 BLAKE2B 2fbd23e1eeca2d6a1474e03aeaa1ad81f16f00141d906ca087f01b67a69e065cac2b3600c2da212ca9fdaf4765788a58ec12b6cd6a45323e5b524dbdb1ce0a77 SHA512 0894860713279dc39bbe7ce3491002710b62c4476198984a0deb6328cb0012c19d7a5546299960bbe600ee240e62a603dd4c4fa04325a753cc0b7c4044c30aba
diff --git a/app-shells/dsh/dsh-0.25.10-r1.ebuild b/app-shells/dsh/dsh-0.25.10-r1.ebuild
deleted file mode 100644
index a14e46756af7..000000000000
--- a/app-shells/dsh/dsh-0.25.10-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Distributed Shell"
-HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
-SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~m68k-mint"
-IUSE="nls"
-
-DEPEND="dev-libs/libdshconfig"
-
-RDEPEND="
- ${DEPEND}
- virtual/ssh"
-
-src_configure() {
- econf --sysconfdir="${EPREFIX}"/etc/dsh $(use_enable nls)
-}
-
-src_install() {
- default
- dodir /etc/dsh/group
-}
diff --git a/app-shells/dsh/metadata.xml b/app-shells/dsh/metadata.xml
deleted file mode 100644
index 4a09d7ba8d61..000000000000
--- a/app-shells/dsh/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>cluster@gentoo.org</email>
- <name>Gentoo Cluster Project</name>
-</maintainer>
-</pkgmetadata>