chutzpah    15/06/26 17:28:21

  Modified:             pithos-9999.ebuild ChangeLog
  Added:                pithos-1.1.1.ebuild
  Removed:              pithos-1.0.0.ebuild
  Log:
  Version bump, remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.6                  media-sound/pithos/pithos-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-9999.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-9999.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-9999.ebuild?r1=1.5&r2=1.6

Index: pithos-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pithos-9999.ebuild  11 Mar 2015 18:53:47 -0000      1.5
+++ pithos-9999.ebuild  26 Jun 2015 17:28:21 -0000      1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v 1.5 
2015/03/11 18:53:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v 1.6 
2015/06/26 17:28:21 chutzpah Exp $
 
 EAPI=5
-PYTHON_COMPAT=(python3_{3,4})
+PYTHON_COMPAT=(python3_4)
 inherit eutils distutils-r1
 
 if [[ ${PV} =~ [9]{4,} ]]; then
@@ -25,16 +25,15 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
        dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/pygobject[${PYTHON_USEDEP}]
-       dev-python/pylast[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3
+       >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
+       x11-libs/pango[introspection]
        media-libs/gstreamer:1.0[introspection]
        media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
-       libnotify? ( x11-libs/libnotify )
-       appindicator? ( dev-libs/libappindicator:3 )
-       keybinder? ( dev-libs/keybinder:3 )"
-
-PATCHES=("${FILESDIR}/${P}-icons.patch")
+       >=x11-libs/gtk+-3.14:3[introspection]
+       x11-themes/gnome-icon-theme-symbolic
+       libnotify? ( x11-libs/libnotify[introspection] )
+       appindicator? ( dev-libs/libappindicator:3[introspection] )
+       keybinder? ( dev-libs/keybinder:3[introspection] )"
 
 python_test() {
        esetup.py test || die



1.10                 media-sound/pithos/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   11 Mar 2015 18:53:47 -0000      1.9
+++ ChangeLog   26 Jun 2015 17:28:21 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/pithos
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.9 
2015/03/11 18:53:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.10 
2015/06/26 17:28:21 chutzpah Exp $
+
+*pithos-1.1.1 (26 Jun 2015)
+
+  26 Jun 2015; Patrick McLean <chutz...@gentoo.org> +pithos-1.1.1.ebuild,
+  -pithos-1.0.0.ebuild, pithos-9999.ebuild:
+  Version bump, remove old.
 
   11 Mar 2015; Michał Górny <mgo...@gentoo.org> pithos-1.0.0.ebuild,
   pithos-1.0.1.ebuild, pithos-9999.ebuild:



1.1                  media-sound/pithos/pithos-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-1.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: pithos-1.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-1.1.1.ebuild,v 1.1 
2015/06/26 17:28:21 chutzpah Exp $

EAPI=5
PYTHON_COMPAT=(python3_4)
inherit eutils distutils-r1

if [[ ${PV} =~ [9]{4,} ]]; then
        inherit git-2
        EGIT_REPO_URI="git://github.com/pithos/pithos.git
                https://github.com/pithos/pithos.git";
else
        SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
fi

DESCRIPTION="Pandora.com client for the GNOME desktop"
HOMEPAGE="http://pithos.github.io/";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="libnotify appindicator +keybinder"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
        dev-python/dbus-python[${PYTHON_USEDEP}]
        >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
        x11-libs/pango[introspection]
        media-libs/gstreamer:1.0[introspection]
        media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
        >=x11-libs/gtk+-3.14:3[introspection]
        x11-themes/gnome-icon-theme-symbolic
        libnotify? ( x11-libs/libnotify[introspection] )
        appindicator? ( dev-libs/libappindicator:3[introspection] )
        keybinder? ( dev-libs/keybinder:3[introspection] )"

python_test() {
        esetup.py test || die
}




Reply via email to