app-admin/grub-customizer: fix StaticSrcUri

also drop RedundantLongDescription

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan 2021-09-20 11:25:34 +02:00
parent 3964f61b15
commit 20d26ec408
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
2 changed files with 2 additions and 6 deletions

View File

@ -1,18 +1,17 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="8" EAPI=8
inherit cmake flag-o-matic inherit cmake flag-o-matic
DESCRIPTION="A graphical grub2 settings manager" DESCRIPTION="A graphical grub2 settings manager"
HOMEPAGE="https://launchpad.net/grub-customizer" 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" LICENSE="GPL-3"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-cpp/gtkmm:3.0 DEPEND="dev-cpp/gtkmm:3.0
dev-libs/openssl dev-libs/openssl

View File

@ -5,9 +5,6 @@
<email>codeswhite@pm.me</email> <email>codeswhite@pm.me</email>
<name>Max Grinberg</name> <name>Max Grinberg</name>
</maintainer> </maintainer>
<longdescription lang="en">
Grub Customizer is a graphical interface to configure the GRUB2/BURG settings and menuentries
</longdescription>
<upstream> <upstream>
<remote-id type="launchpad">grub-customizer</remote-id> <remote-id type="launchpad">grub-customizer</remote-id>
</upstream> </upstream>