summaryrefslogtreecommitdiff
path: root/net-misc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-12 07:05:33 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-12 07:05:33 -0500
commitec560e4b511b5d7cb09adbd406de3ddb8386156f (patch)
tree903cc6d65549c358295c50cd521f3fb699dff0b0 /net-misc
parent7a6681ba59ffb2de9993c9bda64f6cdd414990b7 (diff)
downloadbaldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.gz
baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.xz
baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.zip
Adding metadata
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.0_p1.ebuild17
-rw-r--r--net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.4_p1.ebuild17
-rw-r--r--net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.9_p2.ebuild17
-rw-r--r--net-misc/gnome-ssh-askpass/metadata.xml4
4 files changed, 49 insertions, 6 deletions
diff --git a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.0_p1.ebuild b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.0_p1.ebuild
index c063f7eadebf..b0adc99e6402 100644
--- a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.0_p1.ebuild
+++ b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.0_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ inherit toolchain-funcs verify-sig
MY_P="openssh-${PV/_p/p}"
DESCRIPTION="GTK-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="https://www.openssh.com/"
+HOMEPAGE="https://www.openssh.org/"
SRC_URI="
mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz
verify-sig? ( mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz.asc )
@@ -20,6 +20,12 @@ KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
+ app-accessibility/at-spi2-core
+ media-libs/harfbuzz
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/libX11
+ x11-libs/pango
dev-libs/glib:2
x11-libs/gtk+:3
"
@@ -39,6 +45,13 @@ src_unpack() {
verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.asc}
}
+src_prepare() {
+ default
+ # Upstream does not set LDFLAGS, so we do it ourselves.
+ sed -i -e 's|\$(CC) \$(CFLAGS)|\$(CC) \$(CFLAGS) \$(LDFLAGS)|' Makefile \
+ || die "Could not set LDFLAGS"
+}
+
src_configure() {
tc-export CC
}
diff --git a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.4_p1.ebuild b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.4_p1.ebuild
index 45c058757ac2..6a900a937d9c 100644
--- a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.4_p1.ebuild
+++ b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-10.4_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ inherit toolchain-funcs verify-sig
MY_P="openssh-${PV/_p/p}"
DESCRIPTION="GTK-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="https://www.openssh.com/"
+HOMEPAGE="https://www.openssh.org/"
SRC_URI="
mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz
verify-sig? ( mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz.asc )
@@ -21,6 +21,12 @@ IUSE="gtk4"
RESTRICT="test"
RDEPEND="
+ app-accessibility/at-spi2-core
+ media-libs/harfbuzz
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/libX11
+ x11-libs/pango
dev-libs/glib:2
gtk4? (
app-crypt/gcr:4
@@ -44,6 +50,13 @@ src_unpack() {
verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.asc}
}
+src_prepare() {
+ default
+ # Upstream does not set LDFLAGS, so we do it ourselves.
+ sed -i -e 's|\$(CC) \$(CFLAGS)|\$(CC) \$(CFLAGS) \$(LDFLAGS)|' Makefile \
+ || die "Could not set LDFLAGS"
+}
+
src_configure() {
tc-export CC
}
diff --git a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.9_p2.ebuild b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.9_p2.ebuild
index c063f7eadebf..b0adc99e6402 100644
--- a/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.9_p2.ebuild
+++ b/net-misc/gnome-ssh-askpass/gnome-ssh-askpass-9.9_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ inherit toolchain-funcs verify-sig
MY_P="openssh-${PV/_p/p}"
DESCRIPTION="GTK-based passphrase dialog for use with OpenSSH"
-HOMEPAGE="https://www.openssh.com/"
+HOMEPAGE="https://www.openssh.org/"
SRC_URI="
mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz
verify-sig? ( mirror://openbsd/OpenSSH/portable/${MY_P}.tar.gz.asc )
@@ -20,6 +20,12 @@ KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
+ app-accessibility/at-spi2-core
+ media-libs/harfbuzz
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/libX11
+ x11-libs/pango
dev-libs/glib:2
x11-libs/gtk+:3
"
@@ -39,6 +45,13 @@ src_unpack() {
verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.asc}
}
+src_prepare() {
+ default
+ # Upstream does not set LDFLAGS, so we do it ourselves.
+ sed -i -e 's|\$(CC) \$(CFLAGS)|\$(CC) \$(CFLAGS) \$(LDFLAGS)|' Makefile \
+ || die "Could not set LDFLAGS"
+}
+
src_configure() {
tc-export CC
}
diff --git a/net-misc/gnome-ssh-askpass/metadata.xml b/net-misc/gnome-ssh-askpass/metadata.xml
index 71e87777c12b..35f34740734d 100644
--- a/net-misc/gnome-ssh-askpass/metadata.xml
+++ b/net-misc/gnome-ssh-askpass/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>bakedsnake@vagrantz.xyz</email>
+ <name>bakedsnake</name>
+ </maintainer>
<use>
<flag name="gtk4">Build the GTK-4 client</flag>
</use>