diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-06-09 14:45:51 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-06-09 14:54:33 -0400 |
commit | 3660b00e746373545376d8fe7a2e6ee7db8b395d (patch) | |
tree | 1496f6ba2250c07492a1ffd7dc8a79ce10af0a25 /x11-apps/xconsole | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-3660b00e746373545376d8fe7a2e6ee7db8b395d.tar.gz gentoo-3660b00e746373545376d8fe7a2e6ee7db8b395d.tar.bz2 gentoo-3660b00e746373545376d8fe7a2e6ee7db8b395d.zip |
x11-apps/xconsole: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.8.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest index 7884c848e3ce..6815a357c262 100644 --- a/x11-apps/xconsole/Manifest +++ b/x11-apps/xconsole/Manifest @@ -1,2 +1 @@ -DIST xconsole-1.0.8.tar.xz 129336 BLAKE2B 3c00072944594b02d5cbc88e8243198502a1a418e4f0c3e86badf659a62bada126323af1b21517368fd6a6204397714cb8769b7a1702fe9b8d884c057cc429ee SHA512 93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa DIST xconsole-1.1.0.tar.xz 131900 BLAKE2B 2dacabbfb7b55b6dc2cae255a4a8c58dc8cd0130cc07ce1c2b5e6c68cdff270fad31487e0491ba670e126582359c033cbefe30c71639f8b2b2ce32e7d1e995d7 SHA512 1b5b1e1e15e3b988c159e924ac5c51734c4e37ed112815fc6bf6e36f80e840ccd904a4f0b0f27191e0dbf656d367a38873fd493a266887daa111e5266eebf37e diff --git a/x11-apps/xconsole/xconsole-1.0.8.ebuild b/x11-apps/xconsole/xconsole-1.0.8.ebuild deleted file mode 100644 index 12e874df285e..000000000000 --- a/x11-apps/xconsole/xconsole-1.0.8.ebuild +++ /dev/null @@ -1,19 +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="monitor system console messages with X" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |