[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2022-12-13 Thread Anna Vyalkova
commit: 480e19911ba039b0d5270ac3c2841248786253e6
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Dec 14 07:33:18 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Dec 14 07:33:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=480e1991

gui-apps/wofi: treeclean

Bug: https://bugs.gentoo.org/711876
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 gui-apps/wofi/Manifest  |  2 --
 gui-apps/wofi/metadata.xml  | 17 -
 gui-apps/wofi/wofi-1.2.3.ebuild | 40 
 gui-apps/wofi/wofi-1.2.4.ebuild | 40 
 gui-apps/wofi/wofi-.ebuild  | 40 
 5 files changed, 139 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
deleted file mode 100644
index e352cc4f1..0
--- 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 f757c20f5..0
--- a/gui-apps/wofi/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-Matthias Coppens
-coppens.matthias@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 ab2a59ac7..0
--- 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}" =  ]
-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 ab2a59ac7..0
--- 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}" =  ]
-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-.ebuild b/gui-apps/wofi/wofi-.ebuild
deleted file mode 100644
index ab2a59ac7..0
--- a/gui-apps/wofi/wofi-.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}" =  ]
-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}

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2022-11-11 Thread Anna Vyalkova
commit: d2ef0a323a6061e6182b72a5d1c3a958f3307eda
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Nov 11 14:07:13 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Nov 11 14:07:23 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2ef0a32

gui-apps/wofi: update Manifest

Closes: https://bugs.gentoo.org/880647
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 gui-apps/wofi/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index e756e5c06..e352cc4f1 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,2 +1,2 @@
-DIST wofi-1.2.3.tar.gz 71417 BLAKE2B 
e54a6a2a7d5cf50282008b82d3950351d7e79c94b2aabb037bb648458010779e6ad3e70a7c5460001d028d3eaf59ffd6f4b508deeb251bf077b9942edc8cc5a3
 SHA512 
4f80c7c482dab4339592b7f1805768a3892c9b301718e31230b152ee7257221d9b3ce33061b4c4fe74068ae0f9960981a0eae588448ef5b34bf679fcbe95b97a
+DIST wofi-1.2.3.tar.gz 71445 BLAKE2B 
38051803d1c902ddf8b8d7053f92c2bf9ce3e10a93ed12c832c108cb1807b12611721a8502edd6ce9b595a2a1486f65ed97f488333e38f0696f2f4fd0b1d6704
 SHA512 
1a7dee1ef6304a1e538977bf34b8fbe91abc811133fa3b9b48a975b42d46142808c364ae7acd4ab5f6c898547b529cfa1579b4fd7cfeb5a9fd93f489ccc491bf
 DIST wofi-1.2.4.tar.gz 71569 BLAKE2B 
6fa2e49da94a6d9e408999e66ec2359368b8298ae647cecad53fbb5cf754eab0db307d3555ebad3d26dff81a494322ed6552c8767697a5159dcc6304af24c4a4
 SHA512 
9c31a57b4fd476e4cc368ae281f18687e43d61167bcc1e883d9988c6e966c128e9aaae3f27ccd33b59e0ac6a3c4a32fc70eecb7a6d259f083b9b7d2ea3f963a6



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2022-11-11 Thread Jack Sangdahl
commit: 8e720253613475d4e387765e52aed7141de80ead
Author: Jack Sangdahl <0x6A73  pm  me>
AuthorDate: Fri Nov 11 08:24:06 2022 +
Commit: Jack Sangdahl <0x6A73  pm  me>
CommitDate: Fri Nov 11 08:24:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e720253

gui-apps/wofi: update Manifest

Signed-off-by: Jack Sangdahl <0x6A73  pm.me>

 gui-apps/wofi/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index d4ca4fc0f..e756e5c06 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,2 +1,2 @@
 DIST wofi-1.2.3.tar.gz 71417 BLAKE2B 
e54a6a2a7d5cf50282008b82d3950351d7e79c94b2aabb037bb648458010779e6ad3e70a7c5460001d028d3eaf59ffd6f4b508deeb251bf077b9942edc8cc5a3
 SHA512 
4f80c7c482dab4339592b7f1805768a3892c9b301718e31230b152ee7257221d9b3ce33061b4c4fe74068ae0f9960981a0eae588448ef5b34bf679fcbe95b97a
-DIST wofi-1.2.4.tar.gz 71538 BLAKE2B 
6ac37adb56b9293eeb0b0b0ad7e9effd68c944aba6c31915505c07ac05bf087fbc2e5dffc8600af2241aaccb7a569e6f431cbe2c6a7b21df7045a6e4e6d6c093
 SHA512 
6ae4b05a8521b8953f2603fe22876ecc55744a10ff510f5275c74a00ebe8ce04694a87b92534b1022a00c935c44d3603a415fca7eb46e28a7319be6e8a561698
+DIST wofi-1.2.4.tar.gz 71569 BLAKE2B 
6fa2e49da94a6d9e408999e66ec2359368b8298ae647cecad53fbb5cf754eab0db307d3555ebad3d26dff81a494322ed6552c8767697a5159dcc6304af24c4a4
 SHA512 
9c31a57b4fd476e4cc368ae281f18687e43d61167bcc1e883d9988c6e966c128e9aaae3f27ccd33b59e0ac6a3c4a32fc70eecb7a6d259f083b9b7d2ea3f963a6



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2021-08-31 Thread Ronny Gutbrod
commit: 1794f2fa068f79f863eec5a244ef869aaeb00a27
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Aug 31 18:48:16 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Aug 31 18:48:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1794f2fa

gui-apps/wofi: Re-generate Manifest.

All generated archives on sr.ht did change on 2021-02-09:


Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 gui-apps/wofi/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index e9b8eb117..d4ca4fc0f 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,2 +1,2 @@
-DIST wofi-1.2.3.tar.gz 71425 BLAKE2B 
88f6911b6fb5cb4a3fcbd6f79e004ceaed1f36b0b236c4ddbd2ef42a6b7eab0319477a5eaa5a7c5935e44793e76e0346455718cec93ca457dfd9ffb76172c21e
 SHA512 
