summaryrefslogtreecommitdiff
path: root/media-sound/marrie
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /media-sound/marrie
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'media-sound/marrie')
-rw-r--r--media-sound/marrie/Manifest4
-rw-r--r--media-sound/marrie/marrie-0.4.ebuild23
-rw-r--r--media-sound/marrie/marrie-9999.ebuild23
3 files changed, 16 insertions, 34 deletions
diff --git a/media-sound/marrie/Manifest b/media-sound/marrie/Manifest
index 196e448f7af3..2195f832c63e 100644
--- a/media-sound/marrie/Manifest
+++ b/media-sound/marrie/Manifest
@@ -1,4 +1,4 @@
DIST marrie-0.4.tar.gz 7775 BLAKE2B 7b68fbdfe35c7e72fe111b44bbabf4e60eb9f6211867184d1f3f7bc7b1c067f99223eea2dd3c7809f041d0a7b5ac80be360d3c14808605f3145b8d39a0a9c7fd SHA512 9ed8677729e7575519f130c1866923e7223dabf07c9c24b9e3f6a70cd5e1e56da2a5d1a34011b73d65c8d8fa4c962f65709883b9444d078d6439769d4afb644b
-EBUILD marrie-0.4.ebuild 880 BLAKE2B 4791ea7a320c067abae8dcae04cf46f4e5b4d59a279a099528d177cd0b34e55c38d712a8b095d19c1d904a741aa434bf07857c01ee261740aeaf6da1985ee1c5 SHA512 e56680d489ef2bcef3044b4ff7c189183d90626091d44851ce7a4d76bc451309267781d467e47736556f0f0096d660b21d07897fc7e0f0e91a3956e4fac45103
-EBUILD marrie-9999.ebuild 880 BLAKE2B 4791ea7a320c067abae8dcae04cf46f4e5b4d59a279a099528d177cd0b34e55c38d712a8b095d19c1d904a741aa434bf07857c01ee261740aeaf6da1985ee1c5 SHA512 e56680d489ef2bcef3044b4ff7c189183d90626091d44851ce7a4d76bc451309267781d467e47736556f0f0096d660b21d07897fc7e0f0e91a3956e4fac45103
+EBUILD marrie-0.4.ebuild 751 BLAKE2B 9e9fbb3e5de75847d714a0afa059ac5752e7dca7208c6d769ac665343d42dbc9bfd8b79456462310876151b5066568346f328373fa5506714af90172c91c9c46 SHA512 5531fd1469c0c05b5710aa403094b8011fe8df57e71c99dfa78cf80d6746bb49af2c534dbed0d165d60ac44e757ce029ff75b353b3e2a5460962dab309dd6809
+EBUILD marrie-9999.ebuild 751 BLAKE2B 9e9fbb3e5de75847d714a0afa059ac5752e7dca7208c6d769ac665343d42dbc9bfd8b79456462310876151b5066568346f328373fa5506714af90172c91c9c46 SHA512 5531fd1469c0c05b5710aa403094b8011fe8df57e71c99dfa78cf80d6746bb49af2c534dbed0d165d60ac44e757ce029ff75b353b3e2a5460962dab309dd6809
MISC metadata.xml 479 BLAKE2B 0ddc1860004de05f492636bd0a7b57e683ee07be026a4b5509d4e2c959e4a9d6b3114fec0dc5ffdc958f8b4359fcb9ad09156f2b20a23f5613a308949746827d SHA512 e4df2008d83fe62532c1a1b03d4058aa7d4f7b67024aaf34d5c5d76aaf32baf01f56d90c5864fb4b3787f3828addbd75fba79b4dfb63149bd4eb3e046ad0ce87
diff --git a/media-sound/marrie/marrie-0.4.ebuild b/media-sound/marrie/marrie-0.4.ebuild
index 5e26f9cf5c9b..a1e727f450c9 100644
--- a/media-sound/marrie/marrie-0.4.ebuild
+++ b/media-sound/marrie/marrie-0.4.ebuild
@@ -4,35 +4,26 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
-GIT_ECLASS=""
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-r3"
+if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
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"
-if [[ ${PV} = *9999* ]]; then
- SRC_URI=""
-else
- KEYWORDS="~amd64 ~x86"
-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"
diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild
index 5e26f9cf5c9b..a1e727f450c9 100644
--- a/media-sound/marrie/marrie-9999.ebuild
+++ b/media-sound/marrie/marrie-9999.ebuild
@@ -4,35 +4,26 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
-GIT_ECLASS=""
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-r3"
+if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
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"
-if [[ ${PV} = *9999* ]]; then
- SRC_URI=""
-else
- KEYWORDS="~amd64 ~x86"
-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"