commit: 65820f80c3fbc7cc89504ad05d168373d5c7bf9c Author: Andre <openrc <AT> posteo <DOT> de> AuthorDate: Mon Nov 4 15:19:38 2024 +0000 Commit: Andre <openrc <AT> posteo <DOT> de> CommitDate: Mon Nov 4 16:32:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65820f80
sys-apps/flashprog: add package Signed-off-by: Andre <openrc <AT> posteo.de> sys-apps/flashprog/flashprog-1.2.ebuild | 8 +------- sys-apps/flashprog/metadata.xml | 16 +++++++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/sys-apps/flashprog/flashprog-1.2.ebuild b/sys-apps/flashprog/flashprog-1.2.ebuild index 18d261e83..a04920110 100644 --- a/sys-apps/flashprog/flashprog-1.2.ebuild +++ b/sys-apps/flashprog/flashprog-1.2.ebuild @@ -1,14 +1,8 @@ EAPI=8 - DESCRIPTION="Utility for identifying, reading, writing, verifying and erasing flash chips." - HOMEPAGE="https://flashprog.org/" - -SRC_URI="https://github.com/SourceArcade/${PN}/archive/refs/tags/v${PV}.tar.gz" - +SRC_URI="https://github.com/SourceArcade/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz LICENSE="GPL-2" - SLOT="0" - KEYWORDS="~amd64" diff --git a/sys-apps/flashprog/metadata.xml b/sys-apps/flashprog/metadata.xml index 9504819d4..f674ae79c 100644 --- a/sys-apps/flashprog/metadata.xml +++ b/sys-apps/flashprog/metadata.xml @@ -1,12 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Andre</name> - </maintainer> - <longdescription> -flashprog is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices. - </longdescription> +<maintainer type="person"> +<email>[email protected]</email> +<name>Andre</name> +</maintainer> +<upstream> +<remote-id type="github">SourceArcade/flashprog</remote-id> +<bugs-to>https://github.com/SourceArcade/flashprog/issues</bugs-to> +</upstream> +<longdescription>flashprog is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.</longdescription> </pkgmetadata>