613df12ff3da401d8ca661937cb7a8403ef23ceec328cf45e91b9da8ff6e64f4f669e7052b71c30f4560c975937c18d8912ee55a60bd32ace7498357ab0a8d5a
-DIST wofi-1.2.4.tar.gz 71551 BLAKE2B 
705cd65c7b3a96e87b92feb3ddf367b95ad0a690ad7fa234a8e4a12a137acb0417aab35ffe6efac1a600fbe23c5895d61f38eb41aeb7e685ad750da2bedd1c96
 SHA512 
4eabe6c175e516385b93ddf55b408b0f1ed3bbedc2d5853a3dbd1a4e35a1feb266e649a4c966f3a7a18efaabec758d14787d97a315be7cca86f83aa0f552b2ff
+DIST wofi-1.2.3.tar.gz 71417 BLAKE2B 
e54a6a2a7d5cf50282008b82d3950351d7e79c94b2aabb037bb648458010779e6ad3e70a7c5460001d028d3eaf59ffd6f4b508deeb251bf077b9942edc8cc5a3
 SHA512 
4f80c7c482dab4339592b7f1805768a3892c9b301718e31230b152ee7257221d9b3ce33061b4c4fe74068ae0f9960981a0eae588448ef5b34bf679fcbe95b97a
+DIST wofi-1.2.4.tar.gz 71538 BLAKE2B 
6ac37adb56b9293eeb0b0b0ad7e9effd68c944aba6c31915505c07ac05bf087fbc2e5dffc8600af2241aaccb7a569e6f431cbe2c6a7b21df7045a6e4e6d6c093
 SHA512 
6ae4b05a8521b8953f2603fe22876ecc55744a10ff510f5275c74a00ebe8ce04694a87b92534b1022a00c935c44d3603a415fca7eb46e28a7319be6e8a561698



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2021-05-25 Thread Anna Vyalkova
commit: 643be16aebe297e98255d51093ea0558526ff481
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Mon May 24 19:49:58 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue May 25 08:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=643be16a

gui-apps/wofi: drop 1.2.2

Signed-off-by: Anna Vyalkova  sysrq.in>

 gui-apps/wofi/Manifest  |  1 -
 gui-apps/wofi/wofi-1.2.2.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index 56fe3ea76..e9b8eb117 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,3 +1,2 @@
-DIST wofi-1.2.2.tar.gz 71374 BLAKE2B 
b395c789159685359696078443f3952fd2f164dc8290ed15b6e76e3020446ccbedceb1b433d7b23accc99a21d4225fa91b9e2432c109ed276d1e465c73a30871
 SHA512 
24bf7dcce439450716edc374db8a1f41f86873305f081f880b60d0220370c777c9e585875c74b26aba4b9ba22e683832cb3898b99a7b98c75bfec2d7253b081c
 DIST wofi-1.2.3.tar.gz 71425 BLAKE2B 
88f6911b6fb5cb4a3fcbd6f79e004ceaed1f36b0b236c4ddbd2ef42a6b7eab0319477a5eaa5a7c5935e44793e76e0346455718cec93ca457dfd9ffb76172c21e
 SHA512 
613df12ff3da401d8ca661937cb7a8403ef23ceec328cf45e91b9da8ff6e64f4f669e7052b71c30f4560c975937c18d8912ee55a60bd32ace7498357ab0a8d5a
 DIST wofi-1.2.4.tar.gz 71551 BLAKE2B 
705cd65c7b3a96e87b92feb3ddf367b95ad0a690ad7fa234a8e4a12a137acb0417aab35ffe6efac1a600fbe23c5895d61f38eb41aeb7e685ad750da2bedd1c96
 SHA512 
4eabe6c175e516385b93ddf55b408b0f1ed3bbedc2d5853a3dbd1a4e35a1feb266e649a4c966f3a7a18efaabec758d14787d97a315be7cca86f83aa0f552b2ff

diff --git a/gui-apps/wofi/wofi-1.2.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
deleted file mode 100644
index ab2a59ac7..0
--- a/gui-apps/wofi/wofi-1.2.2.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}" =  ]
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2021-03-28 Thread Andrew Ammerlaan
commit: 86bfa6ab2e3b69eec6877110365c4aae0f962d03
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 10:08:09 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 10:17:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86bfa6ab

gui-apps/wofi: fix filename in SRC_URI

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 gui-apps/wofi/Manifest  | 6 +++---
 gui-apps/wofi/wofi-1.2.2.ebuild | 4 ++--
 gui-apps/wofi/wofi-1.2.3.ebuild | 4 ++--
 gui-apps/wofi/wofi-1.2.4.ebuild | 4 ++--
 gui-apps/wofi/wofi-.ebuild  | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index cb8c75b56..56fe3ea76 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,3 +1,3 @@
-DIST v1.2.2.tar.gz 71374 BLAKE2B 
b395c789159685359696078443f3952fd2f164dc8290ed15b6e76e3020446ccbedceb1b433d7b23accc99a21d4225fa91b9e2432c109ed276d1e465c73a30871
 SHA512 
24bf7dcce439450716edc374db8a1f41f86873305f081f880b60d0220370c777c9e585875c74b26aba4b9ba22e683832cb3898b99a7b98c75bfec2d7253b081c
-DIST v1.2.3.tar.gz 71425 BLAKE2B 
88f6911b6fb5cb4a3fcbd6f79e004ceaed1f36b0b236c4ddbd2ef42a6b7eab0319477a5eaa5a7c5935e44793e76e0346455718cec93ca457dfd9ffb76172c21e
 SHA512 
613df12ff3da401d8ca661937cb7a8403ef23ceec328cf45e91b9da8ff6e64f4f669e7052b71c30f4560c975937c18d8912ee55a60bd32ace7498357ab0a8d5a
-DIST v1.2.4.tar.gz 71551 BLAKE2B 
705cd65c7b3a96e87b92feb3ddf367b95ad0a690ad7fa234a8e4a12a137acb0417aab35ffe6efac1a600fbe23c5895d61f38eb41aeb7e685ad750da2bedd1c96
 SHA512 
4eabe6c175e516385b93ddf55b408b0f1ed3bbedc2d5853a3dbd1a4e35a1feb266e649a4c966f3a7a18efaabec758d14787d97a315be7cca86f83aa0f552b2ff
+DIST wofi-1.2.2.tar.gz 71374 BLAKE2B 
b395c789159685359696078443f3952fd2f164dc8290ed15b6e76e3020446ccbedceb1b433d7b23accc99a21d4225fa91b9e2432c109ed276d1e465c73a30871
 SHA512 
24bf7dcce439450716edc374db8a1f41f86873305f081f880b60d0220370c777c9e585875c74b26aba4b9ba22e683832cb3898b99a7b98c75bfec2d7253b081c
+DIST wofi-1.2.3.tar.gz 71425 BLAKE2B 
88f6911b6fb5cb4a3fcbd6f79e004ceaed1f36b0b236c4ddbd2ef42a6b7eab0319477a5eaa5a7c5935e44793e76e0346455718cec93ca457dfd9ffb76172c21e
 SHA512 
613df12ff3da401d8ca661937cb7a8403ef23ceec328cf45e91b9da8ff6e64f4f669e7052b71c30f4560c975937c18d8912ee55a60bd32ace7498357ab0a8d5a
+DIST wofi-1.2.4.tar.gz 71551 BLAKE2B 
705cd65c7b3a96e87b92feb3ddf367b95ad0a690ad7fa234a8e4a12a137acb0417aab35ffe6efac1a600fbe23c5895d61f38eb41aeb7e685ad750da2bedd1c96
 SHA512 
4eabe6c175e516385b93ddf55b408b0f1ed3bbedc2d5853a3dbd1a4e35a1feb266e649a4c966f3a7a18efaabec758d14787d97a315be7cca86f83aa0f552b2ff

diff --git a/gui-apps/wofi/wofi-1.2.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
index c982631df..ab2a59ac7 100644
--- a/gui-apps/wofi/wofi-1.2.2.ebuild
+++ b/gui-apps/wofi/wofi-1.2.2.ebuild
@@ -9,7 +9,7 @@ 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";
+   SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
 fi
@@ -22,7 +22,7 @@ IUSE="+run +drun +dmenu"
 
 DEPEND="
dev-libs/wayland
-   x11-libs/gtk+[wayland]"
+   x11-libs/gtk+[wayland(-)]"
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 

diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild
index c982631df..ab2a59ac7 100644
--- a/gui-apps/wofi/wofi-1.2.3.ebuild
+++ b/gui-apps/wofi/wofi-1.2.3.ebuild
@@ -9,7 +9,7 @@ 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";
+   SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
 fi
@@ -22,7 +22,7 @@ IUSE="+run +drun +dmenu"
 
 DEPEND="
dev-libs/wayland
-   x11-libs/gtk+[wayland]"
+   x11-libs/gtk+[wayland(-)]"
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 

diff --git a/gui-apps/wofi/wofi-1.2.4.ebuild b/gui-apps/wofi/wofi-1.2.4.ebuild
index c982631df..ab2a59ac7 100644
--- a/gui-apps/wofi/wofi-1.2.4.ebuild
+++ b/gui-apps/wofi/wofi-1.2.4.ebuild
@@ -9,7 +9,7 @@ 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";
+   SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
 fi
@@ -22,7 +22,7 @@ IUSE="+run +drun +dmenu"
 
 DEPEND="
dev-libs/wayland
-   x11-libs/gtk+[wayland]"
+   x11-libs/gtk+[wayland(-)]"
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
index c982631df..ab2a59ac7 100644
--- a/gui-apps/wofi/wofi

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2021-02-09 Thread Matthias Coppens
commit: e373bef560a01671f5d7562111d9efb71326e638
Author: Matthias Coppens  gmail  com>
AuthorDate: Tue Feb  9 11:55:12 2021 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Tue Feb  9 11:55:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e373bef5

gui-apps/wofi: Version bump 1.2.4

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/Manifest | 2 +-
 gui-apps/wofi/{wofi-1.2.1.ebuild => wofi-1.2.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index b45bcfbe..cb8c75b5 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,3 +1,3 @@
-DIST v1.2.1.tar.gz 71338 BLAKE2B 
0c1e4800ab669c9f73b33a751ba116a9f45eade6c2ae3211e65be39f1961b34a51412700f98f7ea77a1bac38d9dcd02c7406e5f46b684980a223e8d638aeb0ad
 SHA512 
b16ffcd83fdaa0029c3a32b08202a31b7ebe29dc0b1ac0cd95b6f7079f4b612db475fbba8751fdf682aeb30acc502f8985289f6b763a44ded3c8b0c0c26afcc7
 DIST v1.2.2.tar.gz 71374 BLAKE2B 
b395c789159685359696078443f3952fd2f164dc8290ed15b6e76e3020446ccbedceb1b433d7b23accc99a21d4225fa91b9e2432c109ed276d1e465c73a30871
 SHA512 
24bf7dcce439450716edc374db8a1f41f86873305f081f880b60d0220370c777c9e585875c74b26aba4b9ba22e683832cb3898b99a7b98c75bfec2d7253b081c
 DIST v1.2.3.tar.gz 71425 BLAKE2B 
88f6911b6fb5cb4a3fcbd6f79e004ceaed1f36b0b236c4ddbd2ef42a6b7eab0319477a5eaa5a7c5935e44793e76e0346455718cec93ca457dfd9ffb76172c21e
 SHA512 
613df12ff3da401d8ca661937cb7a8403ef23ceec328cf45e91b9da8ff6e64f4f669e7052b71c30f4560c975937c18d8912ee55a60bd32ace7498357ab0a8d5a
+DIST v1.2.4.tar.gz 71551 BLAKE2B 
705cd65c7b3a96e87b92feb3ddf367b95ad0a690ad7fa234a8e4a12a137acb0417aab35ffe6efac1a600fbe23c5895d61f38eb41aeb7e685ad750da2bedd1c96
 SHA512 
4eabe6c175e516385b93ddf55b408b0f1ed3bbedc2d5853a3dbd1a4e35a1feb266e649a4c966f3a7a18efaabec758d14787d97a315be7cca86f83aa0f552b2ff

diff --git a/gui-apps/wofi/wofi-1.2.1.ebuild b/gui-apps/wofi/wofi-1.2.4.ebuild
similarity index 100%
rename from gui-apps/wofi/wofi-1.2.1.ebuild
rename to gui-apps/wofi/wofi-1.2.4.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2021-01-18 Thread Matthias Coppens
commit: 725a8067ca0f4b525699f39db31caaa8353d4031
Author: Matthias Coppens  gmail  com>
AuthorDate: Mon Jan 18 14:59:36 2021 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Mon Jan 18 15:00:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=725a8067

gui-apps/wofi: Add USE flags

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/metadata.xml  |  5 +
 gui-apps/wofi/wofi-1.2.1.ebuild | 11 +++
 gui-apps/wofi/wofi-1.2.2.ebuild | 11 +++
 gui-apps/wofi/wofi-1.2.3.ebuild | 11 +++
 gui-apps/wofi/wofi-.ebuild  | 11 +++
 5 files changed, 49 insertions(+)

diff --git a/gui-apps/wofi/metadata.xml b/gui-apps/wofi/metadata.xml
index 2a28f311..f757c20f 100644
--- a/gui-apps/wofi/metadata.xml
+++ b/gui-apps/wofi/metadata.xml
@@ -9,4 +9,9 @@
 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.1.ebuild b/gui-apps/wofi/wofi-1.2.1.ebuild
index eabf32d5..c982631d 100644
--- a/gui-apps/wofi/wofi-1.2.1.ebuild
+++ b/gui-apps/wofi/wofi-1.2.1.ebuild
@@ -18,6 +18,8 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="https://hg.sr.ht/~scoopta/wofi";
 LICENSE="GPL-3"
 
+IUSE="+run +drun +dmenu"
+
 DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland]"
