diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest deleted file mode 100644 index e352cc4f10..0000000000 --- a/gui-apps/wofi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST wofi-1.2.3.tar.gz 71445 BLAKE2B 38051803d1c902ddf8b8d7053f92c2bf9ce3e10a93ed12c832c108cb1807b12611721a8502edd6ce9b595a2a1486f65ed97f488333e38f0696f2f4fd0b1d6704 SHA512 1a7dee1ef6304a1e538977bf34b8fbe91abc811133fa3b9b48a975b42d46142808c364ae7acd4ab5f6c898547b529cfa1579b4fd7cfeb5a9fd93f489ccc491bf -DIST wofi-1.2.4.tar.gz 71569 BLAKE2B 6fa2e49da94a6d9e408999e66ec2359368b8298ae647cecad53fbb5cf754eab0db307d3555ebad3d26dff81a494322ed6552c8767697a5159dcc6304af24c4a4 SHA512 9c31a57b4fd476e4cc368ae281f18687e43d61167bcc1e883d9988c6e966c128e9aaae3f27ccd33b59e0ac6a3c4a32fc70eecb7a6d259f083b9b7d2ea3f963a6 diff --git a/gui-apps/wofi/metadata.xml b/gui-apps/wofi/metadata.xml deleted file mode 100644 index f757c20f5e..0000000000 --- a/gui-apps/wofi/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Matthias Coppens - coppens.matthias.abc@gmail.com - - - https://todo.sr.ht/~scoopta/wofi - https://cloudninja.pw/docs/wofi.html - - - Enable run mode - Enable drun mode - Enable dmenu mode - - diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild deleted file mode 100644 index ab2a59ac71..0000000000 --- a/gui-apps/wofi/wofi-1.2.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -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" - -IUSE="+run +drun +dmenu" - -DEPEND=" - dev-libs/wayland - x11-libs/gtk+[wayland(-)]" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -RESTRICT="test mirror" - -SLOT="0" - -src_configure() { - local emesonargs=( - $(meson_use run enable_run) - $(meson_use drun enable_drun) - $(meson_use dmenu enable_dmenu) - ) - meson_src_configure -} diff --git a/gui-apps/wofi/wofi-1.2.4.ebuild b/gui-apps/wofi/wofi-1.2.4.ebuild deleted file mode 100644 index ab2a59ac71..0000000000 --- a/gui-apps/wofi/wofi-1.2.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -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" - -IUSE="+run +drun +dmenu" - -DEPEND=" - dev-libs/wayland - x11-libs/gtk+[wayland(-)]" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -RESTRICT="test mirror" - -SLOT="0" - -src_configure() { - local emesonargs=( - $(meson_use run enable_run) - $(meson_use drun enable_drun) - $(meson_use dmenu enable_dmenu) - ) - meson_src_configure -} diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild deleted file mode 100644 index ab2a59ac71..0000000000 --- a/gui-apps/wofi/wofi-9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -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" - -IUSE="+run +drun +dmenu" - -DEPEND=" - dev-libs/wayland - x11-libs/gtk+[wayland(-)]" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -RESTRICT="test mirror" - -SLOT="0" - -src_configure() { - local emesonargs=( - $(meson_use run enable_run) - $(meson_use drun enable_drun) - $(meson_use dmenu enable_dmenu) - ) - meson_src_configure -}