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 4AB2515803E for ; Thu, 4 Jan 2024 15:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10B42BC02A; Thu, 4 Jan 2024 15:19:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C72B32BC02A for ; Thu, 4 Jan 2024 15:19:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A35434309A for ; Thu, 4 Jan 2024 15:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 921F614C4 for ; Thu, 4 Jan 2024 15:19:46 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1704340336.1969762f240640813a376a080acb37abe4d8cc3c.ceamac@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.4.0.ebuild X-VCS-Directories: gui-apps/hyprpaper/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 1969762f240640813a376a080acb37abe4d8cc3c X-VCS-Branch: master Date: Thu, 4 Jan 2024 15:19:46 +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: 9f2765d4-5dea-445f-906a-eb488cc5983e X-Archives-Hash: 3dbe5790196be51a30bdd75ba7cb1923 commit: 1969762f240640813a376a080acb37abe4d8cc3c Author: Julien Roy jroy ca> AuthorDate: Thu Jan 4 03:52:16 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu Jan 4 03:52:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1969762f gui-apps/hyprpaper: drop 0.4.0 Signed-off-by: Julien Roy jroy.ca> gui-apps/hyprpaper/Manifest | 1 - gui-apps/hyprpaper/hyprpaper-0.4.0.ebuild | 34 ------------------------------- 2 files changed, 35 deletions(-) diff --git a/gui-apps/hyprpaper/Manifest b/gui-apps/hyprpaper/Manifest index 6aa3f63bed..579f560888 100644 --- a/gui-apps/hyprpaper/Manifest +++ b/gui-apps/hyprpaper/Manifest @@ -1,2 +1 @@ -DIST hyprpaper-0.4.0.gh.tar.gz 27092 BLAKE2B f7e10edf6e4f0f23476d872f77c7c4a69e2f563ad0ab30cadc0195a3be7431eb50be5ed53db24087d38a2de4c524e3010396ca59664d022b7b43748a394f2031 SHA512 cdd8aba060ecbe7e0ec5680f285d8fa06cd6cc429251351ac62e4d50b5ac1767b420d64ec6d0ac4a14f877847158b3795f84be0a99e70babbe1c2a6bb285723c DIST hyprpaper-0.5.0.gh.tar.gz 27437 BLAKE2B 7f3a284370f8cfbc9c4fb73c73b4093a934e557bc04c21143946043b9413b17cfb4313be4300bd9853bec1bd73bd3c44bf6511c0be4b734400a707661cfd7f1f SHA512 2f7d57f5b4d90641c638ad83b9a08b03cb436abaaa8c9eafd242f14b76846843309ff729395981d88248854537e320602df09f7c5900de8137d6b7b5bc7272e0 diff --git a/gui-apps/hyprpaper/hyprpaper-0.4.0.ebuild b/gui-apps/hyprpaper/hyprpaper-0.4.0.ebuild deleted file mode 100644 index 8e1fa582b4..0000000000 --- a/gui-apps/hyprpaper/hyprpaper-0.4.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2023 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" - -BDEPEND=" - dev-libs/wayland - dev-libs/wayland-protocols - dev-util/cmake - 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}" -}