@@ -27,3 +29,12 @@ 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.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
index eabf32d5..c982631d 100644
--- a/gui-apps/wofi/wofi-1.2.2.ebuild
+++ b/gui-apps/wofi/wofi-1.2.2.ebuild
@@ -18,6 +18,8 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="https://hg.sr.ht/~scoopta/wofi";
 LICENSE="GPL-3"
 
+IUSE="+run +drun +dmenu"
+
 DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland]"
@@ -27,3 +29,12 @@ 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.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild
index eabf32d5..c982631d 100644
--- a/gui-apps/wofi/wofi-1.2.3.ebuild
+++ b/gui-apps/wofi/wofi-1.2.3.ebuild
@@ -18,6 +18,8 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="https://hg.sr.ht/~scoopta/wofi";
 LICENSE="GPL-3"
 
+IUSE="+run +drun +dmenu"
+
 DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland]"
@@ -27,3 +29,12 @@ 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-.ebuild b/gui-apps/wofi/wofi-.ebuild
index eabf32d5..c982631d 100644
--- a/gui-apps/wofi/wofi-.ebuild
+++ b/gui-apps/wofi/wofi-.ebuild
@@ -18,6 +18,8 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="https://hg.sr.ht/~scoopta/wofi";
 LICENSE="GPL-3"
 
+IUSE="+run +drun +dmenu"
+
 DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland]"
@@ -27,3 +29,12 @@ 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
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2021-01-18 Thread Matthias Coppens
commit: 7dae45ab1098411b60f63d7bb46dab28b529c0c1
Author: Matthias Coppens  gmail  com>
AuthorDate: Mon Jan 18 14:40:20 2021 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Mon Jan 18 14:40:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dae45ab

gui-apps/wofi: Remove outdated comment

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/wofi-1.2.1.ebuild | 5 +
 gui-apps/wofi/wofi-1.2.2.ebuild | 5 +
 gui-apps/wofi/wofi-1.2.3.ebuild | 5 +
 gui-apps/wofi/wofi-.ebuild  | 5 +
 4 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/gui-apps/wofi/wofi-1.2.1.ebuild b/gui-apps/wofi/wofi-1.2.1.ebuild
index 7e60d284..eabf32d5 100644
--- a/gui-apps/wofi/wofi-1.2.1.ebuild
+++ b/gui-apps/wofi/wofi-1.2.1.ebuild
@@ -1,11 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
-# This makes them impossible to validate, so every version has a live ebuild.
-
 inherit meson
 if [ "${PV}" =  ]
 then

diff --git a/gui-apps/wofi/wofi-1.2.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
index 7e60d284..eabf32d5 100644
--- a/gui-apps/wofi/wofi-1.2.2.ebuild
+++ b/gui-apps/wofi/wofi-1.2.2.ebuild
@@ -1,11 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
-# This makes them impossible to validate, so every version has a live ebuild.
-
 inherit meson
 if [ "${PV}" =  ]
 then

diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild
index 7e60d284..eabf32d5 100644
--- a/gui-apps/wofi/wofi-1.2.3.ebuild
+++ b/gui-apps/wofi/wofi-1.2.3.ebuild
@@ -1,11 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
-# This makes them impossible to validate, so every version has a live ebuild.
-
 inherit meson
 if [ "${PV}" =  ]
 then

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
index 7e60d284..eabf32d5 100644
--- a/gui-apps/wofi/wofi-.ebuild
+++ b/gui-apps/wofi/wofi-.ebuild
@@ -1,11 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
-# This makes them impossible to validate, so every version has a live ebuild.
-
 inherit meson
 if [ "${PV}" =  ]
 then



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-12-17 Thread Matthias Coppens
commit: 2d0e9425e64ddb4b46765e31dc7ae1ce17817d3d
Author: Matthias Coppens  gmail  com>
AuthorDate: Thu Dec 17 14:25:48 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Thu Dec 17 14:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d0e9425

gui-apps/wofi: Use stable tarballs

Upstream fixed their tarballs, now they're stable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/Manifest  |  3 +++
 gui-apps/wofi/wofi-1.2.1.ebuild | 23 ---
 gui-apps/wofi/wofi-1.2.2.ebuild | 23 ---
 gui-apps/wofi/wofi-1.2.3.ebuild | 23 ---
 gui-apps/wofi/wofi-.ebuild  | 23 ---
 5 files changed, 51 insertions(+), 44 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
new file mode 100644
index ..b45bcfbe
--- /dev/null
+++ b/gui-apps/wofi/Manifest
@@ -0,0 +1,3 @@
+DIST v1.2.1.tar.gz 71338 BLAKE2B 
0c1e4800ab669c9f73b33a751ba116a9f45eade6c2ae3211e65be39f1961b34a51412700f98f7ea77a1bac38d9dcd02c7406e5f46b684980a223e8d638aeb0ad
 SHA512 
b16ffcd83fdaa0029c3a32b08202a31b7ebe29dc0b1ac0cd95b6f7079f4b612db475fbba8751fdf682aeb30acc502f8985289f6b763a44ded3c8b0c0c26afcc7
+DIST v1.2.2.tar.gz 71374 BLAKE2B 
b395c789159685359696078443f3952fd2f164dc8290ed15b6e76e3020446ccbedceb1b433d7b23accc99a21d4225fa91b9e2432c109ed276d1e465c73a30871
 SHA512 
24bf7dcce439450716edc374db8a1f41f86873305f081f880b60d0220370c777c9e585875c74b26aba4b9ba22e683832cb3898b99a7b98c75bfec2d7253b081c
+DIST v1.2.3.tar.gz 71425 BLAKE2B 
88f6911b6fb5cb4a3fcbd6f79e004ceaed1f36b0b236c4ddbd2ef42a6b7eab0319477a5eaa5a7c5935e44793e76e0346455718cec93ca457dfd9ffb76172c21e
 SHA512 
613df12ff3da401d8ca661937cb7a8403ef23ceec328cf45e91b9da8ff6e64f4f669e7052b71c30f4560c975937c18d8912ee55a60bd32ace7498357ab0a8d5a

diff --git a/gui-apps/wofi/wofi-1.2.1.ebuild b/gui-apps/wofi/wofi-1.2.1.ebuild
index ea0789e8..7e60d284 100644
--- a/gui-apps/wofi/wofi-1.2.1.ebuild
+++ b/gui-apps/wofi/wofi-1.2.1.ebuild
@@ -6,17 +6,19 @@ EAPI=7
 # Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
 # This makes them impossible to validate, so every version has a live ebuild.
 
-EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
-inherit meson mercurial
-case "${PV}" in
-   "")
-   ;;
-   *)
-   EHG_REVISION="v${PV}"
-esac
+inherit meson
+if [ "${PV}" =  ]
+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";
+   S="${WORKDIR}/${PN}-v${PV}"
+   KEYWORDS="~amd64"
+fi
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
-HOMEPAGE="${EHG_REPO_URI}"
+HOMEPAGE="https://hg.sr.ht/~scoopta/wofi";
 LICENSE="GPL-3"
 
 DEPEND="
@@ -25,7 +27,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-RESTRICT="test"
+RESTRICT="test mirror"
 
 SLOT="0"
-KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-1.2.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
index ea0789e8..7e60d284 100644
--- a/gui-apps/wofi/wofi-1.2.2.ebuild
+++ b/gui-apps/wofi/wofi-1.2.2.ebuild
@@ -6,17 +6,19 @@ EAPI=7
 # Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
 # This makes them impossible to validate, so every version has a live ebuild.
 
-EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
-inherit meson mercurial
-case "${PV}" in
-   "")
-   ;;
-   *)
-   EHG_REVISION="v${PV}"
-esac
+inherit meson
+if [ "${PV}" =  ]
+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";
+   S="${WORKDIR}/${PN}-v${PV}"
+   KEYWORDS="~amd64"
+fi
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
-HOMEPAGE="${EHG_REPO_URI}"
+HOMEPAGE="https://hg.sr.ht/~scoopta/wofi";
 LICENSE="GPL-3"
 
 DEPEND="
@@ -25,7 +27,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-RESTRICT="test"
+RESTRICT="test mirror"
 
 SLOT="0"
-KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild
index ea0789e8..7e60d284 100644
--- a/gui-apps/wofi/wofi-1.2.3.ebuild
+++ b/gui-apps/wofi/wofi-1.2.3.ebuild
@@ -6,17 +6,19 @@ EAPI=7
 # Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
 # This makes them impossible to validate, so every version has a live ebuild.
 
-EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
-inherit meson mercurial
-case "${PV}" in
-   "")
-   ;;
-   *)
-   EHG_REVISION="v${PV}"
-esac
+inherit meson
+if [ "${PV}" =  ]
+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.

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/, app-misc/navi/, gui-apps/swaylock-effects/, sys-fs/diskonaut/, ...

2020-11-22 Thread Matthias Coppens
commit: bf680d5a2a2b70b81dd52caad2ea4298f39a55b5
Author: Matthias Coppens  gmail  com>
AuthorDate: Sun Nov 22 12:32:54 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Sun Nov 22 18:52:16 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf680d5a

Adding upstream information to my metadata files

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 app-misc/navi/metadata.xml |  2 ++
 app-misc/ufetch/metadata.xml   |  4 
 dev-python/asciimatics/metadata.xml|  1 +
 dev-python/ascim/metadata.xml  |  6 ++
 dev-python/colored/metadata.xml|  5 +
 dev-python/pyfiglet/metadata.xml   |  1 +
 dev-python/pyinquirer/metadata.xml |  1 +
 gui-apps/nwg-launchers/metadata.xml|  8 
 gui-apps/swaylock-effects/metadata.xml |  5 +
 gui-apps/wdisplays/metadata.xml| 12 
 gui-apps/wofi/metadata.xml | 12 
 gui-wm/cage/metadata.xml   |  9 +
 media-gfx/memethesis-cli/metadata.xml  | 14 ++
 sys-fs/diskonaut/metadata.xml  |  5 +
 14 files changed, 73 insertions(+), 12 deletions(-)

diff --git a/app-misc/navi/metadata.xml b/app-misc/navi/metadata.xml
index e6cdf1c8..05eb7982 100644
--- a/app-misc/navi/metadata.xml
+++ b/app-misc/navi/metadata.xml
@@ -6,6 +6,8 @@
Matthias Coppens


+https://github.com/denisidoro/navi/issues
+https://github.com/denisidoro/navi#usage
denisidoro/navi

 

diff --git a/app-misc/ufetch/metadata.xml b/app-misc/ufetch/metadata.xml
index 6d0e7e31..46fa0564 100644
--- a/app-misc/ufetch/metadata.xml
+++ b/app-misc/ufetch/metadata.xml
@@ -5,4 +5,8 @@
 coppens.matthias@gmail.com
 Matthias Coppens
 
+
+https://gitlab.com/jschx/ufetch/-/issues
+jschx/ufetch
+
 

