Commit: 97e280feaf94f6d85e8c482c7edaea2daa6417ef Parent: 7b00a198c07ad26933e1c3414b21f6eaab8056e4 Author: Randy Palamar Date: Fri, 14 Jul 2023 22:20:54 -0600 remove broken x11-misc/xscreenshot ebuild Diffstat:
D | x11-misc/xscreenshot/xscreenshot-9999.ebuild | | | 32 | -------------------------------- |
1 file changed, 0 insertions(+), 32 deletions(-)
diff --git a/x11-misc/xscreenshot/xscreenshot-9999.ebuild b/x11-misc/xscreenshot/xscreenshot-9999.ebuild @@ -1,32 +0,0 @@ -EAPI=7 - -inherit git-r3 - -DESCRIPTION="xscreenshot - take a screenshot" -HOMEPAGE="https://git.2f30.org/xscreenshot/log.html" -EGIT_REPO_URI="git://git.2f30.org/xscreenshot.git" - -LICENSE="MIT-with-advertising" -SLOT=0 -IUSE="static" - -DEPEND="x11-libs/libX11" - -src_configure() { - default - - sed -e '/^X11INC/{s:X11R6/include:include/X11:}' \ - -e '/^X11LIB/{s:/X11R6::}' \ - -e '/^CFLAGS/{s:=:+=:;s:-O0 -g::}' \ - -e '/^LDFLAGS/{s:=:+=:}' \ - -e '/^CC/d' \ - < config.mk > config.mk.new || die - mv config.mk.new config.mk || die - - use static && export LDFLAGS="${LDFLAGS} -s -static" -} - -src_install() { - emake DESTDIR="${D}" CC=${CC} PREFIX="${EPREFIX}${LOCAL_PREFIX}" install - einstalldocs -}