summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-06-05 11:30:05 -0400
committerMatt Turner <mattst88@gentoo.org>2023-06-05 11:39:41 -0400
commite8b4876d9f138f2acc7cc0c492dfd3559e824a4d (patch)
tree47575a1d6c8b75a13a3e62abe3b0e937c6ad8484 /x11-libs
parentx11-drivers/xf86-video-intel: Drop old versions (diff)
downloadgentoo-e8b4876d9f138f2acc7cc0c492dfd3559e824a4d.tar.gz
gentoo-e8b4876d9f138f2acc7cc0c492dfd3559e824a4d.tar.bz2
gentoo-e8b4876d9f138f2acc7cc0c492dfd3559e824a4d.zip
x11-libs/libXaw3d: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXaw3d/Manifest1
-rw-r--r--x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest
index 9abfe6f0554c..0a51d6307d1d 100644
--- a/x11-libs/libXaw3d/Manifest
+++ b/x11-libs/libXaw3d/Manifest
@@ -1,2 +1 @@
-DIST libXaw3d-1.6.4.tar.xz 482168 BLAKE2B a1e2e66ef4c5d102523080beae903b21b9b6bd0a5e4bd1e685bbfc4e1eaa3dc594f65f357d027f93808fd34d7e05ed8631fe33b6849760fc1fcc919c8b85d526 SHA512 388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba
DIST libXaw3d-1.6.5.tar.xz 483496 BLAKE2B 54dc1bb06b40685e3e2f00bc1aa8447a23ff61226c0b8d20cb0fe070bb7d914290cc4a5f2c70925da528bd9f02a283748178cb2b17111a56fbcc938a1eae25c9 SHA512 b2fbceffcbaff7c332f37769fd6b496ac820de8a80fbf9777416f1895b74a07e4efc3f2bd64db3f584983b24d2b10e9b60cf4aae3ec4a30c06510ae7c213a663
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
deleted file mode 100644
index b9f08d2d43eb..000000000000
--- a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
+++ /dev/null
@@ -1,34 +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="X.Org Xaw3d library"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="xpm"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXt
- xpm? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="
- sys-devel/flex
- app-alternatives/yacc"
-
-src_configure() {
- local XORG_CONFIGURE_OPTIONS=(
- --enable-internationalization
- $(use_enable xpm multiplane-bitmaps)
- --enable-gray-stipples
- --enable-arrow-scrollbars
- )
- xorg-3_src_configure
-}