diff --git a/dev-python/asciimatics/metadata.xml 
b/dev-python/asciimatics/metadata.xml
index e236e2c2..89cf7a58 100644
--- a/dev-python/asciimatics/metadata.xml
+++ b/dev-python/asciimatics/metadata.xml
@@ -8,6 +8,7 @@
 
 https://asciimatics.readthedocs.io/en/stable/
 peterbrittain/asciimatics
+asciimatics
 https://github.com/peterbrittain/asciimatics/issues
 
 

diff --git a/dev-python/ascim/metadata.xml b/dev-python/ascim/metadata.xml
index 6d0e7e31..41d14a1e 100644
--- a/dev-python/ascim/metadata.xml
+++ b/dev-python/ascim/metadata.xml
@@ -5,4 +5,10 @@
 coppens.matthias@gmail.com
 Matthias Coppens
 
+
+https://github.com/fakefred/ascim#usage
+https://github.com/fakefred/ascim/issues
+fakefred/ascim
+ascim
+
 

diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml
index ab22b87e..ed759ad9 100644
--- a/dev-python/colored/metadata.xml
+++ b/dev-python/colored/metadata.xml
@@ -9,4 +9,9 @@
 Very simple Python library for color and formatting in terminal.
 Collection of color codes and names for 256 color terminal setups.
 
+
+https://gitlab.com/dslackw/colored/-/issues
+dslackw/colored
+colored
+
 

diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml
index ce41288f..741d206c 100644
--- a/dev-python/pyfiglet/metadata.xml
+++ b/dev-python/pyfiglet/metadata.xml
@@ -7,6 +7,7 @@
 
 
 pwaller/pyfiglet
+pyfiglet
 https://github.com/pwaller/pyfiglet/issues
 
 

diff --git a/dev-python/pyinquirer/metadata.xml 
b/dev-python/pyinquirer/metadata.xml
index 30724836..57cbc59d 100644
--- a/dev-python/pyinquirer/metadata.xml
+++ b/dev-python/pyinquirer/metadata.xml
@@ -16,6 +16,7 @@
 
 
 CITGuru/PyInquirer
+PyInquirer
 https://github.com/CITGuru/PyInquirer/issues
 
 

diff --git a/gui-apps/nwg-launchers/metadata.xml 
b/gui-apps/nwg-launchers/metadata.xml
index 4bd3d904..07bbec03 100644
--- a/gui-apps/nwg-launchers/metadata.xml
+++ b/gui-apps/nwg-launchers/metadata.xml
@@ -13,4 +13,12 @@
 Installs nwggrid,
 a GNOME-like application grid.
 
+
+
+Piotr Miller
+nwg.pi...@gmail.com
+
+https://github.com/nwg-piotr/nwg-launchers/issues
+nwg-piotr/nwg-launchers
+
 

diff --git a/gui-apps/swaylock-effects/metadata.xml 
b/gui-apps/swaylock-effects/metadata.xml
index aadb0e3e..fcee6c45 100644
--- a/gui-apps/swaylock-effects/metadata.xml
+++ b/gui-apps/swaylock-effects/metadata.xml
@@ -11,6 +11,11 @@
 Build and install man pages
 
 
+
+Martin Dørum
+martid0...@gmail.com
+
+https://github.com/mortie/swaylock-effects#effects
 mortie/swaylock-effects
 https://github.com/mortie/swaylock-effects/issues
 

diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadat

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-11-13 Thread Matthias Coppens
commit: 17daebeefba23cc2afa96a4f6c0e4c2b2a7a5f4d
Author: Matthias Coppens  gmail  com>
AuthorDate: Fri Nov 13 22:05:11 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Fri Nov 13 22:05:11 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17daebee

gui-apps/wofi: Version bump 1.2.3

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/wofi-1.2.3.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild
new file mode 100644
index ..75951147
--- /dev/null
+++ b/gui-apps/wofi/wofi-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
+# This makes them impossible to validate, so every version has a live ebuild.
+
+EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+inherit meson mercurial
+case "${PV}" in
+   "")
+   ;;
+   *)
+   EHG_REVISION="v${PV}"
+esac
+
+DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
+HOMEPAGE="${EHG_REPO_URI}"
+LICENSE="GPL-3"
+
+DEPEND="
+   dev-libs/wayland
+   x11-libs/gtk+[wayland]"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+SLOT="0"
+KEYWORDS=""



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-11-13 Thread Matthias Coppens
commit: 4704c6ca29345a9f3fc91251adf2748121ed2bc7
Author: Matthias Coppens  gmail  com>
AuthorDate: Fri Nov 13 22:06:55 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Fri Nov 13 22:06:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4704c6ca

gui-apps/wofi: No tests are defined

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/wofi-1.2.1.ebuild | 2 ++
 gui-apps/wofi/wofi-1.2.2.ebuild | 2 ++
 gui-apps/wofi/wofi-1.2.3.ebuild | 2 ++
 gui-apps/wofi/wofi-.ebuild  | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/gui-apps/wofi/wofi-1.2.1.ebuild b/gui-apps/wofi/wofi-1.2.1.ebuild
index 75951147..ea0789e8 100644
--- a/gui-apps/wofi/wofi-1.2.1.ebuild
+++ b/gui-apps/wofi/wofi-1.2.1.ebuild
@@ -25,5 +25,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+RESTRICT="test"
+
 SLOT="0"
 KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-1.2.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
index 75951147..ea0789e8 100644
--- a/gui-apps/wofi/wofi-1.2.2.ebuild
+++ b/gui-apps/wofi/wofi-1.2.2.ebuild
@@ -25,5 +25,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+RESTRICT="test"
+
 SLOT="0"
 KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild
index 75951147..ea0789e8 100644
--- a/gui-apps/wofi/wofi-1.2.3.ebuild
+++ b/gui-apps/wofi/wofi-1.2.3.ebuild
@@ -25,5 +25,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+RESTRICT="test"
+
 SLOT="0"
 KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
index 75951147..ea0789e8 100644
--- a/gui-apps/wofi/wofi-.ebuild
+++ b/gui-apps/wofi/wofi-.ebuild
@@ -25,5 +25,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+RESTRICT="test"
+
 SLOT="0"
 KEYWORDS=""



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-08-27 Thread Matthias Coppens
commit: ced06ae85130d22d410d38509766012607680eba
Author: Matthias Coppens  gmail  com>
AuthorDate: Thu Aug 27 13:55:45 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Thu Aug 27 13:56:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced06ae8

