From a03096dd65ce64c4e3a0204a3adbe91e9c1065c4 Mon Sep 17 00:00:00 2001 From: Yifeng Li Date: Mon, 12 Jun 2017 10:35:03 +0800 Subject: [PATCH] media-sound/netease-musicbox: dump to 0.2.4.1 Signed-off-by: Yifeng Li --- .../netease-musicbox-0.2.4.1.ebuild | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 media-sound/netease-musicbox/netease-musicbox-0.2.4.1.ebuild diff --git a/media-sound/netease-musicbox/netease-musicbox-0.2.4.1.ebuild b/media-sound/netease-musicbox/netease-musicbox-0.2.4.1.ebuild new file mode 100644 index 00000000000..49a6be63a37 --- /dev/null +++ b/media-sound/netease-musicbox/netease-musicbox-0.2.4.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_4 python3_5) +PYTHON_REQ_USE="ssl,xml" + +inherit distutils-r1 git-r3 + +DESCRIPTION="NetEase-MusicBox" +HOMEPAGE="https://github.com/darknessomi/musicbox" +EGIT_REPO_URI="https://github.com/darknessomi/musicbox.git" +EGIT_BRANCH="master" + +# The developers of netease-musicbox don't even know how to +# use "git tag" to release a new version, we have to check +# everything in "git log" manually. + +# They have learned how to use "git tag", congrats! +EGIT_COMMIT="${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RDEPEND=" + >=dev-python/requests-2.9.1[${PYTHON_USEDEP}] + >=dev-python/beautifulsoup-4.4.1:4[${PYTHON_USEDEP}] + >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}] + >=dev-python/future-0.15.2[${PYTHON_USEDEP}] + media-sound/mpg123 +" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"