summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-25 12:03:18 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-25 12:09:39 -0400
commit72297639054b8ac44ac072670f3c94fd3d0d0dae (patch)
treea8995794e5592f7f6872677b15866ff86cfbfa32
parentx11-apps/xload: Drop old versions (diff)
downloadgentoo-72297639.tar.gz
gentoo-72297639.tar.bz2
gentoo-72297639.zip
x11-apps/xman: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xman/Manifest1
-rw-r--r--x11-apps/xman/xman-1.1.6.ebuild15
2 files changed, 0 insertions, 16 deletions
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest
index 811a574dd28e..03c728dff6ea 100644
--- a/x11-apps/xman/Manifest
+++ b/x11-apps/xman/Manifest
@@ -1,2 +1 @@
-DIST xman-1.1.6.tar.xz 177732 BLAKE2B 7ca00bd08d8fcd34645e5ad4582f782f358a6df8b7715222e886d9eef299e2b5c7cb1fc208e2bd3d7d465f1a2f3e17060e8cc95a6a3bc00421dfaf40adc147af SHA512 3063bf7fa54a679993baad681d9a77569c101b7e27e012083d11a2a0900c8e30a9d052ef23d30cbc86ff22505701d23df1fa3b9c714ef733628f2bc132026530
DIST xman-1.2.0.tar.xz 177156 BLAKE2B deb86ae5fa03b72524187c87587d3e860fe504c8abdb2180469609c4e652158ff83a529546dd9d353b4f73702740e276f2b7729ece0011e7296cf10423189e21 SHA512 072dba172fd30606c1e185c6e50b3b9a9ec5e430eb2ac7f0c476e1c2de998e8c0b5fbf53de20a7339d39a8990255e77fe72d3928b43d055e8463f8069389d192
diff --git a/x11-apps/xman/xman-1.1.6.ebuild b/x11-apps/xman/xman-1.1.6.ebuild
deleted file mode 100644
index 304645990b76..000000000000
--- a/x11-apps/xman/xman-1.1.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="Manual page display program for the X Window System"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- x11-libs/libXaw
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"