gui-apps/wofi: Version bump 1.2.2

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/{wofi-1.2.ebuild => wofi-1.2.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-apps/wofi/wofi-1.2.ebuild b/gui-apps/wofi/wofi-1.2.2.ebuild
similarity index 100%
rename from gui-apps/wofi/wofi-1.2.ebuild
rename to gui-apps/wofi/wofi-1.2.2.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-08-04 Thread Matthias Coppens
commit: eb9a6abe641fac86467034b05bd485ea457bddf3
Author: Matthias Coppens  gmail  com>
AuthorDate: Tue Aug  4 17:13:50 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Tue Aug  4 17:13:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb9a6abe

gui-apps/wofi: Version bump

Added versions 1.2 and 1.2.1
Removed versions 1.1.1 and 1.1.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/{wofi-1.1.1.ebuild => wofi-1.2.1.ebuild} | 0
 gui-apps/wofi/{wofi-1.1.2.ebuild => wofi-1.2.ebuild}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.2.1.ebuild
similarity index 100%
rename from gui-apps/wofi/wofi-1.1.1.ebuild
rename to gui-apps/wofi/wofi-1.2.1.ebuild

diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.2.ebuild
similarity index 100%
rename from gui-apps/wofi/wofi-1.1.2.ebuild
rename to gui-apps/wofi/wofi-1.2.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-06-30 Thread Matthias Coppens
commit: 9704458d1785e41127bff7ee03fb479307bfcc7a
Author: Matthias Coppens  gmail  com>
AuthorDate: Tue Jun 30 20:20:11 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Tue Jun 30 20:20:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9704458d

gui-apps/wofi: Fixed dependencies

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/wofi-1.1.1.ebuild | 6 ++
 gui-apps/wofi/wofi-1.1.2.ebuild | 6 ++
 gui-apps/wofi/wofi-.ebuild  | 6 ++
 3 files changed, 18 insertions(+)

diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild
index 7f527da..7595114 100644
--- a/gui-apps/wofi/wofi-1.1.1.ebuild
+++ b/gui-apps/wofi/wofi-1.1.1.ebuild
@@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="${EHG_REPO_URI}"
 LICENSE="GPL-3"
 
+DEPEND="
+   dev-libs/wayland
+   x11-libs/gtk+[wayland]"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
 SLOT="0"
 KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild
index 7f527da..7595114 100644
--- a/gui-apps/wofi/wofi-1.1.2.ebuild
+++ b/gui-apps/wofi/wofi-1.1.2.ebuild
@@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="${EHG_REPO_URI}"
 LICENSE="GPL-3"
 
+DEPEND="
+   dev-libs/wayland
+   x11-libs/gtk+[wayland]"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
 SLOT="0"
 KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
index 7f527da..7595114 100644
--- a/gui-apps/wofi/wofi-.ebuild
+++ b/gui-apps/wofi/wofi-.ebuild
@@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots 
based wayland composito
 HOMEPAGE="${EHG_REPO_URI}"
 LICENSE="GPL-3"
 
+DEPEND="
+   dev-libs/wayland
+   x11-libs/gtk+[wayland]"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
 SLOT="0"
 KEYWORDS=""



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-06-30 Thread Andrew Ammerlaan
commit: e269724d1cb73c18ae0d7544c5478c9485746ae4
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jun 30 19:32:46 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun 30 19:32:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e269724d

gui-apps/wofi: remove unused manifest

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 gui-apps/wofi/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
deleted file mode 100644
index b99b663..000
--- a/gui-apps/wofi/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 
ee9b7959afd0d91164046211bf4122e4cb0a04ec2f448f2feb063a87c9b75c7e1be1a53f583432791293ff66ca4552192eda027ef454998cb739d9823db2f0d7
 SHA512 
3c0569c86789f2834879782bf11aed893e1a5334e613cd04676651af36009c61e0cdb5ce197b56c44f434088a9da35f6bbbe65a58a95afdf5a7f4ba637e018df
-DIST wofi-1.1.2.tar.gz 64808 BLAKE2B 
a48fb574a185e1fb93504dc9cd7ab7177871b992918a506507934e9c60c049eb76aed3e7884ca42e63b8fbc7246b27d79ab0882502527d9c22f0b7eb168fe3db
 SHA512 
5edef74d6c6fe64b1024e67a5cfba1820ccc3f09815130bf82c7c726b6c64d9bdd94341096f202ffe6427c910ac632cedc00a7a36c356d45adafa560ec2bbcfe



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-06-29 Thread Matthias Coppens
commit: ccca2b9ebcabf52967df6d438e280e5c62497afb
Author: Matthias Coppens  gmail  com>
AuthorDate: Mon Jun 29 20:14:09 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Mon Jun 29 20:16:37 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccca2b9e

gui-apps/wofi: All versions have live ebuilds now

Upstream timestamps their tarballs, which makes it impossible to
validate them. This is why every ebuild is now a live ebuild.

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/wofi-1.1.1.ebuild | 11 ++-
 gui-apps/wofi/wofi-1.1.2.ebuild | 11 ++-
 gui-apps/wofi/wofi-.ebuild  |  9 +
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild
index 791e0d6..7f527da 100644
--- a/gui-apps/wofi/wofi-1.1.1.ebuild
+++ b/gui-apps/wofi/wofi-1.1.1.ebuild
@@ -3,20 +3,21 @@
 
 EAPI=7
 
+# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
+# This makes them impossible to validate, so every version has a live ebuild.
+
 EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+inherit meson mercurial
 case "${PV}" in
"")
-   inherit mercurial
;;
*)
-   SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-v${PV}"
+   EHG_REVISION="v${PV}"
 esac
-inherit meson
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
 HOMEPAGE="${EHG_REPO_URI}"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild
index 791e0d6..7f527da 100644
--- a/gui-apps/wofi/wofi-1.1.2.ebuild
+++ b/gui-apps/wofi/wofi-1.1.2.ebuild
@@ -3,20 +3,21 @@
 
 EAPI=7
 
+# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
+# This makes them impossible to validate, so every version has a live ebuild.
+
 EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+inherit meson mercurial
 case "${PV}" in
"")
-   inherit mercurial
;;
*)
-   SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-v${PV}"
+   EHG_REVISION="v${PV}"
 esac
