summaryrefslogtreecommitdiff
path: root/x11-libs/gnome-pty-helper
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /x11-libs/gnome-pty-helper
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'x11-libs/gnome-pty-helper')
-rw-r--r--x11-libs/gnome-pty-helper/Manifest2
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2-r1.ebuild (renamed from x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild)12
2 files changed, 6 insertions, 8 deletions
diff --git a/x11-libs/gnome-pty-helper/Manifest b/x11-libs/gnome-pty-helper/Manifest
index 603efca6d843..88a3181865de 100644
--- a/x11-libs/gnome-pty-helper/Manifest
+++ b/x11-libs/gnome-pty-helper/Manifest
@@ -1,3 +1,3 @@
DIST vte-0.40.2.tar.xz 923852 BLAKE2B 666f1e8bd5ce1392c8c533c180e7e6700a6b0023e9b0ab467f2d99a38661fb600c53d83bda10bc97302dc54801f8e1d8780eb27a2c5cd184d786a55d513dfc24 SHA512 06d1c9a34e8e82e1bd54810d245d908ebb837538ba19fbaabe683cdf3b96b7cb1630516ddeabf18b0294922b8d98d2b9a2f5028c171fac2ad913974d94555eb2
-EBUILD gnome-pty-helper-0.40.2.ebuild 804 BLAKE2B c50025792698d73b6163a2b25704aa785c22bff19f7e3ef858f6fb31a7536c0656401051d3cebd446566edfa82d82bba943d105eef698c2a8a6b84bf5966b49c SHA512 c7d98def9c201a6202b28140ba2b973c640728d276a4b4589a08441954afc9d022bf4e91d55704426ab72177e898b5d600e42b6f1b5c7d4e52e07db88bc2bf42
+EBUILD gnome-pty-helper-0.40.2-r1.ebuild 775 BLAKE2B 91835a314e5e3261e912da100631ec9840745bc4217dbc9807f550b5eb58c1e6833235ec9f931e0329fe35514338d3efbf5606ddc9fcbad4d774c5cc038a27b4 SHA512 2c750e63d83b54f4963aa43a59094aca4f32a4288198b82670fc9676d0c016dc95f0167f79982ec461bbbab37aff6148893c0ac3a5195e86e36028351f921594
MISC metadata.xml 250 BLAKE2B 8f7f0fe023d43e380e7861e897e6afcb5de4baefb42ea9c65a57dfc0d204c6f787a99295141832e732ebb08be218da56ba77e2dd9639e4e3aabf718ce4db1d0c SHA512 2684e772dd6d83e4b49f08f2ba22d8a0a753e7b46863489eff1b5d1f2f147ad80ffd93245ca405ac4c747249bc1b754454ec9865fe16da70f9b257051e105fd8
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2-r1.ebuild
index af04e5c38492..6bf8e5f4facb 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2-r1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=8
+
GNOME_ORG_MODULE="vte"
inherit gnome2
DESCRIPTION="GNOME Setuid helper for opening ptys"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
# gnome-pty-helper is inside vte
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
+S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
LICENSE="LGPL-2"
SLOT="0"
@@ -18,9 +19,6 @@ IUSE="+hardened"
# gnome-pty-helper was spit out with 0.27.90
RDEPEND="!<x11-libs/vte-0.27.90"
-DEPEND=""
-
-S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
src_prepare() {
# As recommended by upstream (/usr/libexec/${PN} is a setgid binary)