summaryrefslogtreecommitdiff
path: root/net-misc/x11-ssh-askpass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /net-misc/x11-ssh-askpass
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r--net-misc/x11-ssh-askpass/Manifest4
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild17
2 files changed, 10 insertions, 11 deletions
diff --git a/net-misc/x11-ssh-askpass/Manifest b/net-misc/x11-ssh-askpass/Manifest
index b64afc75af05..99e9a2a509f7 100644
--- a/net-misc/x11-ssh-askpass/Manifest
+++ b/net-misc/x11-ssh-askpass/Manifest
@@ -1,3 +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-r2.ebuild 986 BLAKE2B d0c603ab3772dd84b4028fb2ee47c9d54f531a949c0a02bac57022cfccb9c1350af54726e95d900174c70be1e0d3a55efa8b43f739bbd64f7e22abb32685ede3 SHA512 4043a93f84ce6a417deee3aa334e507dce78c99ba9008ef8afe13552f6dd747a2942430adbe5265256d71a79fc393b842da0be9ac64df9b1489c1bbc13474236
+DIST x11-ssh-askpass-1.2.4.1.gh.tar.gz 29740 BLAKE2B bf0aadcd4c85351c9deb4908eaeef80536d4ee123b194deef6959ff85f05005666de71c71112cc9c0083a0c5f996cb173a957c52bacade3b23ef0908d341882d SHA512 293c0bc623400d3359a920eca491930daa110685936cfcaf9eea07e439fc29de64413f4df4a18523cd8fdfce44794c55d7e3abafb904e8e90891b22d38f01a2f
+EBUILD x11-ssh-askpass-1.2.4.1-r2.ebuild 950 BLAKE2B cb481e5eeedb393402b14e57664f28e004d2ee9c7e5ff7b9dd53f40468074c934693da1f2b5d10364283c577f61d5e09b325008e4f594816ac3e8317e3a9750a SHA512 6bf96f0fecc73acb08621501e0acd80a25a88ca99e2c1bbaaccd50a9145bffc1c8a6bbfdb1fdb4672e9e61ca789ab74869cb85ffc5b4aec57ac084db8e7b0380
MISC metadata.xml 673 BLAKE2B 916fd47492be5b298834b6abd7561edbcc2af1fcab3de2db3e595c5ddb08318a74ac61f008e5edbc38857c1670e765add0432f893eb8d30626f4465d9f9999c3 SHA512 18222b1092cd44e1e040d42a37d7f600489b8a09e8b75008182925eeff2e750e3a82523e0d4afe379ee35acd10f85b14df8c5e7feac053d497c55228b787b2a4
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 466a49327b92..9ad47b423528 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
@@ -6,9 +6,8 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass
- https://github.com/sigmavirus24/x11-ssh-askpass"
-SRC_URI="http://www.liquidmeme.net/software/x11-ssh-askpass/${P}.tar.gz"
+HOMEPAGE="https://github.com/sigmavirus24/x11-ssh-askpass"
+SRC_URI="https://github.com/sigmavirus24/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="HPND"
SLOT="0"
@@ -16,16 +15,16 @@ KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="virtual/ssh
- x11-libs/libXt
- x11-libs/libX11
+ x11-libs/libICE
x11-libs/libSM
- x11-libs/libICE"
+ x11-libs/libX11
+ x11-libs/libXt"
DEPEND="${RDEPEND}"
-BDEPEND="x11-misc/imake
- app-text/rman"
+BDEPEND="app-text/rman
+ x11-misc/imake"
src_configure() {
- econf --libexecdir=/usr/$(get_libdir)/misc \
+ econf --libexecdir=/usr/"$(get_libdir)"/misc \
--disable-installing-app-defaults
xmkmf || die "xmkmf failed"
}