1
0
Fork 0

media-gfx/stackHDR: updated eclass and added metadata

Fixes https://bugs.gentoo.org/717846

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-04-17 06:21:45 -04:00
parent 93a38110b9
commit c0e9305dfd
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 24 additions and 8 deletions

View File

@ -0,0 +1,3 @@
17 Apr 2020; <chymera@gentoo.org> +metadata.xml, stackHDR-9999.ebuild:
media-gfx/stackHDR: updated eclass and added metadata Fixes
https://bugs.gentoo.org/717846

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
StackHDR is a script which helps you create HDR files from bracketed
shots in one simple command.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/stackHDR</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,15 +1,14 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3
# Author: Horea Christian
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
EAPI="7"
inherit git-2
inherit git-r3
RESTRICT="strip"
DESCRIPTION="Integrated processing for exposure-bracketed images"
HOMEPAGE="https://github.com/TheChymera/${PN}"
HOMEPAGE="https://github.com/TheChymera/stackHDR"
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
LICENSE="GPL-3"
@ -22,8 +21,7 @@ RDEPEND="app-shells/bash
media-gfx/hugin
media-gfx/ufraw"
src_install() {
exeinto /usr/bin/
exeinto /usr/bin/
newexe "${S}"/stackHDR.sh stackHDR
}