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/Manifest | 6 ++-- 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, 51 insertions(+), 83 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 a1cc6b73c577..04f27fd4f71c 100644 --- a/media-sound/marrie/Manifest +++ b/media-sound/marrie/Manifest @@ -1,4 +1,4 @@ -DIST marrie-0.3.2.tar.gz 7626 BLAKE2B 5adb814f50b850621c19e4be1b60e4dd8f94d44c4ecadc3df6650b49fb16a3f31569a8d17ea7e6359d726a15ec4063ffa22d7815e8a17e3f5340348ade172aef SHA512 da6688e18124f2c95e2dd9846a2578fd2e6312f7e145424f50761eaabdd3c234424921f289b595e8842a9f5e3863a9ef106331c19cec42de9731d12f9584958a -EBUILD marrie-0.3.2-r1.ebuild 1129 BLAKE2B 6cb533a50f0b8bd101040659dbb2bf6058f428b295f1431c72fefb100c1b703480cda5eaa9997d1208182efc0745f79ba86ac11462b838ec54fed1f99c07f1c2 SHA512 c8c206d4f43fea270fa04696a6738d6fc291646d289cfeda2283e10f874bc3a706188d6c7a9f2b7c12d6ce78def5f1017cdd05bad4aef7179146cdebddd69c6b -EBUILD marrie-9999.ebuild 1129 BLAKE2B 6cb533a50f0b8bd101040659dbb2bf6058f428b295f1431c72fefb100c1b703480cda5eaa9997d1208182efc0745f79ba86ac11462b838ec54fed1f99c07f1c2 SHA512 c8c206d4f43fea270fa04696a6738d6fc291646d289cfeda2283e10f874bc3a706188d6c7a9f2b7c12d6ce78def5f1017cdd05bad4aef7179146cdebddd69c6b +DIST marrie-0.4.tar.gz 7775 BLAKE2B 7b68fbdfe35c7e72fe111b44bbabf4e60eb9f6211867184d1f3f7bc7b1c067f99223eea2dd3c7809f041d0a7b5ac80be360d3c14808605f3145b8d39a0a9c7fd SHA512 9ed8677729e7575519f130c1866923e7223dabf07c9c24b9e3f6a70cd5e1e56da2a5d1a34011b73d65c8d8fa4c962f65709883b9444d078d6439769d4afb644b +EBUILD marrie-0.4.ebuild 891 BLAKE2B 25c3c89709bf3a3d9513341a844302ac0c70382c5c5cb7f5734718c4e457a6d657be36ac60a1dfad77738d17bbe3f630ab5cd7f0024c04a72309a388300c322f SHA512 df45a2fae94dab5fc27feaac9adbe4303319edd897a569fb00d6ea2db6738e2ffda2a95c5ad7ef32537a5b1a3dcadd7b674675ca3c68847e137f18a0f005e7b1 +EBUILD marrie-9999.ebuild 891 BLAKE2B 25c3c89709bf3a3d9513341a844302ac0c70382c5c5cb7f5734718c4e457a6d657be36ac60a1dfad77738d17bbe3f630ab5cd7f0024c04a72309a388300c322f SHA512 df45a2fae94dab5fc27feaac9adbe4303319edd897a569fb00d6ea2db6738e2ffda2a95c5ad7ef32537a5b1a3dcadd7b674675ca3c68847e137f18a0f005e7b1 MISC metadata.xml 569 BLAKE2B ea1c6ebe3f298e3dbed792c9bd0f95e6ce147f242aca7495d6ab87ee6850e0fbd1195b88b8fc341a11344f8662c0a49387826eeef67a5ddefe97391ed3898a3f SHA512 29d513b17b49e83d2ab52e5872f94d5a626e8d744faa876dda08932be0f06003f30153712634adbef8313c7c1e7b8d6c58912e84aaeca883b0a479033409b365 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