diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest index 1c58e5afa3..c8b861f896 100644 --- a/gui-apps/hyprsunset/Manifest +++ b/gui-apps/hyprsunset/Manifest @@ -1,2 +1 @@ -DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db DIST hyprsunset-0.2.0.tar.gz 11336 BLAKE2B 9ccea684c128092a0b3c42ebcb71c72bc09eab9a584a6a1171aa7ac74dda97cb9d65d682ad1ed85f9ad73d25200057f78b332f5e3f3681722bacf2a7906e51be SHA512 dc88c0d8895f9eca6d73adbc642bfa7301e1cf9cd20f10e9b4eb35758d73ab1cd1f5daa46ea2390abd35a3793fb461657783a4594982d07515b5f2b0d5470e3b diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild deleted file mode 100644 index 7734562973..0000000000 --- a/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit cmake - -DESCRIPTION="An application to enable a blue-light filter on Hyprland" -HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset" -SRC_URI="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - gui-wm/hyprland:= - dev-libs/wayland - >=gui-libs/hyprutils-0.2.3:= -" - -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols - >=dev-libs/hyprland-protocols-0.4.0 - >=dev-util/hyprwayland-scanner-0.4.0 - dev-util/wayland-scanner -" - -BDEPEND=" - virtual/pkgconfig -"