voyageur 14/06/25 06:36:59 Modified: ChangeLog wmsystemtray-1.3.ebuild Added: wmsystemtray-1.4.ebuild Removed: wmsystemtray-1.2.ebuild Log: Version bump, also add missing libXpm dependency, spotted by patrick in bug #514344 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.3 x11-plugins/wmsystemtray/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 11 Feb 2014 09:29:09 -0000 1.2 +++ ChangeLog 25 Jun 2014 06:36:58 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/wmsystemtray # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.2 2014/02/11 09:29:09 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.3 2014/06/25 06:36:58 voyageur Exp $ + +*wmsystemtray-1.4 (25 Jun 2014) + + 25 Jun 2014; Bernard Cafarelli <voyag...@gentoo.org> + -wmsystemtray-1.2.ebuild, wmsystemtray-1.3.ebuild, +wmsystemtray-1.4.ebuild: + Version bump, also add missing libXpm dependency, spotted by patrick in bug + #514344 *wmsystemtray-1.3 (11 Feb 2014) 1.2 x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild?r1=1.1&r2=1.2 Index: wmsystemtray-1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wmsystemtray-1.3.ebuild 11 Feb 2014 09:29:09 -0000 1.1 +++ wmsystemtray-1.3.ebuild 25 Jun 2014 06:36:58 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v 1.1 2014/02/11 09:29:09 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v 1.2 2014/06/25 06:36:58 voyageur Exp $ EAPI=5 @@ -15,5 +15,6 @@ DEPEND="x11-libs/libXext x11-libs/libXfixes - x11-libs/libXmu" + x11-libs/libXmu + x11-libs/libXpm" RDEPEND="${DEPEND}" 1.1 x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild?rev=1.1&content-type=text/plain Index: wmsystemtray-1.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild,v 1.1 2014/06/25 06:36:58 voyageur Exp $ EAPI=5 DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/"; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXmu x11-libs/libXpm" RDEPEND="${DEPEND}"