* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-soundcloud/
@ 2015-07-01 0:25 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-07-01 0:25 UTC (permalink / raw
To: gentoo-commits
commit: e8b945a4b45415d453d8b8fe3b752eea2e841729
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 1 00:23:56 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jul 1 00:23:56 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e8b945a4
[media-plugins/mopidy-soundcloud] Initial version.
Package-Manager: portage-2.2.20
media-plugins/mopidy-soundcloud/Manifest | 1 +
media-plugins/mopidy-soundcloud/metadata.xml | 8 ++++++
.../mopidy-soundcloud-2.0.0.ebuild | 29 ++++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/media-plugins/mopidy-soundcloud/Manifest b/media-plugins/mopidy-soundcloud/Manifest
new file mode 100644
index 0000000..36835cf
--- /dev/null
+++ b/media-plugins/mopidy-soundcloud/Manifest
@@ -0,0 +1 @@
+DIST mopidy-soundcloud-2.0.0.tar.gz 56161 SHA256 e7e0e44d9f815dfc015f18f3e8272ca18a9e8bf18c935a6406f9b54e750ae96d SHA512 2faf6e082fc62ef2b301b1190278307794d77fba7eef18a79bf19615c3120d363b003d245d522e4f4a663fe8c6a742576a43250937c1ba95d1cb95252e2a2232 WHIRLPOOL 80e7b55421b43131f94643de82bc9a9fd89b9e7d97a63923b72c9a5631dd91355e7b5c4940582f827928eee6168f9cba49569fa2628c67100c53454f9d0c385a
diff --git a/media-plugins/mopidy-soundcloud/metadata.xml b/media-plugins/mopidy-soundcloud/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/media-plugins/mopidy-soundcloud/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.0.ebuild b/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.0.ebuild
new file mode 100644
index 0000000..62db810
--- /dev/null
+++ b/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit vcs-snapshot distutils-r1
+
+DESCRIPTION="Mopidy extension for playing music from SoundCloud"
+HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-soundcloud"
+SRC_URI="https://github.com/mopidy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+ media-sound/mopidy[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}] )
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ py.test || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-soundcloud/
@ 2015-10-11 12:19 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-10-11 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 990d887af6fdb8e662c4fd17c93379c20ce3b1a0
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 12:19:38 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 12:19:38 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=990d887a
media-plugins/mopidy-soundcloud: Version bump. Remove old
Package-Manager: portage-2.2.23
media-plugins/mopidy-soundcloud/Manifest | 2 +-
.../{mopidy-soundcloud-2.0.0.ebuild => mopidy-soundcloud-2.0.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/mopidy-soundcloud/Manifest b/media-plugins/mopidy-soundcloud/Manifest
index 36835cf..20f49d6 100644
--- a/media-plugins/mopidy-soundcloud/Manifest
+++ b/media-plugins/mopidy-soundcloud/Manifest
@@ -1 +1 @@
-DIST mopidy-soundcloud-2.0.0.tar.gz 56161 SHA256 e7e0e44d9f815dfc015f18f3e8272ca18a9e8bf18c935a6406f9b54e750ae96d SHA512 2faf6e082fc62ef2b301b1190278307794d77fba7eef18a79bf19615c3120d363b003d245d522e4f4a663fe8c6a742576a43250937c1ba95d1cb95252e2a2232 WHIRLPOOL 80e7b55421b43131f94643de82bc9a9fd89b9e7d97a63923b72c9a5631dd91355e7b5c4940582f827928eee6168f9cba49569fa2628c67100c53454f9d0c385a
+DIST mopidy-soundcloud-2.0.1.tar.gz 56149 SHA256 2d7d736a195af9199493bd8425fed9a39ee97bc0c532ac53f55dd3a19f203b31 SHA512 09a02013a8c66363f7c0fb5a51275b91b736a92d1caf3a60493efa04220a55b70fff39a1ac1e440114aacff6f0d89c7a3807994b3fa44c2b832fdc0dd9e2ecfa WHIRLPOOL d5b28aca5fcb748e9979b8b815528c214c77db9e2fa50a3f03afef66982f005ecd363ea5d2900a89c96fbbf41b23cc790e4517f121606ea31962c30db48e98fb
diff --git a/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.0.ebuild b/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.1.ebuild
similarity index 100%
rename from media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.0.ebuild
rename to media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.1.ebuild
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-soundcloud/
@ 2016-01-13 23:26 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2016-01-13 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 5001f403c0d790a9e50ee075ca1d49225812dcbf
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 23:26:05 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 23:26:05 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5001f403
media-plugins/mopidy-soundcloud: Version bump, remove old
Package-Manager: portage-2.2.26
media-plugins/mopidy-soundcloud/Manifest | 2 +-
.../{mopidy-soundcloud-2.0.1.ebuild => mopidy-soundcloud-2.0.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/mopidy-soundcloud/Manifest b/media-plugins/mopidy-soundcloud/Manifest
index 20f49d6..033f847 100644
--- a/media-plugins/mopidy-soundcloud/Manifest
+++ b/media-plugins/mopidy-soundcloud/Manifest
@@ -1 +1 @@
-DIST mopidy-soundcloud-2.0.1.tar.gz 56149 SHA256 2d7d736a195af9199493bd8425fed9a39ee97bc0c532ac53f55dd3a19f203b31 SHA512 09a02013a8c66363f7c0fb5a51275b91b736a92d1caf3a60493efa04220a55b70fff39a1ac1e440114aacff6f0d89c7a3807994b3fa44c2b832fdc0dd9e2ecfa WHIRLPOOL d5b28aca5fcb748e9979b8b815528c214c77db9e2fa50a3f03afef66982f005ecd363ea5d2900a89c96fbbf41b23cc790e4517f121606ea31962c30db48e98fb
+DIST mopidy-soundcloud-2.0.2.tar.gz 56232 SHA256 f75fe6dd8b9f1fec07b3c40e6879affe16066486ac4bb78a691cbaa16d31d63d SHA512 ee694a66f9ed701b224011c8cb25e0882000b3ea12137fed6bf83a4a82885cfb50759c18e2ff4de7109b1ec32320aeb9603dc5c77979468d7259a067fe55c827 WHIRLPOOL fc756009bf2d726ceadd478d1c4e3affb9715a05d58ebb23dcb414e841201f5a6f7a92f755d5b90b8eb877988f06b2bb6a4dcc62ad2686ef6724a890a4e64298
diff --git a/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.1.ebuild b/media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.2.ebuild
similarity index 100%
rename from media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.1.ebuild
rename to media-plugins/mopidy-soundcloud/mopidy-soundcloud-2.0.2.ebuild
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-13 23:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 12:19 [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-soundcloud/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-01-13 23:26 Manuel Rüger
2015-07-01 0:25 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox