summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-06-20 00:46:11 -0400
committerAaron Bauman <bman@gentoo.org>2020-06-20 00:46:11 -0400
commita710a9190556d70ad498474dd9594f534fbf4322 (patch)
tree063e481f108fb584c5633c6a35d85fd972781687 /app-shells
parentprofiles/package.mask: mask another batch of py2 things (diff)
downloadgentoo-a710a9190556d70ad498474dd9594f534fbf4322.tar.gz
gentoo-a710a9190556d70ad498474dd9594f534fbf4322.tar.bz2
gentoo-a710a9190556d70ad498474dd9594f534fbf4322.zip
app-shells/rssh: drop last-rited pkg
Bug: https://bugs.gentoo.org/699842 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/rssh/Manifest2
-rw-r--r--app-shells/rssh/files/rssh-2.3.4_p3-autotools.patch33
-rw-r--r--app-shells/rssh/metadata.xml11
-rw-r--r--app-shells/rssh/rssh-2.3.4.ebuild37
-rw-r--r--app-shells/rssh/rssh-2.3.4_p3.ebuild46
5 files changed, 0 insertions, 129 deletions
diff --git a/app-shells/rssh/Manifest b/app-shells/rssh/Manifest
deleted file mode 100644
index e13d49aa2171..000000000000
--- a/app-shells/rssh/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rssh-2.3.4.tar.gz 113315 BLAKE2B 5f214c21af475da6754a9b233edd680bcfe2eefeb55b6899e18f834c016a0520c8acafcdab5701d594ea5998482a754c170b2f615418c47fe3dee429ba507812 SHA512 c1a77abdf4abe5f936fb1c9c008fc81fabf7b624d69ed31fe2ae5619dfa4a79f1d4a4f2daa5291a36d40353fa2168e74e5ba61294230d702fcdc88ae0d520487
-DIST rssh_2.3.4-3.debian.tar.xz 27364 BLAKE2B 400bbcc7540d23eec8309be83a2976b5393cf1fab42a4aa85481f9577b82974503756a9803d31a4e832551789c12c52df90180cf263a60aa324f0cc15e1a9f64 SHA512 963d51c0a806090f8008b1f83ca3a0bc271f789e1388c4f4de993e61d705458be4163ba74ebb4fccea454b6ab08239b0a7c2b067bfe7ab222033b9785cb79a90
diff --git a/app-shells/rssh/files/rssh-2.3.4_p3-autotools.patch b/app-shells/rssh/files/rssh-2.3.4_p3-autotools.patch
deleted file mode 100644
index 8030eda525f3..000000000000
--- a/app-shells/rssh/files/rssh-2.3.4_p3-autotools.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur rssh-2.3.4.orig/configure.ac rssh-2.3.4/configure.ac
---- rssh-2.3.4.orig/configure.ac 2013-11-15 16:11:21.301056547 -0700
-+++ rssh-2.3.4/configure.ac 2013-11-15 16:11:51.471424233 -0700
-@@ -13,12 +13,6 @@
- AC_PROG_MAKE_SET
- AC_CHECK_TOOL([STRIP],[strip])
-
--if test yes = "$GCC" ; then
-- defcflags="-O2 -Wall -Wshadow"
--else
-- echo "Using default flags"
--fi
--
- # Checks for libraries.
-
- # Checks for header files.
-diff -Naur rssh-2.3.4.orig/Makefile.am rssh-2.3.4/Makefile.am
---- rssh-2.3.4.orig/Makefile.am 2013-11-15 16:11:21.301056547 -0700
-+++ rssh-2.3.4/Makefile.am 2013-11-15 16:12:28.581876494 -0700
-@@ -15,7 +15,7 @@
- base=`echo @PACKAGE_STRING@|tr " " "-"`
-
- install-exec-hook:
-- chmod u+s $(libexecdir)/rssh_chroot_helper
-+ chmod u+s $(DESTDIR)/$(libexecdir)/rssh_chroot_helper
-
- rpm: dist
- rpmbuild -ta --sign $(base).tar.gz
-@@ -24,3 +24,4 @@
- gpg -ba --default-key ddm@pizzashack.org $(base).tar.gz
- mv $(base).tar.gz.asc $(base).tar.gz.sig
-
-+AM_CPPFLAGS += -I. -I$(srcdir)
diff --git a/app-shells/rssh/metadata.xml b/app-shells/rssh/metadata.xml
deleted file mode 100644
index e365f24c8302..000000000000
--- a/app-shells/rssh/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>junghans@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">rssh</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-shells/rssh/rssh-2.3.4.ebuild b/app-shells/rssh/rssh-2.3.4.ebuild
deleted file mode 100644
index c7f65ae63eff..000000000000
--- a/app-shells/rssh/rssh-2.3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib
-
-DESCRIPTION="Restricted shell for SSHd"
-HOMEPAGE="http://rssh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="static"
-
-RDEPEND="virtual/ssh"
-
-src_prepare() {
- epatch_user
-
- sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in || die
- # respect CFLAGS, bug #450458
- sed -i -e '/$(CC) -c/s/$(CPPFLAGS)/$(CFLAGS)/' Makefile.in || die
-}
-
-src_configure() {
- econf \
- --libexecdir="/usr/$(get_libdir)/misc" \
- --with-scp=/usr/bin/scp \
- --with-sftp-server="/usr/$(get_libdir)/misc/sftp-server" \
- $(use_enable static)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog CHROOT INSTALL README TODO
-}
diff --git a/app-shells/rssh/rssh-2.3.4_p3.ebuild b/app-shells/rssh/rssh-2.3.4_p3.ebuild
deleted file mode 100644
index d122e75c3c05..000000000000
--- a/app-shells/rssh/rssh-2.3.4_p3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils multilib
-
-DESCRIPTION="Restricted shell for SSHd"
-HOMEPAGE="http://rssh.sourceforge.net/"
-MY_P="${P/%_p*}"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="static subversion"
-
-RDEPEND="virtual/ssh"
-
-S="${WORKDIR}/${MY_P}"
-DOCS=( AUTHORS ChangeLog CHROOT INSTALL README TODO )
-
-src_prepare() {
- epatch "${WORKDIR}"/debian/patches/fixes/*.diff "${FILESDIR}/${P}"-autotools.patch
- use subversion && epatch "${WORKDIR}"/debian/patches/features/subversion.diff
- AUTOTOOLS_AUTORECONF=1 autotools-utils_src_prepare #due to debian patches
-}
-
-src_configure() {
- local myeconfargs=(
- --libexecdir="/usr/$(get_libdir)/misc"
- --with-scp=/usr/bin/scp
- --with-sftp-server="/usr/$(get_libdir)/misc/sftp-server"
- $(use_enable static)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- if use subversion && [[ -f "${EROOT}"/etc/rssh.conf ]]; then
- awk -f conf_convert "${EROOT}"/etc/rssh.conf > "${T}/rssh.conf" || die
- insinto /etc
- doins "${T}/rssh.conf"
- fi
-}