From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BAAF313800E for ; Sun, 5 Aug 2012 18:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A59BAE039A; Sun, 5 Aug 2012 18:42:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 67E7CE039A for ; Sun, 5 Aug 2012 18:42:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAB891B4036 for ; Sun, 5 Aug 2012 18:42:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 76FB82004B; Sun, 5 Aug 2012 18:42:14 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-radio/radiotray: radiotray-0.7.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: radiotray-0.7.2.ebuild ChangeLog X-VCS-Directories: media-radio/radiotray X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120805184214.76FB82004B@flycatcher.gentoo.org> Date: Sun, 5 Aug 2012 18:42:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88d44bb2-4335-4831-bd9b-44e9b3990d3e X-Archives-Hash: e6dc30adc68b6ab8c993454edc3a0f30 hwoarang 12/08/05 18:42:14 Modified: radiotray-0.7.2.ebuild ChangeLog Log: Add dev-python/pyxdg to DEPEND. Bug #429986 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.4 media-radio/radiotray/radiotray-0.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild?r1=1.3&r2=1.4 Index: radiotray-0.7.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- radiotray-0.7.2.ebuild 24 Mar 2012 10:44:54 -0000 1.3 +++ radiotray-0.7.2.ebuild 5 Aug 2012 18:42:14 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild,v 1.3 2012/03/24 10:44:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild,v 1.4 2012/08/05 18:42:14 hwoarang Exp $ EAPI=3 @@ -35,4 +35,4 @@ media-plugins/gst-plugins-soup media-plugins/gst-plugins-vorbis" -DEPEND="" +DEPEND="dev-python/pyxdg" 1.23 media-radio/radiotray/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 18 Jun 2012 09:01:57 -0000 1.22 +++ ChangeLog 5 Aug 2012 18:42:14 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for media-radio/radiotray # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.22 2012/06/18 09:01:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.23 2012/08/05 18:42:14 hwoarang Exp $ + + 05 Aug 2012; Markos Chandras radiotray-0.7.2.ebuild: + Add dev-python/pyxdg to DEPEND. Bug #429986 18 Jun 2012; Agostino Sarubbo -radiotray-0.6.4.ebuild, -radiotray-0.7.1.ebuild: @@ -119,4 +122,3 @@ 25 May 2010; Markos Chandras +radiotray-0.5.1.ebuild, +radiotray-9999.ebuild, +metadata.xml: Initial commit of radiotray application -