X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/41ed46efe3035a85d95dba2f047cc09610852302:/media-sound/regainer/regainer-20200826-r1.ebuild..acb4bb8a9a76c3f24f8b8ccf38589103fdf3a096:/media-sound/regainer/static/gitweb/gitweb.js diff --git a/media-sound/regainer/regainer-20200826-r1.ebuild b/media-sound/regainer/regainer-20200826-r1.ebuild deleted file mode 100644 index 9b1317c..0000000 --- a/media-sound/regainer/regainer-20200826-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2018,2020 Nick Bowler -# License GPLv3+: GNU General Public License version 3 or any later version. -# This is free software: you are free to change and redistribute it. -# There is NO WARRANTY, to the extent permitted by law. - -EAPI=7 - -PYTHON_COMPAT=( python3_{5..8} ) - -inherit python-r1 - -SHA1=d8c1e9c3d769fbd64953917a183ae9e233bb8f41 - -DESCRIPTION="Simple tool which adds ReplayGain tags to your files" -HOMEPAGE="https://github.com/kepstin/regainer" -SRC_URI="https://github.com/kepstin/$PN/archive/$SHA1.tar.gz -> $P.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="$PYTHON_REQUIRED_USE" - -S=$WORKDIR/$PN-$SHA1 - -RDEPEND="$PYTHON_DEPS - media-libs/mutagen[$PYTHON_USEDEP] - media-video/ffmpeg[encode]" -DEPEND="$PYTHON_DEPS" - -src_install () { - default - - python_foreach_impl python_newscript regainer.py regainer -}