From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpicker/
Date: Mon, 30 Dec 2024 16:12:34 +0000 (UTC) [thread overview]
Message-ID: <1735572941.95e27a8eac9e5678ae9a4e347d53865874f8154a.julien@gentoo> (raw)
Message-ID: <20241230161234.3gqmbTwsSpCSa8YVNCNusFgz3TXTlelD-p7-Qlzlkt0@z> (raw)
commit: 95e27a8eac9e5678ae9a4e347d53865874f8154a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 30 15:35:41 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 30 15:35:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95e27a8e
gui-apps/hyprpicker: drop 0.1.1, 0.2.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/hyprpicker/Manifest | 2 --
gui-apps/hyprpicker/hyprpicker-0.1.1.ebuild | 33 -------------------------
gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild | 38 -----------------------------
3 files changed, 73 deletions(-)
diff --git a/gui-apps/hyprpicker/Manifest b/gui-apps/hyprpicker/Manifest
index ff4cd1c9c..abaeab356 100644
--- a/gui-apps/hyprpicker/Manifest
+++ b/gui-apps/hyprpicker/Manifest
@@ -1,3 +1 @@
-DIST hyprpicker-0.1.1.gh.tar.gz 23067 BLAKE2B 984b647ccba57d70bb6b43595c592f33189e90b9edfe0618dacfdfa14bce0307c5c79764e9c4b3b570287f54a1c1bfe3ff0f0337d24ad28fa35b40ab97a861f9 SHA512 6e08411918cf25b92d033f16f76e3004841dc48360a4f1e1d2d436ab2b4361caca0dd0b453c4c498b463606b88615958605e653fa0e501583988e7b2cea68c71
-DIST hyprpicker-0.2.0.gh.tar.gz 24152 BLAKE2B efa16bdf799417e46a314eaaa5fb9fe9571fc122556d85c2981e919a2f76eefc2995f00663d69413567f422a79e602ccbe3c9ff21ca77fa634acc439884427c2 SHA512 307f993f6ae2cd6c5c0a13798a364ce66716c58d794886100eadc215674c605c4989d59ed1a5a23b9de188aa1f1dab86a909dd01b4c8a0f72562ceb7aac26de4
DIST hyprpicker-0.3.0.gh.tar.gz 24591 BLAKE2B 5a2defcc6871a0fe0d6905097a9168934e5a5185b32f22349add43de4f4579d58a4b7f2e089ff42ac55589559575f6a7f923df128c289238dd812068ddfda6e3 SHA512 b6594e492bfaa17d16a6b5f864b939ab94963362575d50fc031145f7d17610e45e43c1c5ce5d098381297ab2089a2502ed69fcd97d11a9e9d8731d2e53359117
diff --git a/gui-apps/hyprpicker/hyprpicker-0.1.1.ebuild b/gui-apps/hyprpicker/hyprpicker-0.1.1.ebuild
deleted file mode 100644
index eb6f01d43..000000000
--- a/gui-apps/hyprpicker/hyprpicker-0.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
-HOMEPAGE="https://github.com/hyprwm/hyprpicker"
-SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- dev-libs/wayland
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- media-libs/libglvnd
- media-libs/libjpeg-turbo
- x11-libs/cairo
- x11-libs/pango
-"
-
-src_compile() {
- emake protocols
- cmake_src_compile
-}
-
-src_install() {
- dobin "${BUILD_DIR}/${PN}"
-}
diff --git a/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild b/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild
deleted file mode 100644
index 6ae449d89..000000000
--- a/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
-HOMEPAGE="https://github.com/hyprwm/hyprpicker"
-SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-libs/wayland
- x11-libs/cairo
- x11-libs/pango
-"
-
-BDEPEND="
- ${RDEPEND}
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- media-libs/libglvnd
- media-libs/libjpeg-turbo
- x11-libs/libxkbcommon
-"
-
-src_compile() {
- emake protocols
- cmake_src_compile
-}
-
-src_install() {
- dobin "${BUILD_DIR}/${PN}"
-}
next reply other threads:[~2024-12-30 16:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-30 15:43 Julien Roy [this message]
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpicker/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2025-02-13 9:12 [gentoo-commits] repo/proj/guru:dev " James McGeehan
2024-12-30 15:43 Julien Roy
2024-08-24 13:44 Michael Zavertkin
2024-07-27 5:51 Takuya Wakazono
2024-07-26 21:22 Philippe-Alexandre Mathieu
2024-06-07 23:48 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-07 23:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-24 5:19 Joe Kappus
2024-05-24 5:19 Joe Kappus
2023-12-31 2:35 Julien Roy
2023-11-12 17:55 Julien Roy
2023-11-12 17:55 Julien Roy
2023-05-30 15:32 Julien Roy
2023-04-20 17:56 Julien Roy
2023-04-20 17:49 Julien Roy
2023-04-20 17:49 Julien Roy
2023-04-16 3:32 Julien Roy
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=1735572941.95e27a8eac9e5678ae9a4e347d53865874f8154a.julien@gentoo \
--to=julien@jroy.ca \
--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