public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/stalonetray: ChangeLog stalonetray-0.7.6.ebuild
@ 2008-03-25 11:09 Lukasz Strzygowski (lucass)
  0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Strzygowski (lucass) @ 2008-03-25 11:09 UTC (permalink / raw
  To: gentoo-commits

lucass      08/03/25 11:09:17

  Modified:             ChangeLog
  Added:                stalonetray-0.7.6.ebuild
  Log:
  Version bump, bug #214526.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  x11-misc/stalonetray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Mar 2008 11:17:50 -0000	1.4
+++ ChangeLog	25 Mar 2008 11:09:17 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/stalonetray
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.4 2008/03/24 11:17:50 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.5 2008/03/25 11:09:17 lucass Exp $
+
+*stalonetray-0.7.6 (25 Mar 2008)
+
+  25 Mar 2008; Lukasz Strzygowski <lucass@gentoo.org>
+  +stalonetray-0.7.6.ebuild:
+  Version bump, bug #214526.
 
   24 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
   stalonetray-0.7.3.ebuild:



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

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

Index: stalonetray-0.7.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild,v 1.1 2008/03/25 11:09:17 lucass Exp $

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 kde"

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

src_compile() {
	econf \
		$(use_enable debug) \
		$(use_enable kde native-kde) \
		|| die "econf failed"

	emake || die "emake failed"
}

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

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



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/stalonetray: ChangeLog stalonetray-0.7.6.ebuild
@ 2009-09-09 20:36 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-09-09 20:36 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/09 20:36:43

  Modified:             ChangeLog stalonetray-0.7.6.ebuild
  Log:
  amd64/x86 stable, bug #283381
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  x11-misc/stalonetray/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Sep 2008 11:15:56 -0000	1.7
+++ ChangeLog	9 Sep 2009 20:36:43 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/stalonetray
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.7 2008/09/10 11:15:56 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.8 2009/09/09 20:36:43 maekke Exp $
+
+  09 Sep 2009; Markus Meier <maekke@gentoo.org> stalonetray-0.7.6.ebuild:
+  amd64/x86 stable, bug #283381
 
   10 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> metadata.xml:
   desktop-dock takes this as per lucass retirement.



1.2                  x11-misc/stalonetray/stalonetray-0.7.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild?r1=1.1&r2=1.2

Index: stalonetray-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stalonetray-0.7.6.ebuild	25 Mar 2008 11:09:17 -0000	1.1
+++ stalonetray-0.7.6.ebuild	9 Sep 2009 20:36:43 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild,v 1.1 2008/03/25 11:09:17 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild,v 1.2 2009/09/09 20:36:43 maekke Exp $
 
 DESCRIPTION="System tray utility including support for KDE system tray icons"
 HOMEPAGE="http://stalonetray.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug kde"
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-09 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 11:09 [gentoo-commits] gentoo-x86 commit in x11-misc/stalonetray: ChangeLog stalonetray-0.7.6.ebuild Lukasz Strzygowski (lucass)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-09 20:36 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox