X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/f9e594bb8d66e662d9ca17da14a08eb81930dd78:/media-sound/regainer/regainer-20170412.ebuild..85c3acfeb32c95403887cb756335a697e8a2617d:/media-sound/regainer/static/gitweb/gitweb.css diff --git a/media-sound/regainer/regainer-20170412.ebuild b/media-sound/regainer/regainer-20170412.ebuild deleted file mode 100644 index 2eb5e40..0000000 --- a/media-sound/regainer/regainer-20170412.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2018 Nick Bowler -# License GPLv3+: GNU General Public License version 3 or later. -# There is NO WARRANTY, to the extent permitted by law. - -EAPI=6 - -PYTHON_COMPAT=( python3_5 ) - -inherit python-r1 - -SHA1=3c1732e20486badfcb13bfd870f109018085aace - -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 () { - python_foreach_impl python_doscript regainer -}