diff options
author | 2024-07-28 11:48:31 -0700 | |
---|---|---|
committer | 2024-07-28 11:48:31 -0700 | |
commit | 1c18fee3d1ea63efccdd883d188050616aeda1c8 (patch) | |
tree | 12232a19cf052677e7766e7041185a7f8b4700df /gui-apps | |
parent | app-antivirus/lkrg: drop 0.9.6-r1, 0.9.7 (diff) | |
download | gentoo-1c18fee3d1ea63efccdd883d188050616aeda1c8.tar.gz gentoo-1c18fee3d1ea63efccdd883d188050616aeda1c8.tar.bz2 gentoo-1c18fee3d1ea63efccdd883d188050616aeda1c8.zip |
gui-apps/wofi: drop 1.3, 1.4
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wofi/Manifest | 2 | ||||
-rw-r--r-- | gui-apps/wofi/wofi-1.3.ebuild | 28 | ||||
-rw-r--r-- | gui-apps/wofi/wofi-1.4.ebuild | 34 |
3 files changed, 0 insertions, 64 deletions
diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest index 40c964016cca..a7540446c165 100644 --- a/gui-apps/wofi/Manifest +++ b/gui-apps/wofi/Manifest @@ -1,3 +1 @@ -DIST wofi-1.3.tar.gz 77317 BLAKE2B 0282921c0605ee251701a33d9137f027c87ecd33f9c97b054ac9f0deeffbbcd73232e5a96e9be012eeeb298d84e257ca4752038315f92afc653573dd075179c0 SHA512 90a1674bcf5365aa47d6a8b987e7507539da5652f045b18446c073913399a6e46ffd50a6a83212d521c349840912ec9edab0c69dd565e2a49b98da2a72aebcd3 DIST wofi-1.4.1.tar.gz 79266 BLAKE2B fffd3aab79c6d86452a7e80e2e301f70718080d00bc1ac94d7549f90500fe3643deac4d39d366d0df5d18d156c98c9cd329fbcaa9f963bd4c1dc10538c1597ea SHA512 a84aa9c7ae1d454a7e419e81d54dd266fb97eae6c0c8961f1631f403484f1226a6dac8d85c7bd942558b845486e4351aa8d981f021461bc336520bdc7f429944 -DIST wofi-1.4.tar.gz 79100 BLAKE2B 5af1d7c5de58865b31797cd07db42af22ab50ab7bbe5ce2df28457bffea46afdf2cb0f3618bdc7f5d283e98a942b927cdb2b4d5c39cf20ead8e465496d4c72ec SHA512 98d0cc6d4cad11341f825173f3e1c61c813dc4404087e863a7aef7eef85b3e9c224f747c10feda6cbe85eb13b403300d77447a5b55a62915fe4f9bd00405a608 diff --git a/gui-apps/wofi/wofi-1.3.ebuild b/gui-apps/wofi/wofi-1.3.ebuild deleted file mode 100644 index 2ff47e2fe52e..000000000000 --- a/gui-apps/wofi/wofi-1.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ "${PV}" == 9999 ]]; then - inherit mercurial - EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" -else - SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="amd64 ~riscv" -fi - -DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" -HOMEPAGE="https://hg.sr.ht/~scoopta/wofi" - -LICENSE="GPL-3" -SLOT="0" - -DEPEND="dev-libs/wayland - x11-libs/gtk+:3[wayland(-)]" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.3-no-hg-identify.patch" ) diff --git a/gui-apps/wofi/wofi-1.4.ebuild b/gui-apps/wofi/wofi-1.4.ebuild deleted file mode 100644 index cfd36d4d8f2f..000000000000 --- a/gui-apps/wofi/wofi-1.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ "${PV}" == 9999 ]]; then - inherit mercurial - EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" -else - SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~riscv" -fi - -DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" -HOMEPAGE="https://hg.sr.ht/~scoopta/wofi" - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-libs/glib:2 - dev-libs/wayland - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[wayland(-)] - x11-libs/pango -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.3-no-hg-identify.patch" ) |