* [gentoo-commits] dev/ikelos:master commit in: media-sound/mpdris2/
@ 2012-06-04 13:53 Mike Auty
0 siblings, 0 replies; 3+ messages in thread
From: Mike Auty @ 2012-06-04 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 55f8de48e7137135454dda2282510efbe85b78d7
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 4 13:53:05 2012 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 13:53:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=55f8de48
Add in mpdris2.
---
media-sound/mpdris2/Manifest | 1 +
media-sound/mpdris2/mpdris2-9999.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/media-sound/mpdris2/Manifest b/media-sound/mpdris2/Manifest
new file mode 100644
index 0000000..7acc5f7
--- /dev/null
+++ b/media-sound/mpdris2/Manifest
@@ -0,0 +1 @@
+EBUILD mpdris2-9999.ebuild 773 RMD160 811067d2a77776302e772e9ba8901cc301f6ee63 SHA1 1d0da7e16a6715d6831c05db4738ce4cf80acba4 SHA256 b3acd66f7212f7ecae86c9b622f19a51e715f3a6434887fca9a8ab80951fe59d
diff --git a/media-sound/mpdris2/mpdris2-9999.ebuild b/media-sound/mpdris2/mpdris2-9999.ebuild
new file mode 100644
index 0000000..7eced94
--- /dev/null
+++ b/media-sound/mpdris2/mpdris2-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit python autotools eutils git
+
+MY_PN="${PN/d/D}"
+
+DESCRIPTION="An implementation of the MPRIS 2 interface as a client for MPD"
+HOMEPAGE="http://github.com/eonpatapon/mpDris2"
+SRC_URI="" # http://ayeon.org/projects/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
+EGIT_REPO_URI="git://github.com/eonpatapon/mpDris2.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4
+ >=dev-python/dbus-python-0.80
+ >=dev-python/pygobject-2.14
+ >=dev-python/python-mpd-0.3.0"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "Failed to install"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/ikelos:master commit in: media-sound/mpdris2/
@ 2013-10-15 22:03 Mike Auty
0 siblings, 0 replies; 3+ messages in thread
From: Mike Auty @ 2013-10-15 22:03 UTC (permalink / raw
To: gentoo-commits
commit: 1aa738f009a0aaa46f3a45c18f7fcb2d71d9695d
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 22:03:46 2013 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 22:03:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=1aa738f0
Update mpDris2 to git-2.
---
media-sound/mpdris2/Manifest | 2 +-
media-sound/mpdris2/mpdris2-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mpdris2/Manifest b/media-sound/mpdris2/Manifest
index 7acc5f7..bf00736 100644
--- a/media-sound/mpdris2/Manifest
+++ b/media-sound/mpdris2/Manifest
@@ -1 +1 @@
-EBUILD mpdris2-9999.ebuild 773 RMD160 811067d2a77776302e772e9ba8901cc301f6ee63 SHA1 1d0da7e16a6715d6831c05db4738ce4cf80acba4 SHA256 b3acd66f7212f7ecae86c9b622f19a51e715f3a6434887fca9a8ab80951fe59d
+EBUILD mpdris2-9999.ebuild 775 SHA256 bb1468f227944e29bf156e6bca9c292386c781af27152e5a03b224551efec067 SHA512 fe287a16296a5705c4a56a0fac39dcd91e2fbeb250eab577686d5d199aa1bac7e2c94c3461b17fa504eb6657ff76976547f68a3980e7d0801e53757bf020af5e WHIRLPOOL 3c7a173d188ec7cddeb154b05f7c098cc9c8d6676fbe34aa981bb920aeab2e01fa49ad09d867dbd3b2117ddf96c493053f8a95c4eb6e1d37c97a88e15b36b669
diff --git a/media-sound/mpdris2/mpdris2-9999.ebuild b/media-sound/mpdris2/mpdris2-9999.ebuild
index 7eced94..ef7536a 100644
--- a/media-sound/mpdris2/mpdris2-9999.ebuild
+++ b/media-sound/mpdris2/mpdris2-9999.ebuild
@@ -4,7 +4,7 @@
EAPI="3"
-inherit python autotools eutils git
+inherit python autotools eutils git-2
MY_PN="${PN/d/D}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/ikelos:master commit in: media-sound/mpdris2/
@ 2014-12-01 1:11 Mike Auty
0 siblings, 0 replies; 3+ messages in thread
From: Mike Auty @ 2014-12-01 1:11 UTC (permalink / raw
To: gentoo-commits
commit: f31856546e05215e5d3d09f440f7abd4f41c7547
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 20:14:57 2014 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 20:14:57 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=f3185654
Bump requirements on mpdris2.
---
media-sound/mpdris2/Manifest | 2 +-
media-sound/mpdris2/mpdris2-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mpdris2/Manifest b/media-sound/mpdris2/Manifest
index bf00736..f7a2606 100644
--- a/media-sound/mpdris2/Manifest
+++ b/media-sound/mpdris2/Manifest
@@ -1 +1 @@
-EBUILD mpdris2-9999.ebuild 775 SHA256 bb1468f227944e29bf156e6bca9c292386c781af27152e5a03b224551efec067 SHA512 fe287a16296a5705c4a56a0fac39dcd91e2fbeb250eab577686d5d199aa1bac7e2c94c3461b17fa504eb6657ff76976547f68a3980e7d0801e53757bf020af5e WHIRLPOOL 3c7a173d188ec7cddeb154b05f7c098cc9c8d6676fbe34aa981bb920aeab2e01fa49ad09d867dbd3b2117ddf96c493053f8a95c4eb6e1d37c97a88e15b36b669
+EBUILD mpdris2-9999.ebuild 779 SHA256 fcc9f8e0d742544625783463c4abaffb42a279b391a775481d28cd4442cdb33d SHA512 76e4431970752131f0d07749bbeb0e878b31db7ba11c861da384851bb8e26a421ba4418da9bad40ddaf748a2bb4cc6aa2803cc8f413682a54bb4e1cacc9fda1e WHIRLPOOL 45dd7911376eeef5b41751b3c1b105bc04b0f3be118198ab5e3eeead0b7600f300fefa09a41080a59daca0b933e6667c4e918aeb46f101041b388ff1f4d62656
diff --git a/media-sound/mpdris2/mpdris2-9999.ebuild b/media-sound/mpdris2/mpdris2-9999.ebuild
index ef7536a..5f98727 100644
--- a/media-sound/mpdris2/mpdris2-9999.ebuild
+++ b/media-sound/mpdris2/mpdris2-9999.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND=">=dev-lang/python-2.4
>=dev-python/dbus-python-0.80
- >=dev-python/pygobject-2.14
+ >=dev-python/pygobject-3.14.0:3
>=dev-python/python-mpd-0.3.0"
src_prepare() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-01 1:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 22:03 [gentoo-commits] dev/ikelos:master commit in: media-sound/mpdris2/ Mike Auty
-- strict thread matches above, loose matches on Subject: below --
2014-12-01 1:11 Mike Auty
2012-06-04 13:53 Mike Auty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox