From f72505a69bdc84031f5561b8eff79847fbece12f Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Wed, 15 Jan 2020 21:25:25 +0100 Subject: media-sound/marrie: version bump. update live ebuild Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Rafael Martins --- media-sound/marrie/Manifest | 2 +- media-sound/marrie/marrie-0.3.2-r1.ebuild | 56 ------------------------------- media-sound/marrie/marrie-0.4.ebuild | 40 ++++++++++++++++++++++ media-sound/marrie/marrie-9999.ebuild | 32 +++++------------- 4 files changed, 49 insertions(+), 81 deletions(-) delete mode 100644 media-sound/marrie/marrie-0.3.2-r1.ebuild create mode 100644 media-sound/marrie/marrie-0.4.ebuild (limited to 'media-sound/marrie') diff --git a/media-sound/marrie/Manifest b/media-sound/marrie/Manifest index 9d9d360f2f37..fce580437bd5 100644 --- a/media-sound/marrie/Manifest +++ b/media-sound/marrie/Manifest @@ -1 +1 @@ -DIST marrie-0.3.2.tar.gz 7626 BLAKE2B 5adb814f50b850621c19e4be1b60e4dd8f94d44c4ecadc3df6650b49fb16a3f31569a8d17ea7e6359d726a15ec4063ffa22d7815e8a17e3f5340348ade172aef SHA512 da6688e18124f2c95e2dd9846a2578fd2e6312f7e145424f50761eaabdd3c234424921f289b595e8842a9f5e3863a9ef106331c19cec42de9731d12f9584958a +DIST marrie-0.4.tar.gz 7775 BLAKE2B 7b68fbdfe35c7e72fe111b44bbabf4e60eb9f6211867184d1f3f7bc7b1c067f99223eea2dd3c7809f041d0a7b5ac80be360d3c14808605f3145b8d39a0a9c7fd SHA512 9ed8677729e7575519f130c1866923e7223dabf07c9c24b9e3f6a70cd5e1e56da2a5d1a34011b73d65c8d8fa4c962f65709883b9444d078d6439769d4afb644b diff --git a/media-sound/marrie/marrie-0.3.2-r1.ebuild b/media-sound/marrie/marrie-0.3.2-r1.ebuild deleted file mode 100644 index c44c712b03f4..000000000000 --- a/media-sound/marrie/marrie-0.3.2-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -GIT_ECLASS="" -if [[ ${PV} = *9999* ]]; then - GIT_ECLASS="git-r3" - EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" -fi - -inherit distutils-r1 ${GIT_ECLASS} - -DESCRIPTION="A simple podcast client that runs on the Command Line Interface" -HOMEPAGE="https://github.com/rafaelmartins/marrie" - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" -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 -} - -src_install() { - distutils-r1_src_install - if use doc; then - dohtml marrie.html - fi -} - -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 -} diff --git a/media-sound/marrie/marrie-0.4.ebuild b/media-sound/marrie/marrie-0.4.ebuild new file mode 100644 index 000000000000..128c50ca86f9 --- /dev/null +++ b/media-sound/marrie/marrie-0.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7} ) + +GIT_ECLASS="" +if [[ ${PV} = *9999* ]]; then + GIT_ECLASS="git-r3" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" +fi + +inherit distutils-r1 ${GIT_ECLASS} + +DESCRIPTION="A simple podcast client that runs on the Command Line Interface" +HOMEPAGE="https://github.com/rafaelmartins/marrie" + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="" + +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/mpv" + elog +} 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-65-gdbad