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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87892158093 for ; Mon, 20 Sep 2021 09:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D022CE0937; Mon, 20 Sep 2021 09:32:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B96F3E0937 for ; Mon, 20 Sep 2021 09:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A69A342F7B for ; Mon, 20 Sep 2021 09:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF32BD for ; Mon, 20 Sep 2021 09:32:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632129934.20d26ec4086a8964a9eaecc3dd2f6eb74beb62ba.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/grub-customizer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/grub-customizer/grub-customizer-5.1.0.ebuild app-admin/grub-customizer/metadata.xml X-VCS-Directories: app-admin/grub-customizer/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 20d26ec4086a8964a9eaecc3dd2f6eb74beb62ba X-VCS-Branch: dev Date: Mon, 20 Sep 2021 09:32:02 +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: 61c10a18-b052-422d-ba1b-0c40c25a2b53 X-Archives-Hash: 3a7302ed31ba3ec2285e6d48b1421720 Message-ID: <20210920093202.m4XsH86nCkWzpVXq0rvqFdI085OQM4BEyaZAGFRhto0@z> commit: 20d26ec4086a8964a9eaecc3dd2f6eb74beb62ba Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:25:34 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:25:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20d26ec4 app-admin/grub-customizer: fix StaticSrcUri also drop RedundantLongDescription Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-admin/grub-customizer/grub-customizer-5.1.0.ebuild | 5 ++--- app-admin/grub-customizer/metadata.xml | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-admin/grub-customizer/grub-customizer-5.1.0.ebuild b/app-admin/grub-customizer/grub-customizer-5.1.0.ebuild index ac63aa61b..8a9ec5bb0 100644 --- a/app-admin/grub-customizer/grub-customizer-5.1.0.ebuild +++ b/app-admin/grub-customizer/grub-customizer-5.1.0.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 inherit cmake flag-o-matic DESCRIPTION="A graphical grub2 settings manager" HOMEPAGE="https://launchpad.net/grub-customizer" -SRC_URI="https://launchpad.net/grub-customizer/5.1/5.1.0/+download/grub-customizer_5.1.0.tar.gz" +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" -IUSE="" DEPEND="dev-cpp/gtkmm:3.0 dev-libs/openssl diff --git a/app-admin/grub-customizer/metadata.xml b/app-admin/grub-customizer/metadata.xml index 30fb43bb0..516052ae1 100644 --- a/app-admin/grub-customizer/metadata.xml +++ b/app-admin/grub-customizer/metadata.xml @@ -5,9 +5,6 @@ codeswhite@pm.me Max Grinberg - - Grub Customizer is a graphical interface to configure the GRUB2/BURG settings and menuentries - grub-customizer