Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pithos: pithos-1.1.1.ebuild pithos-9999.ebuild ChangeLog pithos-1.0.0.ebuild
Date: Fri, 26 Jun 2015 17:28:35
Message-Id: 20150626172821.84409A55@oystercatcher.gentoo.org
1 chutzpah 15/06/26 17:28:21
2
3 Modified: pithos-9999.ebuild ChangeLog
4 Added: pithos-1.1.1.ebuild
5 Removed: pithos-1.0.0.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
10
11 Revision Changes Path
12 1.6 media-sound/pithos/pithos-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-9999.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-9999.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-9999.ebuild?r1=1.5&r2=1.6
17
18 Index: pithos-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- pithos-9999.ebuild 11 Mar 2015 18:53:47 -0000 1.5
25 +++ pithos-9999.ebuild 26 Jun 2015 17:28:21 -0000 1.6
26 @@ -1,9 +1,9 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v 1.5 2015/03/11 18:53:47 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v 1.6 2015/06/26 17:28:21 chutzpah Exp $
31
32 EAPI=5
33 -PYTHON_COMPAT=(python3_{3,4})
34 +PYTHON_COMPAT=(python3_4)
35 inherit eutils distutils-r1
36
37 if [[ ${PV} =~ [9]{4,} ]]; then
38 @@ -25,16 +25,15 @@
39 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 RDEPEND="${DEPEND}
41 dev-python/dbus-python[${PYTHON_USEDEP}]
42 - dev-python/pygobject[${PYTHON_USEDEP}]
43 - dev-python/pylast[${PYTHON_USEDEP}]
44 - x11-libs/gtk+:3
45 + >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
46 + x11-libs/pango[introspection]
47 media-libs/gstreamer:1.0[introspection]
48 media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
49 - libnotify? ( x11-libs/libnotify )
50 - appindicator? ( dev-libs/libappindicator:3 )
51 - keybinder? ( dev-libs/keybinder:3 )"
52 -
53 -PATCHES=("${FILESDIR}/${P}-icons.patch")
54 + >=x11-libs/gtk+-3.14:3[introspection]
55 + x11-themes/gnome-icon-theme-symbolic
56 + libnotify? ( x11-libs/libnotify[introspection] )
57 + appindicator? ( dev-libs/libappindicator:3[introspection] )
58 + keybinder? ( dev-libs/keybinder:3[introspection] )"
59
60 python_test() {
61 esetup.py test || die
62
63
64
65 1.10 media-sound/pithos/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?rev=1.10&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?rev=1.10&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?r1=1.9&r2=1.10
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v
74 retrieving revision 1.9
75 retrieving revision 1.10
76 diff -u -r1.9 -r1.10
77 --- ChangeLog 11 Mar 2015 18:53:47 -0000 1.9
78 +++ ChangeLog 26 Jun 2015 17:28:21 -0000 1.10
79 @@ -1,6 +1,12 @@
80 # ChangeLog for media-sound/pithos
81 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.9 2015/03/11 18:53:47 mgorny Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.10 2015/06/26 17:28:21 chutzpah Exp $
84 +
85 +*pithos-1.1.1 (26 Jun 2015)
86 +
87 + 26 Jun 2015; Patrick McLean <chutzpah@g.o> +pithos-1.1.1.ebuild,
88 + -pithos-1.0.0.ebuild, pithos-9999.ebuild:
89 + Version bump, remove old.
90
91 11 Mar 2015; Michał Górny <mgorny@g.o> pithos-1.0.0.ebuild,
92 pithos-1.0.1.ebuild, pithos-9999.ebuild:
93
94
95
96 1.1 media-sound/pithos/pithos-1.1.1.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-1.1.1.ebuild?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-1.1.1.ebuild?rev=1.1&content-type=text/plain
100
101 Index: pithos-1.1.1.ebuild
102 ===================================================================
103 # Copyright 1999-2015 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-1.1.1.ebuild,v 1.1 2015/06/26 17:28:21 chutzpah Exp $
106
107 EAPI=5
108 PYTHON_COMPAT=(python3_4)
109 inherit eutils distutils-r1
110
111 if [[ ${PV} =~ [9]{4,} ]]; then
112 inherit git-2
113 EGIT_REPO_URI="git://github.com/pithos/pithos.git
114 https://github.com/pithos/pithos.git"
115 else
116 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
117 fi
118
119 DESCRIPTION="Pandora.com client for the GNOME desktop"
120 HOMEPAGE="http://pithos.github.io/"
121
122 LICENSE="GPL-3"
123 SLOT="0"
124 KEYWORDS="~amd64"
125 IUSE="libnotify appindicator +keybinder"
126
127 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
128 RDEPEND="${DEPEND}
129 dev-python/dbus-python[${PYTHON_USEDEP}]
130 >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
131 x11-libs/pango[introspection]
132 media-libs/gstreamer:1.0[introspection]
133 media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
134 >=x11-libs/gtk+-3.14:3[introspection]
135 x11-themes/gnome-icon-theme-symbolic
136 libnotify? ( x11-libs/libnotify[introspection] )
137 appindicator? ( dev-libs/libappindicator:3[introspection] )
138 keybinder? ( dev-libs/keybinder:3[introspection] )"
139
140 python_test() {
141 esetup.py test || die
142 }