-inherit meson
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
 HOMEPAGE="${EHG_REPO_URI}"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
index d9a1fc7..7f527da 100644
--- a/gui-apps/wofi/wofi-.ebuild
+++ b/gui-apps/wofi/wofi-.ebuild
@@ -3,16 +3,17 @@
 
 EAPI=7
 
+# Upstream's tarballs are timestamped 
(https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
+# This makes them impossible to validate, so every version has a live ebuild.
+
 EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+inherit meson mercurial
 case "${PV}" in
"")
-   inherit mercurial
;;
*)
-   SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-v${PV}"
+   EHG_REVISION="v${PV}"
 esac
-inherit meson
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
 HOMEPAGE="${EHG_REPO_URI}"



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-06-29 Thread Andrew Ammerlaan
commit: 859b26f12194f597dd7463ad64a7855c025a3a52
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Jun 29 18:11:33 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jun 29 18:11:33 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=859b26f1

gui-apps/wofi: fix manifest

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 gui-apps/wofi/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
index f0c1ffa..b99b663 100644
--- a/gui-apps/wofi/Manifest
+++ b/gui-apps/wofi/Manifest
@@ -1,2 +1,2 @@
-DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 
41734a348c11317a57604a67e92be1ee26df217587762e39856c15e99c2b65134546cf57f0dc1723fc1d59b23c8f272d4eb246c08891406ff4efd17a6613e93b
 SHA512 
c6bb86b5ef217ff40132e47cd9b4d15e70c365fa8954be7aaeade6cb3326ca2e7276ca975a823c5ad7174c9d409489b47ffc329f4cdd4fb9f4e367bf029cc436
-DIST wofi-1.1.2.tar.gz 64808 BLAKE2B 
e884553c7c92c0810480d22c65cbc5ed654893e87d255fb51d004fc066540ecf6877f1d6c91e83120f37b0050ed188fb05c0bb5381b26f30a534120bdf266a8c
 SHA512 
7422bdcdf7e31adc5c4e1121666aaee03541431d21d968d8648e9b503abd87082945fa9d10f4befdc796b093510cc8482da4fa22ab92e41a64442e3e0a6154be
+DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 
ee9b7959afd0d91164046211bf4122e4cb0a04ec2f448f2feb063a87c9b75c7e1be1a53f583432791293ff66ca4552192eda027ef454998cb739d9823db2f0d7
 SHA512 
3c0569c86789f2834879782bf11aed893e1a5334e613cd04676651af36009c61e0cdb5ce197b56c44f434088a9da35f6bbbe65a58a95afdf5a7f4ba637e018df
+DIST wofi-1.1.2.tar.gz 64808 BLAKE2B 
a48fb574a185e1fb93504dc9cd7ab7177871b992918a506507934e9c60c049eb76aed3e7884ca42e63b8fbc7246b27d79ab0882502527d9c22f0b7eb168fe3db
 SHA512 
5edef74d6c6fe64b1024e67a5cfba1820ccc3f09815130bf82c7c726b6c64d9bdd94341096f202ffe6427c910ac632cedc00a7a36c356d45adafa560ec2bbcfe



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/

2020-06-29 Thread Matthias Coppens
commit: 8c1c0a778ab98a0ff7d1daee471910918152a82f
Author: Matthias Coppens  gmail  com>
AuthorDate: Mon Jun 29 16:28:56 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Mon Jun 29 16:30:48 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1c0a77

gui-apps/wofi: Initial commit

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/Manifest  |  2 ++
 gui-apps/wofi/metadata.xml  |  8 
 gui-apps/wofi/wofi-1.1.1.ebuild | 22 ++
 gui-apps/wofi/wofi-1.1.2.ebuild | 22 ++
 gui-apps/wofi/wofi-.ebuild  | 22 ++
 5 files changed, 76 insertions(+)

diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
new file mode 100644
index 000..f0c1ffa
--- /dev/null
+++ b/gui-apps/wofi/Manifest
@@ -0,0 +1,2 @@
+DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 
41734a348c11317a57604a67e92be1ee26df217587762e39856c15e99c2b65134546cf57f0dc1723fc1d59b23c8f272d4eb246c08891406ff4efd17a6613e93b
 SHA512 
c6bb86b5ef217ff40132e47cd9b4d15e70c365fa8954be7aaeade6cb3326ca2e7276ca975a823c5ad7174c9d409489b47ffc329f4cdd4fb9f4e367bf029cc436
+DIST wofi-1.1.2.tar.gz 64808 BLAKE2B 
e884553c7c92c0810480d22c65cbc5ed654893e87d255fb51d004fc066540ecf6877f1d6c91e83120f37b0050ed188fb05c0bb5381b26f30a534120bdf266a8c
 SHA512 
7422bdcdf7e31adc5c4e1121666aaee03541431d21d968d8648e9b503abd87082945fa9d10f4befdc796b093510cc8482da4fa22ab92e41a64442e3e0a6154be

diff --git a/gui-apps/wofi/metadata.xml b/gui-apps/wofi/metadata.xml
new file mode 100644
index 000..7066f7e
--- /dev/null
+++ b/gui-apps/wofi/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+Matthias Coppens
+coppens.matthias@gmail.com
+  
+

diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild
new file mode 100644
index 000..791e0d6
--- /dev/null
+++ b/gui-apps/wofi/wofi-1.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+case "${PV}" in
+   "")
+   inherit mercurial
+   ;;
+   *)
+   SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-v${PV}"
+esac
+inherit meson
+
+DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
+HOMEPAGE="${EHG_REPO_URI}"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild
new file mode 100644
index 000..791e0d6
--- /dev/null
+++ b/gui-apps/wofi/wofi-1.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+case "${PV}" in
+   "")
+   inherit mercurial
+   ;;
+   *)
+   SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-v${PV}"
+esac
+inherit meson
+
+DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
+HOMEPAGE="${EHG_REPO_URI}"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
new file mode 100644
index 000..d9a1fc7
--- /dev/null
+++ b/gui-apps/wofi/wofi-.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}";
+case "${PV}" in
+   "")
+   inherit mercurial
+   ;;
+   *)
+   SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-v${PV}"
+esac
+inherit meson
+
+DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"
+HOMEPAGE="${EHG_REPO_URI}"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS=""