From 0704956f7256f1f618cc5e03af2c1dbd0e83dbc5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Jan 2020 16:18:18 +0000 Subject: gentoo resync : 16.01.2020 --- media-sound/marrie/marrie-9999.ebuild | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) (limited to 'media-sound/marrie/marrie-9999.ebuild') diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild index c44c712b03f4..128c50ca86f9 100644 --- a/media-sound/marrie/marrie-9999.ebuild +++ b/media-sound/marrie/marrie-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python2_7 ) +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7} ) GIT_ECLASS="" if [[ ${PV} = *9999* ]]; then @@ -25,32 +26,15 @@ fi LICENSE="BSD" SLOT="0" -IUSE="doc" - -RDEPEND=" - dev-python/setuptools - >=dev-python/feedparser-5.1.3" -DEPEND="${RDEPEND} - doc? ( dev-python/docutils )" - -src_compile() { - distutils-r1_src_compile - if use doc; then - rst2html.py README.rst marrie.html || die "rst2html.py failed" - fi -} +IUSE="" -src_install() { - distutils-r1_src_install - if use doc; then - dohtml marrie.html - fi -} +RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" pkg_postinst() { distutils-r1_pkg_postinst elog elog "You'll need a media player and a file downloader." - elog "Recommended packages: net-misc/wget and media-video/mplayer" + elog "Recommended packages: net-misc/wget and media-video/mpv" elog } -- cgit v1.2.3