ssuominen 14/03/26 20:33:43 Modified: ChangeLog Added: volumeicon-0.5.0.ebuild Log: Version bump wrt #482454 by Haydania-Capri DiTori and Bruce Guenter (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.9 media-sound/volumeicon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/volumeicon/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/volumeicon/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/volumeicon/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/volumeicon/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 11 Jun 2012 09:20:29 -0000 1.8 +++ ChangeLog 26 Mar 2014 20:33:43 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/volumeicon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/volumeicon/ChangeLog,v 1.8 2012/06/11 09:20:29 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/volumeicon/ChangeLog,v 1.9 2014/03/26 20:33:43 ssuominen Exp $ + +*volumeicon-0.5.0 (26 Mar 2014) + + 26 Mar 2014; Samuli Suominen <[email protected]> +volumeicon-0.5.0.ebuild: + Version bump wrt #482454 by Haydania-Capri DiTori and Bruce Guenter 11 Jun 2012; Agostino Sarubbo <[email protected]> volumeicon-0.4.6.ebuild: Stable for amd64, wrt bug #419697 @@ -30,4 +35,3 @@ 12 Nov 2011; Samuli Suominen <[email protected]> +volumeicon-0.4.5.ebuild: Initial commit wrt #364101 by crok.r245 (bugzilla) and barul (freenode) - 1.1 media-sound/volumeicon/volumeicon-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/volumeicon/volumeicon-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/volumeicon/volumeicon-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: volumeicon-0.5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/volumeicon/volumeicon-0.5.0.ebuild,v 1.1 2014/03/26 20:33:43 ssuominen Exp $ EAPI=5 DESCRIPTION="A lightweight volume control that sits in your systray" HOMEPAGE="http://softwarebakery.com/maato/volumeicon.html" SRC_URI="http://softwarebakery.com/maato/files/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libnotify" RDEPEND=">=dev-libs/glib-2 media-libs/alsa-lib x11-libs/gtk+:3 x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 )" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS="AUTHORS ChangeLog" src_configure() { # $(use_enable !alsa oss) fails wrt #419891, is likely only for OSS4 econf $(use_enable libnotify notify) }
