From 2ec102412ce8f644a5bc5e4be814b4989b7cb28b Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 6 Nov 2021 22:36:47 -0500 Subject: [PATCH] Add manifest for notify-py and live ebuild for swayfocus --- dev-python/notify-py/Manifest | 1 + dev-python/notify-py/metadata.xml | 11 ++++++++ gui-apps/swayfocus/Manifest | 1 + gui-apps/swayfocus/swayfocus-9999.ebuild | 33 ++++++++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 dev-python/notify-py/metadata.xml create mode 100644 gui-apps/swayfocus/Manifest create mode 100644 gui-apps/swayfocus/swayfocus-9999.ebuild diff --git a/dev-python/notify-py/Manifest b/dev-python/notify-py/Manifest index 5e5842b..2434057 100644 --- a/dev-python/notify-py/Manifest +++ b/dev-python/notify-py/Manifest @@ -1,2 +1,3 @@ DIST notify-py-0.3.0-src.tar.gz 12129425 BLAKE2B f8f8db616a06688c65815e94a80a81e04d9d9f8ad03bedc2abd310a82e27867d865f32ec49c3eff7f313ccf7c0036d025bbcf90252449a133039270628be6429 SHA512 5d441d20a30316430592c644ce546db4ace77331f64381e2b03ec603dc0fc6542e0b2db823cf9941041bcc4df24673e3f9fab4fc965849224793e90845439b33 EBUILD notify-py-0.3.0.ebuild 522 BLAKE2B 4bc744b7955c049cd089897d413938d0d634d3489a6b60cbc9fa227247ebafa1cca096a12bf549178af2da8cb432aade5ae0b72e0433507bbf62c4ac4b26de0d SHA512 7f8e393d3cf909ed2ffade7e524e2fa6e4cd88a6cda75da8235a978864d2b599c484ef1cbd2b704631f271ade5ff528a13b3101a44257db0a540f3b7678555d5 +MISC metadata.xml 326 BLAKE2B b429ead1d3d0cd0aa5d6b6df7764db4a58bf95bcc490bdd685b2c098cfdc05a6c4274db8e9bf5ce3bfb93c50a2fc6eb1fb73197113e68755894f7aca7843dd70 SHA512 2405af5e109cf95e0fd204e2ba91786383db61cdf6b0fedb18baed8786af24a0aadd5d1140b1527ff5aa0c646ff555cae486d9cd997c9c273ad01e2903a09db5 diff --git a/dev-python/notify-py/metadata.xml b/dev-python/notify-py/metadata.xml new file mode 100644 index 0000000..d019ba4 --- /dev/null +++ b/dev-python/notify-py/metadata.xml @@ -0,0 +1,11 @@ + + + + + knotteye@airmail.cc + KnottEye + + + ms7m/notify-py + + diff --git a/gui-apps/swayfocus/Manifest b/gui-apps/swayfocus/Manifest new file mode 100644 index 0000000..3ccf9c0 --- /dev/null +++ b/gui-apps/swayfocus/Manifest @@ -0,0 +1 @@ +EBUILD swayfocus-9999.ebuild 515 BLAKE2B 703afb3a3428a4d24fde158880a74e2d43a934257336ce4e070136165fc2111d4ec63baa88bf9005ff97408e2df1f02f157a138c988e257f0fdc32c9fac605b6 SHA512 3a4ff37c8ffda1b3d6193f9e40dfffc29ba1811571d9f40a143bdd9678ca3f46dbdf9ad4ecf87a41acaa224d6854fc43d06a325c7c2254276351820d6e8b5526 diff --git a/gui-apps/swayfocus/swayfocus-9999.ebuild b/gui-apps/swayfocus/swayfocus-9999.ebuild new file mode 100644 index 0000000..f0cf57a --- /dev/null +++ b/gui-apps/swayfocus/swayfocus-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="A window switching tool for swar" + +HOMEPAGE="https://git.waldn.net/git/knotteye/swayfocus" + +EGIT_REPO_URI="https://git.waldn.net/git/knotteye/swayfocus.git" +EGIT_SUBMODULES=() + +LICENSE="WTFPL" + +SLOT="0" + +KEYWORDS="~amd64" + +IUSE="" + +DEPEND=" + dev-libs/boehm-gc +" + +BDEPEND=" + dev-libs/boehm-gc + dev-lang/crystal +" +src_install() { + dobin swayfocus || die "installed failed" +}