summaryrefslogtreecommitdiff
path: root/net-misc/x11-ssh-askpass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /net-misc/x11-ssh-askpass
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r--net-misc/x11-ssh-askpass/Manifest3
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild40
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild2
3 files changed, 2 insertions, 43 deletions
diff --git a/net-misc/x11-ssh-askpass/Manifest b/net-misc/x11-ssh-askpass/Manifest
index f0b1e836fd71..71dc7ba6782a 100644
--- a/net-misc/x11-ssh-askpass/Manifest
+++ b/net-misc/x11-ssh-askpass/Manifest
@@ -1,4 +1,3 @@
DIST x11-ssh-askpass-1.2.4.1.tar.gz 29229 BLAKE2B 0b49f8eeb568ccba9843e216a688cc64f3ec4799efae0c0f870803c166e40d5f5d52a9eb45a5d3e5475bbf461e5898feda0b2c91c91c61bf984b81ec89839abe SHA512 879887cc1d6eb26662494e3a6b59b79a8d153b354abf86e8e8667940545c8e07d0aa051491f5ba6ca5273e3a7fcc367edb4cc79bb2e4bf1bdbd0e234690ad6b9
-EBUILD x11-ssh-askpass-1.2.4.1-r1.ebuild 923 BLAKE2B 0c58c634c173af9549c4c68e6496455bf39f5414a3fb7b387d139a03f9d2d5ff90bb1e446d9861b58cb2593c21c2e4f6f375e258259094f72f3ff6c83819e192 SHA512 52d0706cdb99e3c68ec624f82c816da9dd7a7e84329788335c13fe54a9000dfa02430a2a9f43c0f1f051b11b54d53835b912935513bae98f9698107c81b39f43
-EBUILD x11-ssh-askpass-1.2.4.1-r2.ebuild 976 BLAKE2B b41c791844939138f78e52c2c24440c9fe93d8b2adc97506415624e7221210d00573771aaa3d6e07ee49b252b40ae7488e0cb23f9743677cfa94631409268dca SHA512 c6d978abcb0d25cfc93b100b6dbb0a1531cf6cbba5a16c884a4772428888fca9a28d9c673813415b6aa8ddc073d422d9ba7cc2bc674c10bfb0360192c45cf8db
+EBUILD x11-ssh-askpass-1.2.4.1-r2.ebuild 970 BLAKE2B 6617544904d75e0b01fb85dc68001529ba86792f39771ddca1b20255b40b48fbaff6f2d3e5570ebf827a55f23eb9409b5a550cdfe0e52e897e19ec66994da16d SHA512 3cf54cba8398aa8d12f7717c3cb33c6dc630284c5b442e913a8f8b5de34ef6124c6610fca0ff5194d0191735fc310fac54b4e4115268bc4af912ca1f44c79fba
MISC metadata.xml 673 BLAKE2B 916fd47492be5b298834b6abd7561edbcc2af1fcab3de2db3e595c5ddb08318a74ac61f008e5edbc38857c1670e765add0432f893eb8d30626f4465d9f9999c3 SHA512 18222b1092cd44e1e040d42a37d7f600489b8a09e8b75008182925eeff2e750e3a82523e0d4afe379ee35acd10f85b14df8c5e7feac053d497c55228b787b2a4
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
deleted file mode 100644
index 71a861cd690b..000000000000
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib
-
-DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass/"
-SRC_URI="http://www.liquidmeme.net/software/x11-ssh-askpass/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/ssh
- x11-libs/libXt
- x11-libs/libX11
- x11-libs/libSM
- x11-libs/libICE"
-
-DEPEND="${RDEPEND}
- >=x11-misc/imake-1.0.7
- app-text/rman"
-
-src_compile() {
- econf --libexecdir=/usr/$(get_libdir)/misc || die
- xmkmf || die
- make includes || die
- make "CDEBUGFLAGS=${CFLAGS}" || die
-}
-
-src_install() {
- newman x11-ssh-askpass.man x11-ssh-askpass.1
- dobin x11-ssh-askpass
- dodir /usr/$(get_libdir)/misc
- dosym /usr/bin/x11-ssh-askpass /usr/$(get_libdir)/misc/ssh-askpass
- dodoc ChangeLog README TODO
-}
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
index 65224da4bf5b..39a9265be13c 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.liquidmeme.net/software/x11-ssh-askpass/${P}.tar.gz"
LICENSE="HPND"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE=""
RDEPEND="virtual/ssh