summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-12-16 22:52:43 -0500
committerMatt Turner <mattst88@gentoo.org>2024-12-16 22:57:52 -0500
commitef97edde139f44af3e58c6f0ae5901b5d0c14565 (patch)
treea043c479dbfb5503b4b6fbf5d4e6b3a2459ed18e /x11-apps/xlogo
parentx11-apps/xbacklight: Drop old versions (diff)
downloadgentoo-ef97edde139f44af3e58c6f0ae5901b5d0c14565.tar.gz
gentoo-ef97edde139f44af3e58c6f0ae5901b5d0c14565.tar.bz2
gentoo-ef97edde139f44af3e58c6f0ae5901b5d0c14565.zip
x11-apps/xlogo: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlogo')
-rw-r--r--x11-apps/xlogo/Manifest1
-rw-r--r--x11-apps/xlogo/xlogo-1.0.6.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
index ef2b872261ef..6a97b2524d84 100644
--- a/x11-apps/xlogo/Manifest
+++ b/x11-apps/xlogo/Manifest
@@ -1,2 +1 @@
-DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177 SHA512 f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0
DIST xlogo-1.0.7.tar.xz 133996 BLAKE2B 9c37a3471b70a5c8009cea0d150c24317eaace491098558e685d9fe0c7838061e002c90011e2e91461e262e5d577cb84fe63590499ecf03c052b084be46f188c SHA512 dfea0d42aeec7394c487e009c22ebb24af9501fa8144079d4fe1f32931cfad6bd1eb3830a1d211b9785a9f89fe22c61d4d4b6d6b881af42f3f916ccc5eb9ce66
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 )