commit:     feb21b2011ea5350544c859f2a742104a19e5c1c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 03:43:18 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 28 03:43:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb21b20

x11-apps/scripts: Delete

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/package.mask                    |  8 --------
 x11-apps/scripts/Manifest                |  1 -
 x11-apps/scripts/metadata.xml            | 11 -----------
 x11-apps/scripts/scripts-1.0.1-r1.ebuild | 20 --------------------
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b7a3735246c1..62e5e3ffa671 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -210,14 +210,6 @@ mail-client/sylpheed
 # Breaking even latest ~arch version of KDE PIM, bug #905352.
 =dev-libs/ktextaddons-1.3*
 
-# Matt Turner <[email protected]> (2023-04-26)
-# Package contains only a script that runs an X application on a remote system
-# with rsh (use ssh -Y instead), and two scripts that were probably used for
-# converting the old BDF fonts to XLFD names back in the early 90's. None of
-# these are useful today.
-# Removal on 2023-05-26
-x11-apps/scripts
-
 # Mike Gilbert <[email protected]> (2023-04-26)
 # Merged into net-libs/ldns.  Bug 828109.
 # Removal on 2023-05-26.

diff --git a/x11-apps/scripts/Manifest b/x11-apps/scripts/Manifest
deleted file mode 100644
index 397464288391..000000000000
--- a/x11-apps/scripts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scripts-1.0.1.tar.bz2 72301 BLAKE2B 
2765ea1be05fabbbbf874399bf2a32fd778e5c57a98ef6c5135206d125ce29b7a02f7622205638e5c3a35fadd12211d46ef60e6c60b970ec924ec0bf97769282
 SHA512 
dd058c5d5b34dfb7b996e28c78ce8169809d9e0b0233b1e0f4f5ec223c62affe1e6e561869d7cc47948efbb56bd4b67f69e01f27e2133a15206fd3013c284226

diff --git a/x11-apps/scripts/metadata.xml b/x11-apps/scripts/metadata.xml
deleted file mode 100644
index 13d89d9d19cd..000000000000
--- a/x11-apps/scripts/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>X11</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="freedesktop-gitlab">xorg/app/scripts</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/x11-apps/scripts/scripts-1.0.1-r1.ebuild 
b/x11-apps/scripts/scripts-1.0.1-r1.ebuild
deleted file mode 100644
index 9b0911defb8e..000000000000
--- a/x11-apps/scripts/scripts-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="start an X program on a remote machine"
-
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       xorg-3_src_install
-
-       # Requires ksh, assumes hostname(1) is in /usr/bin
-       rm "${ED}"/usr/bin/xauth_switch_to_sun-des-1 || die
-}

Reply via email to