app-misc/RTbatch: updated ebuild
Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
cb02b51fa3
commit
d7f8e92ad9
2
app-misc/RTbatch/ChangeLog
Normal file
2
app-misc/RTbatch/ChangeLog
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
24 Mar 2020; <chymera@gentoo.org> +metadata.xml, RTbatch-9999.ebuild:
|
||||||
|
app-misc/RTbatch: updated ebuild
|
@ -1,17 +1,17 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v3
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=5
|
EAPI=5
|
||||||
|
|
||||||
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
|
PYTHON_COMPAT=( python3_{6,7} )
|
||||||
|
|
||||||
inherit python-r1 git-2
|
inherit python-r1 git-r3
|
||||||
|
|
||||||
DESCRIPTION="Helper Functions for TheChymera's python scripts"
|
DESCRIPTION="Python script for batch porcessing in RawTherapee."
|
||||||
HOMEPAGE="https://github.com/TheChymera/RTbatch"
|
HOMEPAGE="https://github.com/TheChymera/RTbatch"
|
||||||
EGIT_REPO_URI="https://github.com/TheChymera/RTbatch.git"
|
EGIT_REPO_URI="https://github.com/TheChymera/RTbatch.git"
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
|
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENSE="LPPL-1.3 BSD"
|
LICENSE="LPPL-1.3 BSD"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@ -25,5 +25,3 @@ src_install() {
|
|||||||
python_foreach_impl python_domodule "${S}"/RTbatch.py
|
python_foreach_impl python_domodule "${S}"/RTbatch.py
|
||||||
python_foreach_impl python_newscript "${S}"/RTbatch_cli.py RTbatch_cli
|
python_foreach_impl python_newscript "${S}"/RTbatch_cli.py RTbatch_cli
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
19
app-misc/RTbatch/metadata.xml
Normal file
19
app-misc/RTbatch/metadata.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?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">
|
||||||
|
Python script for batch porcessing in RawTherapee, which can
|
||||||
|
currenly process one file while iterating through a list of
|
||||||
|
profiles, and generate useful template code for publishing
|
||||||
|
resulting images on Octopress. RTbatch also supports automated
|
||||||
|
creation of optimized mini images for web previews, all
|
||||||
|
customizable from within the command line.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">TheChymera/RTbatch</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user