commit: 5668c1f9faf4afc8cd4c11683498532a2cd66462 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Thu Feb 6 15:30:00 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Fri Feb 7 15:00:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5668c1f9
x11-libs/xbae: drop 4.60.4 4.60.4-r1 is stable, contains important fixes Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40470 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> x11-libs/xbae/xbae-4.60.4.ebuild | 62 ---------------------------------------- 1 file changed, 62 deletions(-) diff --git a/x11-libs/xbae/xbae-4.60.4.ebuild b/x11-libs/xbae/xbae-4.60.4.ebuild deleted file mode 100644 index 1feb0ce8fa06..000000000000 --- a/x11-libs/xbae/xbae-4.60.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Motif-based widget to display a grid of cells as a spreadsheet" -HOMEPAGE="https://xbae.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc examples" -# tests need X display -# and are interactive so virtualx will not help -RESTRICT="test" - -RDEPEND=" - x11-libs/motif:0 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-tmpl.patch - "${FILESDIR}"/${P}-lxmp.patch - "${FILESDIR}"/${P}-Makefile.in.patch -) - -src_configure() { - econf --enable-production -} - -src_test() { - emake -C examples - emake -C examples/testall clean -} - -src_install() { - default - - insinto /usr/share/aclocal - doins ac_find_xbae.m4 - - if use examples; then - find examples -name '*akefile*' -delete || die - rm examples/{testall,extest} || die - dodoc -r examples - fi - if use doc; then - rm doc/{,images/}Makefile* || die - docinto html - dodoc -r doc/. - fi - - # no static archives - find "${D}" -name '*.la' -delete || die -}
