* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssh-askpass-fullscreen/files/, net-misc/ssh-askpass-fullscreen/
@ 2020-09-24 14:47 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2020-09-24 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 0ced5642df91f1a94faaa60dc35b2661981261b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 16:05:47 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 14:46:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ced5642
net-misc/ssh-askpass-fullscreen: cleanup old EAPI 4
Bug: https://bugs.gentoo.org/742146
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/ssh-askpass-fullscreen/Manifest | 1 -
.../files/ssh-askpass-fullscreen-1.0-libX11.patch | 27 ---------------
.../ssh-askpass-fullscreen-1.0-r1.ebuild | 38 ----------------------
3 files changed, 66 deletions(-)
diff --git a/net-misc/ssh-askpass-fullscreen/Manifest b/net-misc/ssh-askpass-fullscreen/Manifest
index 4a6e17df42e..0f334983106 100644
--- a/net-misc/ssh-askpass-fullscreen/Manifest
+++ b/net-misc/ssh-askpass-fullscreen/Manifest
@@ -1,2 +1 @@
-DIST ssh-askpass-fullscreen-1.0.tar.bz2 69301 BLAKE2B c47e3123f94504162cec237d6c2ff61825b655efaa9bff2710650cce3e2cb45b10ff842c4d88002461ab51c410dd9fc748ee4cdca7cea56e67bc22497b427e7b SHA512 272b7d8bcbfb997530afcb6c619180b625e6753e1dc86cba30f30fa594cd71ec8bfc522b0fb8aee5842cb7a4532a00fc1e0954def9ac81a1b521360d7140f52b
DIST ssh-askpass-fullscreen-1.2.tar.gz 101597 BLAKE2B 86c632f83d99ed3d6934b921e499fdb75821659d5b54d380a9d7b04355b93602a481e94320d795b614f2e4c67e7a3ffe1e8380065840e31cb9f5e29c5ae8a75d SHA512 478ae81d8d8b174f9a7ba8f7071aca80503ee3ceed945f12fc44f69d08df4ede010de64ab96cacc901b5b29f4a0e4efb86c220e40f2903b8a4306acc4381f88d
diff --git a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-1.0-libX11.patch b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-1.0-libX11.patch
deleted file mode 100644
index eadf2639b7a..00000000000
--- a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-1.0-libX11.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 313871922aefef489115967d634f991edfaad39c Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Fri, 12 Oct 2012 17:10:02 -0400
-Subject: [PATCH] Explicitly link to libX11 for XUngrabServer()
-
-Prevents underlinking failure when using recent ld.gold and recent
-versions of gtk+; see https://bugs.gentoo.org/show_bug.cgi?id=370019
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 8f46279..01e36dd 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -8,7 +8,7 @@ AC_PROG_CC
- AC_CHECK_HEADERS([stdio.h stdlib.h string.h unistd.h])
- AC_CHECK_FUNCS([memset])
-
--PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.10.0],,
-+PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.10.0 x11],,
- AC_MSG_ERROR([>=GTK+-2.10 is required to compile ${PACKAGE_NAME}]
- ))
-
---
-1.7.12.3
-
diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
deleted file mode 100644
index d8646cb7912..00000000000
--- a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="A small SSH Askpass replacement written with GTK2"
-HOMEPAGE="https://github.com/atj/ssh-askpass-fullscreen"
-SRC_URI="https://github.com/downloads/atj/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.10.0:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # https://github.com/atj/ssh-askpass-fullscreen/pull/1
- epatch "${FILESDIR}/${P}-libX11.patch"
-
- # automake-1.13 fix, bug #468764
- sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die
-
- eautoreconf
-}
-
-src_install() {
- default
- # Automatically display the passphrase dialog - see bug #437764
- echo "SSH_ASKPASS='${EPREFIX}/usr/bin/ssh-askpass-fullscreen'" >> "${T}/99ssh_askpass" \
- || die "envd file creation failed"
- doenvd "${T}"/99ssh_askpass
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-24 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24 14:47 [gentoo-commits] repo/gentoo:master commit in: net-misc/ssh-askpass-fullscreen/files/, net-misc/ssh-askpass-fullscreen/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox