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 2188A158451 for ; Thu, 11 Jan 2024 11:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FAA6E29D6; Thu, 11 Jan 2024 11:58:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 71010E29D6 for ; Thu, 11 Jan 2024 11:58:01 +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 512C93431F2 for ; Thu, 11 Jan 2024 11:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B6414BE for ; Thu, 11 Jan 2024 11:57:57 +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: <1704891742.ac449e0f38a9ea9c54f3ca10d4b9b381bccec6c4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/grub-customizer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/grub-customizer/Manifest app-admin/grub-customizer/grub-customizer-5.2.4.ebuild X-VCS-Directories: app-admin/grub-customizer/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ac449e0f38a9ea9c54f3ca10d4b9b381bccec6c4 X-VCS-Branch: master Date: Thu, 11 Jan 2024 11:57:57 +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: 4881c00d-50cd-4cb6-8935-2e87a974d873 X-Archives-Hash: 004f05da7b56ca19669c383f2e95c3f3 commit: ac449e0f38a9ea9c54f3ca10d4b9b381bccec6c4 Author: Takuya Wakazono gmail com> AuthorDate: Wed Jan 10 12:15:00 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jan 10 13:02:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac449e0f app-admin/grub-customizer: add 5.2.4 Closes: https://bugs.gentoo.org/921560 Signed-off-by: Takuya Wakazono gmail.com> app-admin/grub-customizer/Manifest | 1 + .../grub-customizer/grub-customizer-5.2.4.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-admin/grub-customizer/Manifest b/app-admin/grub-customizer/Manifest index 2d50cbb5b6..dec85a6f59 100644 --- a/app-admin/grub-customizer/Manifest +++ b/app-admin/grub-customizer/Manifest @@ -1 +1,2 @@ DIST grub-customizer_5.1.0.tar.gz 578046 BLAKE2B 3d32db2523e70968786bd2d6b620ee3a42a312d0b892e38121b8869a155c23aa5ead9219e56e0a84109c0bcf84a4c1f00130a3565c8d28c77b1e23bbf669a2c4 SHA512 d79c7996afd8486483d4460432207dc19315d7377dcfd2fd6a4594e64c6750bbae36f96c395c4a9748d0ff43c6095399d822fc6a23beedbc8769802818dfa11f +DIST grub-customizer_5.2.4.tar.gz 574024 BLAKE2B 0857f007e3cb09f5f9c00a28c4c3547a65f383fb597183d4264d2accf0584b8760911eec9fb8cae03ebddbe2867befbd3e6f026bcc857efb5457e1a89da454d6 SHA512 192daca45129755079e41372841a7d1d1be6018da8a5dbed6aff7b4c611c755c64c63e338a1c979823e4b385b9917dc154525b8ceda2282113339b47fee49d45 diff --git a/app-admin/grub-customizer/grub-customizer-5.2.4.ebuild b/app-admin/grub-customizer/grub-customizer-5.2.4.ebuild new file mode 100644 index 0000000000..5975521050 --- /dev/null +++ b/app-admin/grub-customizer/grub-customizer-5.2.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="A graphical grub2 settings manager" +HOMEPAGE="https://launchpad.net/grub-customizer" +SRC_URI="https://launchpad.net/grub-customizer/$(ver_cut 1-2)/${PV}/+download/grub-customizer_${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-arch/libarchive:= + dev-cpp/gtkmm:3.0 + dev-libs/openssl:= +" +RDEPEND=" + ${DEPEND} + sys-apps/hwinfo +" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + cmake_src_prepare + gunzip misc/manpage.gz || die + sed -i -e 's/manpage.gz/manpage/' -e 's/\(grub-customizer.1\).gz/\1/' CMakeLists.txt || die +}