diff --git a/app-misc/RTbatch/ChangeLog b/app-misc/RTbatch/ChangeLog deleted file mode 100644 index 197d598..0000000 --- a/app-misc/RTbatch/ChangeLog +++ /dev/null @@ -1,5 +0,0 @@ - 09 Jul 2021; RTbatch-9999.ebuild: - app-misc/RTbatch: EAPI and Python bump - - 24 Mar 2020; +metadata.xml, RTbatch-9999.ebuild: - app-misc/RTbatch: updated ebuild diff --git a/app-misc/RTbatch/RTbatch-9999.ebuild b/app-misc/RTbatch/RTbatch-9999.ebuild deleted file mode 100644 index 278e014..0000000 --- a/app-misc/RTbatch/RTbatch-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit python-r1 git-r3 - -DESCRIPTION="Python script for batch porcessing in RawTherapee." -HOMEPAGE="https://github.com/TheChymera/RTbatch" -EGIT_REPO_URI="https://github.com/TheChymera/RTbatch.git" -SRC_URI="" - -SLOT="0" -LICENSE="LPPL-1.3 BSD" -KEYWORDS="~amd64" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" -RDEPEND="dev-python/pandas" - -src_install() { - python_foreach_impl python_optimize . - python_foreach_impl python_domodule "${S}"/RTbatch.py - python_foreach_impl python_newscript "${S}"/RTbatch_cli.py RTbatch_cli -} diff --git a/app-misc/RTbatch/metadata.xml b/app-misc/RTbatch/metadata.xml deleted file mode 100644 index b43aac3..0000000 --- a/app-misc/RTbatch/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - chr@chymera.eu - Horea Christian - - - 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. - - - TheChymera/RTbatch - -