Skip to content

Commit

Permalink
media-gfx/stackHDR: updated eclass and added metadata
Browse files Browse the repository at this point in the history
Fixes https://bugs.gentoo.org/717846

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
  • Loading branch information
TheChymera committed Apr 17, 2020
1 parent 93a3811 commit c0e9305
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
3 changes: 3 additions & 0 deletions media-gfx/stackHDR/ChangeLog
@@ -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
15 changes: 15 additions & 0 deletions media-gfx/stackHDR/metadata.xml
@@ -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>
14 changes: 6 additions & 8 deletions 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"
Expand All @@ -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
}

0 comments on commit c0e9305

Please sign in to comment.