summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-09-02 21:51:27 -0400
committerMatt Turner <mattst88@gentoo.org>2024-09-02 21:55:49 -0400
commit66b3fdd84c5b58af4ce7a6849cc37518d25bfd14 (patch)
treeef68d3b2ba91347ca031b6ac86269e8c5a0fbc68 /x11-apps/appres
parentmedia-libs/freeglut: Drop old versions (diff)
downloadgentoo-66b3fdd84c5b58af4ce7a6849cc37518d25bfd14.tar.gz
gentoo-66b3fdd84c5b58af4ce7a6849cc37518d25bfd14.tar.bz2
gentoo-66b3fdd84c5b58af4ce7a6849cc37518d25bfd14.zip
x11-apps/appres: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/appres')
-rw-r--r--x11-apps/appres/Manifest1
-rw-r--r--x11-apps/appres/appres-1.0.6.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index 50437ac51f93..edfc2688f005 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1,2 +1 @@
-DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
DIST appres-1.0.7.tar.xz 120780 BLAKE2B f0a958f1c035c90f3db56127e6218be013b00ae5403bd531e7f393c63ff2a303e05a8b36e1819a7fa1d3e57e8978df16b316c354554e6a5eb9ac91a6c28a0e54 SHA512 5948f869124dd7160ffe109b0fc7ccdca45c3b3f551a382a0bcf2c2af9e3832b0d4451e2868ca93a38de8e8e2caf1946ac72936b3256e99a32437d0ddd937a60
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
deleted file mode 100644
index fa571fdd32b5..000000000000
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="list X application resource database"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"