diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:20:16 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:23:19 -0400 |
commit | 18404b078cf86f7e825fdc6ac7a468e29918e3b3 (patch) | |
tree | 38ab14946434b589f41235b7d30582a35374e407 /x11-wm | |
parent | x11-terms/xterm: Drop old versions (diff) | |
download | gentoo-18404b078cf86f7e825fdc6ac7a468e29918e3b3.tar.gz gentoo-18404b078cf86f7e825fdc6ac7a468e29918e3b3.tar.bz2 gentoo-18404b078cf86f7e825fdc6ac7a468e29918e3b3.zip |
x11-wm/twm: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/twm/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/twm/twm-1.0.11.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-wm/twm/Manifest b/x11-wm/twm/Manifest index f57c9718385a..b70f942eb683 100644 --- a/x11-wm/twm/Manifest +++ b/x11-wm/twm/Manifest @@ -1,2 +1 @@ -DIST twm-1.0.11.tar.xz 261176 BLAKE2B 775ee483f34b1f45e737e0f1a907c07398883bd7bb2c17f729b38a2562af1a85f27b4dfa76b5fa1f88768e01c17c8cb364baaf39d80307aee3732183c5964653 SHA512 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d DIST twm-1.0.12.tar.xz 262624 BLAKE2B 4bca3572dc51af6d1724aefc42f85f04cf0dcbf5514d098628b7950b59a05bd1f1f6fe51aed492777fad5b169a0d97d0c1f0567aca3e7f33c7de0037c7dbe49f SHA512 f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260 diff --git a/x11-wm/twm/twm-1.0.11.ebuild b/x11-wm/twm/twm-1.0.11.ebuild deleted file mode 100644 index cd028be52d14..000000000000 --- a/x11-wm/twm/twm-1.0.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org Tab Window Manager" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -COMMON_DEPEND=" - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXrandr - x11-libs/libXt -" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto" -RDEPEND="${COMMON_DEPEND} - media-fonts/font-adobe-75dpi" |