public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gnome-pty-helper/
Date: Sun, 31 Mar 2019 09:41:38 +0000 (UTC)	[thread overview]
Message-ID: <1554024563.da03c2072140eb07f0c5279c5ff01e8be677c38f.leio@gentoo> (raw)

commit:     da03c2072140eb07f0c5279c5ff01e8be677c38f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 09:29:23 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 09:29:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da03c207

x11-libs/gnome-pty-helper: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 x11-libs/gnome-pty-helper/Manifest                 |  2 --
 .../gnome-pty-helper-0.36.3.ebuild                 | 32 ----------------------
 .../gnome-pty-helper-0.38.3.ebuild                 | 32 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/x11-libs/gnome-pty-helper/Manifest b/x11-libs/gnome-pty-helper/Manifest
index b0af0dc9b37..4b9b30f782e 100644
--- a/x11-libs/gnome-pty-helper/Manifest
+++ b/x11-libs/gnome-pty-helper/Manifest
@@ -1,3 +1 @@
-DIST vte-0.36.3.tar.xz 1013412 BLAKE2B 989d84de4eae397e070cad85908f169a778df3fa7f6b7efb750b9d5f79aba9ee003d63320cb62cbdca3b1e64e1252eba86e01916e6d7e46725c6be16e7b83ac4 SHA512 9e0c4e60c5a271720d7b480c9618069752faec6c310cc2477e67cdb1c3e961f6981d39c9116716739390dc8e4bab9bf06cf6c5d7d2546062e48523f85d731c77
-DIST vte-0.38.3.tar.xz 1005548 BLAKE2B ccf9d2aeaef89697279f5863d9967df4e42420cac216833a5f7381d01dbbaddc2ef819d98f20e230e58c0a2df951eb323554ee79599c4e8405402872d4e24a7c SHA512 f8a28be524dcd4a6a5dbdd83655eaea0e41ce20e642130c1db8a1bbb29b71ff2421972cb630322a6e443a4aae21e2cc9350d7b06264bf3a1b7b7f793d3818164
 DIST vte-0.40.2.tar.xz 923852 BLAKE2B 666f1e8bd5ce1392c8c533c180e7e6700a6b0023e9b0ab467f2d99a38661fb600c53d83bda10bc97302dc54801f8e1d8780eb27a2c5cd184d786a55d513dfc24 SHA512 06d1c9a34e8e82e1bd54810d245d908ebb837538ba19fbaabe683cdf3b96b7cb1630516ddeabf18b0294922b8d98d2b9a2f5028c171fac2ad913974d94555eb2

diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild
deleted file mode 100644
index d1ce767aa72..00000000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-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
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-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)
-	if use hardened; then
-		export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
-		export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
-	fi
-	gnome2_src_prepare
-}

diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild
deleted file mode 100644
index c254408c7dd..00000000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-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
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-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)
-	if use hardened; then
-		export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
-		export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
-	fi
-	gnome2_src_prepare
-}


             reply	other threads:[~2019-03-31  9:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-31  9:41 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-01 15:44 [gentoo-commits] repo/gentoo:master commit in: x11-libs/gnome-pty-helper/ Matt Turner
2022-10-31 20:31 Matt Turner
2022-04-10 15:47 David Seifert
2021-04-29  1:52 Sam James
2021-03-05 22:20 Sam James
2019-02-22 19:13 Mart Raudsepp
2015-11-16 14:08 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-10-18 11:29 Mikle Kolyada
2015-10-03  8:45 Markus Meier
2015-09-28  4:44 Jeroen Roovers
2015-09-20  6:11 Jeroen Roovers
2015-09-16  8:43 Tobias Klausmann
2015-09-12  9:11 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1554024563.da03c2072140eb07f0c5279c5ff01e8be677c38f.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox