From 8eccda982236f2cfe9188bdcaffd9168134f39a9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 27 Jan 2023 13:58:28 +0000 Subject: gentoo auto-resync : 27:01:2023 - 13:58:28 --- x11-misc/xowl/Manifest | 2 -- x11-misc/xowl/metadata.xml | 8 ------- x11-misc/xowl/xowl-9999.ebuild | 48 ------------------------------------------ 3 files changed, 58 deletions(-) delete mode 100644 x11-misc/xowl/Manifest delete mode 100644 x11-misc/xowl/metadata.xml delete mode 100644 x11-misc/xowl/xowl-9999.ebuild (limited to 'x11-misc/xowl') diff --git a/x11-misc/xowl/Manifest b/x11-misc/xowl/Manifest deleted file mode 100644 index a39d28652d57..000000000000 --- a/x11-misc/xowl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD xowl-9999.ebuild 835 BLAKE2B 0b62861c6314ca3319d719c4924e417b97e1149ce75a89a8e706466feba23e0a6e1dfb61193efe50ccaa956aee538ea91e1411ccadc1c13ffe4eb03e72d50bba SHA512 2117d69da04af0bd8e26b73dd68a47c17fec877ec30cd495a061cf36ba12737a94286606cba560e2776fc00673d64fbdd55440dfe88fa3d0f1f33734cb039681 -MISC metadata.xml 249 BLAKE2B 4cf0a9b7f61b34a311e1143385d4c1afab79281b46cbbf52d4a0a7fdc05895ef104339a4733cc51bfee1540cfb75535560d3b59b05d3c89dc57e3784c565a03a SHA512 9e843b53ec094ab7cbb8c341c26cffe9b1d1b790210e25e5ae98807bf5d4a3c4b2556adf7798bf7d006bbf3063e1c4a455e7460099a63f0ef1e66f182761e4a6 diff --git a/x11-misc/xowl/metadata.xml b/x11-misc/xowl/metadata.xml deleted file mode 100644 index 1e7482581ef7..000000000000 --- a/x11-misc/xowl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - seanpringle/xowl - - diff --git a/x11-misc/xowl/xowl-9999.ebuild b/x11-misc/xowl/xowl-9999.ebuild deleted file mode 100644 index e563aab37668..000000000000 --- a/x11-misc/xowl/xowl-9999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic git-r3 savedconfig toolchain-funcs - -DESCRIPTION="X11 Obstinate Window Lister" -HOMEPAGE="https://github.com/seanpringle/xowl" -EGIT_REPO_URI="https://github.com/seanpringle/xowl" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXinerama -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default - restore_config config.h -} - -src_configure() { - tc-export CC PKG_CONFIG -} - -src_compile() { - XOAT_COMPILE=( - ${CC} -o ${PN} ${PN}.c ${CFLAGS} -std=c99 ${LDFLAGS} - $(${PKG_CONFIG} --cflags --libs x11 xft xinerama) - ) - echo ${XOAT_COMPILE[@]} - ${XOAT_COMPILE[@]} || die -} - -src_install() { - dobin xowl - dodoc xowl.md - doman xowl.1 - save_config config.h -} -- cgit v1.2.3