summaryrefslogtreecommitdiff
path: root/x11-apps/xlogo
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xlogo')
-rw-r--r--x11-apps/xlogo/Manifest2
-rw-r--r--x11-apps/xlogo/xlogo-1.0.6.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
index 6bcfacfea9cd..7bcd149e50f4 100644
--- a/x11-apps/xlogo/Manifest
+++ b/x11-apps/xlogo/Manifest
@@ -1,5 +1,3 @@
-DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177 SHA512 f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0
DIST xlogo-1.0.7.tar.xz 133996 BLAKE2B 9c37a3471b70a5c8009cea0d150c24317eaace491098558e685d9fe0c7838061e002c90011e2e91461e262e5d577cb84fe63590499ecf03c052b084be46f188c SHA512 dfea0d42aeec7394c487e009c22ebb24af9501fa8144079d4fe1f32931cfad6bd1eb3830a1d211b9785a9f89fe22c61d4d4b6d6b881af42f3f916ccc5eb9ce66
-EBUILD xlogo-1.0.6.ebuild 497 BLAKE2B ddcdabd5ec07fbcd9c4fce2b27ce98fb8c74e5ad50b9dcf902471bf16be7976bce958cafc54fd17a94be238b9d1f2411465f144ec8cbc48f28e0a827ae5bcf58 SHA512 7f5876d8e51f06dd7435db49eca0645b7697f76ac3e2be420e0a56ba8c0d1d23ac92eb7873b8256568ba13d100cbee9e0c4e68bc9c7da0861bc692c67b868dc0
EBUILD xlogo-1.0.7.ebuild 497 BLAKE2B 0cb36522658a00ba7d138d61621a13ff9d3c08cd67406b42294f78877e80982308049d780bdcbc40f09559514f78ddde77065db57e02ef897a09c7e1fa88dbbc SHA512 e6f967f273e9603c4a777bb91238414b1eb1e58e604e8df65072eeaf278054f49c2170c87505981bd01201145e843e86401c5f95532e91439aea43b8feecbf22
MISC metadata.xml 336 BLAKE2B 3d29f95f3977cd9af4c119b68ab2710cd730cdf2805a84f68ecd50e7c2ab77bb9d887ad6104fc2812064d87c4a5a733da802e3c564ff144dbc6af0dab945d52b SHA512 a57dced6e58758f839a9353e2d01e96566095640a39a1cf250f786c084775a1186242c444796504c1ced8893df4b0dadf418a9abc726f4f82b0dc05b97b4689d
diff --git a/x11-apps/xlogo/xlogo-1.0.6.ebuild b/x11-apps/xlogo/xlogo-1.0.6.ebuild
deleted file mode 100644
index 3b749eaaf0c9..000000000000
--- a/x11-apps/xlogo/xlogo-1.0.6.ebuild
+++ /dev/null
@@ -1,25 +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="X Window System logo"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
- x11-libs/libXrender
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXft
- x11-libs/libXaw
- x11-libs/libSM
- x11-libs/libXmu
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-XORG_CONFIGURE_OPTIONS=( --with-render )