voyageur    15/03/17 12:36:03

  Modified:             ChangeLog
  Added:                stalonetray-0.8.3.ebuild
  Removed:              stalonetray-0.7.6.ebuild
  Log:
  Version bump with some bugfixes, thanks Tony Murray <[email protected]> 
in bug #543514
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.12                 x11-misc/stalonetray/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/stalonetray/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Jun 2012 19:22:37 -0000      1.11
+++ ChangeLog   17 Mar 2015 12:36:03 -0000      1.12
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/stalonetray
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.11 
2012/06/25 19:22:37 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.12 
2015/03/17 12:36:03 voyageur Exp $
+
+*stalonetray-0.8.3 (17 Mar 2015)
+
+  17 Mar 2015; Bernard Cafarelli <[email protected]>
+  -stalonetray-0.7.6.ebuild, +stalonetray-0.8.3.ebuild:
+  Version bump with some bugfixes, thanks Tony Murray <[email protected]>
+  in bug #543514
 
   25 Jun 2012; Jeff Horelick <[email protected]> stalonetray-0.8.1.ebuild:
   marked x86 per bug 422385



1.1                  x11-misc/stalonetray/stalonetray-0.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/stalonetray/stalonetray-0.8.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/stalonetray/stalonetray-0.8.3.ebuild?rev=1.1&content-type=text/plain

Index: stalonetray-0.8.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.8.3.ebuild,v 1.1 
2015/03/17 12:36:03 voyageur Exp $

EAPI=5

DESCRIPTION="System tray utility including support for KDE system tray icons"
HOMEPAGE="http://stalonetray.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +graceful-exit kde"

RDEPEND="x11-libs/libX11
        x11-libs/libICE
        x11-libs/libSM
        x11-libs/libXpm"
DEPEND="${RDEPEND}
        x11-proto/xproto"

src_configure() {
        econf $(use_enable debug) \
                $(use_enable graceful-exit) \
                $(use_enable kde native-kde)
}

src_install() {
        emake DESTDIR="${D}" install

        dodoc AUTHORS ChangeLog NEWS README stalonetrayrc.sample TODO
        dohtml stalonetray.html
}




Reply via email to