From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/
Date: Sun, 28 Mar 2021 10:17:47 +0000 (UTC) [thread overview]
Message-ID: <1616926663.86bfa6ab2e3b69eec6877110365c4aae0f962d03.andrewammerlaan@gentoo> (raw)
commit: 86bfa6ab2e3b69eec6877110365c4aae0f962d03
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:08:09 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:43 2021 +0000
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 <andrewammerlaan <AT> 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-9999.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-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild
index c982631df..ab2a59ac7 100644
--- a/gui-apps/wofi/wofi-9999.ebuild
+++ b/gui-apps/wofi/wofi-9999.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"
next reply other threads:[~2021-03-28 10:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-28 10:17 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-14 7:33 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/ Anna Vyalkova
2022-11-11 14:13 Anna Vyalkova
2022-11-11 8:25 Jack Sangdahl
2021-08-31 18:52 Ronny Gutbrod
2021-05-25 8:10 Anna Vyalkova
2021-02-09 11:55 Matthias Coppens
2021-01-18 15:01 Matthias Coppens
2021-01-18 14:41 Matthias Coppens
2020-12-17 14:36 Matthias Coppens
2020-11-13 22:07 Matthias Coppens
2020-11-13 22:07 Matthias Coppens
2020-08-27 13:56 Matthias Coppens
2020-08-04 17:14 Matthias Coppens
2020-06-30 20:23 Matthias Coppens
2020-06-30 19:32 Andrew Ammerlaan
2020-06-29 20:17 Matthias Coppens
2020-06-29 18:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-29 18:11 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-29 16:32 Matthias Coppens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1616926663.86bfa6ab2e3b69eec6877110365c4aae0f962d03.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox