summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 20:23:53 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 21:36:35 -0500
commit8406d9842acbff7cc2d77d6c7a04f7a804396f4a (patch)
tree9825dbaa72e4720c157df45ed16138384bef51f5
parentx11-libs/libXau: Drop old versions (diff)
downloadgentoo-8406d9842acbff7cc2d77d6c7a04f7a804396f4a.tar.gz
gentoo-8406d9842acbff7cc2d77d6c7a04f7a804396f4a.tar.bz2
gentoo-8406d9842acbff7cc2d77d6c7a04f7a804396f4a.zip
x11-libs/libXaw3d: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-libs/libXaw3d/Manifest1
-rw-r--r--x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest
index 2e0b91615dfa..5dcbfda1f1b2 100644
--- a/x11-libs/libXaw3d/Manifest
+++ b/x11-libs/libXaw3d/Manifest
@@ -1,2 +1 @@
-DIST libXaw3d-1.6.3.tar.bz2 561594 BLAKE2B 85f3fb6d39a9a0ccb7d2c529eff84a4a9e85bf81be16487f2119da0a670e40c2d328e17b06ca237f69029e8d43daf6eeba8488029e6e4d2f56bc1093a2f305ad SHA512 f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424
DIST libXaw3d-1.6.4.tar.xz 482168 BLAKE2B a1e2e66ef4c5d102523080beae903b21b9b6bd0a5e4bd1e685bbfc4e1eaa3dc594f65f357d027f93808fd34d7e05ed8631fe33b6849760fc1fcc919c8b85d526 SHA512 388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
deleted file mode 100644
index 36f5efb6e7d2..000000000000
--- a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~x86-solaris"
-IUSE="unicode 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=(
- $(use_enable unicode internationalization)
- $(use_enable xpm multiplane-bitmaps)
- --enable-arrow-scrollbars
- --enable-gray-stipples
- )
- xorg-3_src_configure
-}