public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/
Date: Mon, 30 Dec 2024 16:12:34 +0000 (UTC)	[thread overview]
Message-ID: <1735573060.52c7944cce319482106d2a5693c191f089b183f4.julien@gentoo> (raw)
Message-ID: <20241230161234.FE6erCB9ddOCZl7HhGK8Slv5zaWFZWPuF6i-Zs9RGHs@z> (raw)

commit:     52c7944cce319482106d2a5693c191f089b183f4
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 30 15:37:40 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 30 15:37:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52c7944c

gui-apps/hyprlock: drop 0.4.1-r2

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/hyprlock/Manifest                 |  1 -
 gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild | 50 ------------------------------
 2 files changed, 51 deletions(-)

diff --git a/gui-apps/hyprlock/Manifest b/gui-apps/hyprlock/Manifest
index 961093723..0cefc9754 100644
--- a/gui-apps/hyprlock/Manifest
+++ b/gui-apps/hyprlock/Manifest
@@ -1,2 +1 @@
-DIST hyprlock-0.4.1.tar.gz 64302 BLAKE2B c6c745b6efa453aa2eff71d65e25c26499ada675c983d62c36c72f1a2ef8e6e4415cf7d53a7e405971366470149a8b40e855923ae7dc86e01e32ff1d257353b5 SHA512 f3831f51a18907e400ba8ab17e16aec7edc25eff207da6cb70b1a06eb1b8312d3061b077cc6ff59d5475bc17322a3f1e47bd9e6adc9041617b8797366eb6d7b5
 DIST hyprlock-0.5.0.tar.gz 67016 BLAKE2B c15491e00c0b3ea04e9d99c399d6803271849f75432ed34b516cbe059582371de357e67077e356eb7d71a7490e010ff2a5333444410023a73598d5ee185f2346 SHA512 c9fc30e20889dc694294ad9ec03c39c7e47fada4972139822b9f9275d04f2de6a9105918eca1369a4c6a3e4f5c6a956675beebbbab688f0d8f13bffccedb5a03

diff --git a/gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild b/gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild
deleted file mode 100644
index 3969bfd73..000000000
--- a/gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Hyprland's GPU-accelerated screen locking utility"
-HOMEPAGE="https://github.com/hyprwm/hyprlock"
-
-if [[ "${PV}" = *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
-else
-	SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-	>=dev-libs/hyprlang-0.4.0
-	>=gui-libs/hyprutils-0.2.0
-	dev-libs/date
-	dev-libs/glib:2
-	dev-libs/wayland
-	media-libs/libglvnd
-	media-libs/libjpeg-turbo:=
-	media-libs/libwebp:=
-	media-libs/mesa[opengl]
-	sys-libs/pam
-	x11-libs/cairo
-	x11-libs/libxkbcommon
-	x11-libs/libdrm
-	x11-libs/pango
-"
-DEPEND="
-	${RDEPEND}
-	dev-libs/wayland-protocols
-"
-
-BDEPEND="
-	dev-util/wayland-scanner
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}/hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch"
-)


             reply	other threads:[~2024-12-30 16:12 UTC|newest]

Thread overview: 22+ 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/hyprlock/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2025-01-13  8:54 [gentoo-commits] repo/proj/guru:dev " Takuya Wakazono
2024-12-30 15:43 Julien Roy
2024-08-30 13:27 Takuya Wakazono
2024-07-26 13:47 Filip Kobierski
2024-07-26 13:35 Filip Kobierski
2024-07-02  1:40 John M. Harris, Jr.
2024-05-27  4:07 Quincy Fleming
2024-05-26 15:50 Takuya Wakazono
2024-05-23 17:45 Gonçalo Negrier Duarte
2024-04-13 17:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 17:12 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-10 12:45 Gonçalo Negrier Duarte
2024-04-10 12:45 Gonçalo Negrier Duarte
2024-03-19 23:55 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-19 23:55 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-24  8:03 Gonçalo Negrier Duarte
2024-02-23 22:17 Gonçalo Negrier Duarte
2024-02-23 22:15 Gonçalo Negrier Duarte
2024-02-23 21:33 Gonçalo Negrier Duarte
2024-02-21 11:46 Gonçalo Negrier Duarte
2024-02-20 23:31 Gonçalo Negrier Duarte
2024-02-20 21:55 Gonçalo Negrier Duarte

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=1735573060.52c7944cce319482106d2a5693c191f089b183f4.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