* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2016-02-01 1:35 Doug Goldstein
0 siblings, 0 replies; 12+ messages in thread
From: Doug Goldstein @ 2016-02-01 1:35 UTC (permalink / raw
To: gentoo-commits
commit: 31dbe3ac88656a14f83832490690745f8f2b030e
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 01:34:46 2016 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 01:35:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dbe3ac
net-misc/x11-ssh-askpass: improve build DEPEND
John David <ebo <AT> swcp.com> identified an issue when building with
x11-misc/imake-1.0.6 so set the DEPEND to 1.0.7 and newer, which John
reports fixes the issue.
Gentoo-Bug: 522418
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 016c3ac..67909fd 100644
--- 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
@@ -20,7 +20,7 @@ RDEPEND="virtual/ssh
x11-libs/libICE"
DEPEND="${RDEPEND}
- x11-misc/imake
+ >=x11-misc/imake-1.0.7
app-text/rman"
src_compile() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2019-11-02 8:52 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-11-02 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 2fbd576656faf6c2b13a82c210ee391ea0958294
Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Thu Oct 31 22:30:18 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 08:52:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbd5766
net-misc/x11-ssh-askpass: EAPI 7, new maintainer
Bug: https://bugs.gentoo.org/697224
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/13512
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/x11-ssh-askpass/metadata.xml | 17 ++++++++-
.../x11-ssh-askpass-1.2.4.1-r2.ebuild | 42 ++++++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)
diff --git a/net-misc/x11-ssh-askpass/metadata.xml b/net-misc/x11-ssh-askpass/metadata.xml
index 6f49eba8f49..344661c689f 100644
--- a/net-misc/x11-ssh-askpass/metadata.xml
+++ b/net-misc/x11-ssh-askpass/metadata.xml
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>spiderx@spiderx.dp.ua</email>
+ <name>Vladimir Pavljuchenkov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is an X11-based passphrase dialog for use with OpenSSH.
+ These dialogs are intended to be called from the ssh-add program
+ and not invoked directly.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sigmavirus24/x11-ssh-askpass</remote-id>
+ </upstream>
</pkgmetadata>
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
new file mode 100644
index 00000000000..65224da4bf5
--- /dev/null
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+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}"
+BDEPEND="x11-misc/imake
+ app-text/rman"
+
+src_configure() {
+ econf --libexecdir=/usr/$(get_libdir)/misc \
+ --disable-installing-app-defaults
+ xmkmf || die "xmkmf failed"
+}
+
+src_compile() {
+ emake includes
+ emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ default
+ newman x11-ssh-askpass.man x11-ssh-askpass.1
+ dosym ../"$(get_libdir)"/misc/x11-ssh-askpass /usr/bin/x11-ssh-askpass
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2019-11-11 2:38 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2019-11-11 2:38 UTC (permalink / raw
To: gentoo-commits
commit: af0ab88a0d9a04f62fb3bf2cc0bfca105f84f561
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 02:35:26 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 02:35:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0ab88a
net-misc/x11-ssh-askpass: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 65224da4bf5..39a9265be13 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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2019-11-11 2:38 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2019-11-11 2:38 UTC (permalink / raw
To: gentoo-commits
commit: 66695cc3dfb1abf52e35fce262d28edd6b02345f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 02:37:37 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 02:37:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66695cc3
net-misc/x11-ssh-askpass: drop old EAPI
* Upstream looks dead but we mirror the sources
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../x11-ssh-askpass-1.2.4.1-r1.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
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 71a861cd690..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2019-12-28 22:11 Georgy Yakovlev
0 siblings, 0 replies; 12+ messages in thread
From: Georgy Yakovlev @ 2019-12-28 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 637879c2cd5f65210eb8d0d10a9ee23b89e0a34b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 21:49:19 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 21:49:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637879c2
net-misc/x11-ssh-askpass: keyword on ~ppc64
Bug: https://bugs.gentoo.org/689634
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 39a9265be13..170cf0ede39 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 ~ppc64 sparc x86"
IUSE=""
RDEPEND="virtual/ssh
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2020-06-05 7:21 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2020-06-05 7:21 UTC (permalink / raw
To: gentoo-commits
commit: f5b4cd0f0d79422b6f8863a8878f99a6bad4e4ec
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Fri Jun 5 02:22:51 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 07:19:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b4cd0f
net-misc/x11-ssh-askpass: arm64 keyworded (bug #726848)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 382f83d18b0..466a49327b9 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 ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="virtual/ssh
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2020-06-18 12:08 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-06-18 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 05fe3a2a86d09b06cc4fb9e1bcb42365b4ee8174
Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Wed Jun 17 19:18:50 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 12:07:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fe3a2a
net-misc/x11-ssh-askpass: change upstream url, sort dependencies
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/15942
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
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 466a49327b9..90ba8f175ea 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}.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"
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2020-06-18 12:08 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-06-18 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 45ac57e0e989b40084391695bc12567c07f8405e
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 12:05:48 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 12:07:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ac57e0
net-misc/x11-ssh-askpass: update Manifest
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/x11-ssh-askpass/Manifest | 2 +-
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/x11-ssh-askpass/Manifest b/net-misc/x11-ssh-askpass/Manifest
index 30f3bbef25f..7d959b54140 100644
--- a/net-misc/x11-ssh-askpass/Manifest
+++ b/net-misc/x11-ssh-askpass/Manifest
@@ -1 +1 @@
-DIST x11-ssh-askpass-1.2.4.1.tar.gz 29229 BLAKE2B 0b49f8eeb568ccba9843e216a688cc64f3ec4799efae0c0f870803c166e40d5f5d52a9eb45a5d3e5475bbf461e5898feda0b2c91c91c61bf984b81ec89839abe SHA512 879887cc1d6eb26662494e3a6b59b79a8d153b354abf86e8e8667940545c8e07d0aa051491f5ba6ca5273e3a7fcc367edb4cc79bb2e4bf1bdbd0e234690ad6b9
+DIST x11-ssh-askpass-1.2.4.1.gh.tar.gz 29740 BLAKE2B bf0aadcd4c85351c9deb4908eaeef80536d4ee123b194deef6959ff85f05005666de71c71112cc9c0083a0c5f996cb173a957c52bacade3b23ef0908d341882d SHA512 293c0bc623400d3359a920eca491930daa110685936cfcaf9eea07e439fc29de64413f4df4a18523cd8fdfce44794c55d7e3abafb904e8e90891b22d38f01a2f
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 90ba8f175ea..9ad47b42352 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
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
HOMEPAGE="https://github.com/sigmavirus24/x11-ssh-askpass"
-SRC_URI="https://github.com/sigmavirus24/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/sigmavirus24/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="HPND"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2020-10-20 8:22 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-10-20 8:22 UTC (permalink / raw
To: gentoo-commits
commit: 0bec8d77449799dab46193c1fd31f809a20357f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 08:18:58 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 08:18:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bec8d77
net-misc/x11-ssh-askpass: Keyword 1.2.4.1-r2 arm, #749654
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 9ad47b42352..65c9a669194 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sigmavirus24/${PN}/archive/${PV}.tar.gz -> ${P}.gh.t
LICENSE="HPND"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="virtual/ssh
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2021-04-15 6:39 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2021-04-15 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 9d02b021fb62f75f7df091530f19b0582aa601af
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Wed Apr 14 11:12:52 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 06:38:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d02b021
net-misc/x11-ssh-askpass: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/725200
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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 65c9a669194..4d294cbd507 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,16 +21,16 @@ RDEPEND="virtual/ssh
x11-libs/libXt"
DEPEND="${RDEPEND}"
BDEPEND="app-text/rman
- x11-misc/imake"
+ >=x11-misc/imake-1.0.8-r1"
src_configure() {
econf --libexecdir=/usr/"$(get_libdir)"/misc \
--disable-installing-app-defaults
- xmkmf || die "xmkmf failed"
+ CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
+ IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die "xmkmf failed"
}
src_compile() {
- emake includes
emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}"
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2021-04-15 9:51 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2021-04-15 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 8d4b9416fc13c09d4915c615de3f9cb499eaa18b
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Apr 15 08:46:53 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 09:51:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4b9416
net-misc/x11-ssh-askpass: remove unneeded command call
simplifying using xmkmf -a here was not a good idea, surprising
that it worked at all preventing this from being noticed.
Fixes: 9d02b021fb62f75f7df091530f19b0582aa601af
Closes: https://bugs.gentoo.org/782988
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20391
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 4d294cbd507..a799f42b4c5 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
@@ -27,10 +27,11 @@ src_configure() {
econf --libexecdir=/usr/"$(get_libdir)"/misc \
--disable-installing-app-defaults
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
- IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die "xmkmf failed"
+ IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die "xmkmf failed"
}
src_compile() {
+ emake includes
emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}"
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
@ 2022-11-03 2:02 Yixun Lan
0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2022-11-03 2:02 UTC (permalink / raw
To: gentoo-commits
commit: 557a01bdc18e4d0ecce5f70ba97c60120c65c3f6
Author: Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Wed Nov 2 06:32:21 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 02:01:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557a01bd
net-misc/x11-ssh-askpass: keyword riscv 1.2.4.1-r2, #879113
Closes: https://github.com/gentoo/gentoo/pull/28095
Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 155003835707..0a22d37a1810 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sigmavirus24/${PN}/archive/${PV}.tar.gz -> ${P}.gh.t
LICENSE="HPND"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv sparc x86"
IUSE=""
RDEPEND="virtual/ssh
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-11-03 2:02 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-18 12:08 [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2022-11-03 2:02 Yixun Lan
2021-04-15 9:51 Joonas Niilola
2021-04-15 6:39 Joonas Niilola
2020-10-20 8:22 Sam James
2020-06-18 12:08 Joonas Niilola
2020-06-05 7:21 Mart Raudsepp
2019-12-28 22:11 Georgy Yakovlev
2019-11-11 2:38 Aaron Bauman
2019-11-11 2:38 Aaron Bauman
2019-11-02 8:52 Michał Górny
2016-02-01 1:35 Doug Goldstein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox