From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EB0B158083 for ; Sat, 31 Aug 2024 13:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43B70E29E8; Sat, 31 Aug 2024 13:06:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2939AE29E8 for ; Sat, 31 Aug 2024 13:06:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DDFE343101 for ; Sat, 31 Aug 2024 13:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B3201F2C for ; Sat, 31 Aug 2024 13:05:59 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725023833.a09ace7ee9a66ba23f3695950251fd402fe721b7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpaper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprpaper/Manifest gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild X-VCS-Directories: gui-apps/hyprpaper/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a09ace7ee9a66ba23f3695950251fd402fe721b7 X-VCS-Branch: master Date: Sat, 31 Aug 2024 13:05:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b32bf46-123c-46c9-aa8e-91fa4c48dc24 X-Archives-Hash: cc6cffa4e8283710a42411a3bb48b51e commit: a09ace7ee9a66ba23f3695950251fd402fe721b7 Author: Takuya Wakazono gmail com> AuthorDate: Fri Aug 30 13:16:51 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Aug 30 13:17:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a09ace7e gui-apps/hyprpaper: drop 0.6.0-r1 Signed-off-by: Takuya Wakazono gmail.com> gui-apps/hyprpaper/Manifest | 1 - gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild | 40 ---------------------------- 2 files changed, 41 deletions(-) diff --git a/gui-apps/hyprpaper/Manifest b/gui-apps/hyprpaper/Manifest index fe43510ec..ecefb3392 100644 --- a/gui-apps/hyprpaper/Manifest +++ b/gui-apps/hyprpaper/Manifest @@ -1,2 +1 @@ -DIST hyprpaper-0.6.0.gh.tar.gz 28122 BLAKE2B 4a70873f06080c73abb0ad4bf3156b710f710a5c832c59a96245561f7ff9a4f6260deebd7a69cef9a523cccd3572a3b2863ef833e23f0b4daf849469ef467715 SHA512 78a6c885ab451026e619eb3c710dc39fcabbf1230bef8b3346d1817fde13c7bdb38acd108f47d814098294d718efbbd227c4955632d2e291d155c0196ca949cd DIST hyprpaper-0.7.0.gh.tar.gz 29724 BLAKE2B 229059246551a327ab1c256061734234688b24aeaa663634bac7057f62d83584d2b8d5d8bfc63abdd996a5345243e162024b271095fb624648e2540ecb0f2bed SHA512 6d449230e830bf0b3a0341d249686758feefc30e91b2d72ba7503b8f46543d6d89b63578ed610f1e3d8e5f99370ad3d36e0c7f4d3c90a8ff71bd193153353ae4 diff --git a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild deleted file mode 100644 index 158b02cb6..000000000 --- a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A blazing fast wayland wallpaper utility" -HOMEPAGE="https://github.com/hyprwm/hyprpaper" -SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-libs/hyprlang:= - dev-libs/wayland - dev-libs/wayland-protocols - dev-util/wayland-scanner - dev-vcs/git -" -RDEPEND=" - ${DEPEND} - gui-libs/wlroots - media-libs/libglvnd - media-libs/libjpeg-turbo - media-libs/libwebp - x11-libs/cairo - x11-libs/pango -" - -src_compile() { - emake protocols - cmake_src_compile -} - -src_install() { - dobin "${BUILD_DIR}/${PN}" -}