diff --git a/media-gfx/stackHDR/ChangeLog b/media-gfx/stackHDR/ChangeLog new file mode 100644 index 0000000..f0a0b61 --- /dev/null +++ b/media-gfx/stackHDR/ChangeLog @@ -0,0 +1,3 @@ + 17 Apr 2020; +metadata.xml, stackHDR-9999.ebuild: + media-gfx/stackHDR: updated eclass and added metadata Fixes + https://bugs.gentoo.org/717846 diff --git a/media-gfx/stackHDR/metadata.xml b/media-gfx/stackHDR/metadata.xml new file mode 100644 index 0000000..cb05505 --- /dev/null +++ b/media-gfx/stackHDR/metadata.xml @@ -0,0 +1,15 @@ + + + + + chr@chymera.eu + Horea Christian + + + StackHDR is a script which helps you create HDR files from bracketed + shots in one simple command. + + + TheChymera/stackHDR + + diff --git a/media-gfx/stackHDR/stackHDR-9999.ebuild b/media-gfx/stackHDR/stackHDR-9999.ebuild index df17c08..ef75ae4 100644 --- a/media-gfx/stackHDR/stackHDR-9999.ebuild +++ b/media-gfx/stackHDR/stackHDR-9999.ebuild @@ -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 }