chutzpah 14/10/14 20:16:30 Modified: ChangeLog Added: pithos-1.0.1.ebuild Log: Version bump. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.7 media-sound/pithos/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 22 Sep 2014 18:20:08 -0000 1.6 +++ ChangeLog 14 Oct 2014 20:16:30 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/pithos # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.6 2014/09/22 18:20:08 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.7 2014/10/14 20:16:30 chutzpah Exp $ + +*pithos-1.0.1 (14 Oct 2014) + + 14 Oct 2014; Patrick McLean <[email protected]> +pithos-1.0.1.ebuild: + Version bump. *pithos-1.0.0 (22 Sep 2014) 1.1 media-sound/pithos/pithos-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-1.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pithos/pithos-1.0.1.ebuild?rev=1.1&content-type=text/plain Index: pithos-1.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-1.0.1.ebuild,v 1.1 2014/10/14 20:16:30 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python3_3) 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}] dev-python/pylast[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-python/pygobject-3.12[${PYTHON_USEDEP}] media-plugins/gst-plugins-meta:1.0[aac,http,mp3] >=x11-libs/gtk+-3.12:3[introspection] libnotify? ( x11-libs/libnotify[introspection] ) appindicator? ( dev-libs/libappindicator:3[introspection] ) keybinder? ( dev-libs/keybinder:3[introspection] )" PATCHES=("${FILESDIR}/${PN}-1.0.0-icons.patch") python_test() { esetup.py test || die }
