* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tktray: tktray-1.1-r1.ebuild ChangeLog tktray-1.1.ebuild
@ 2011-03-21 16:52 Kevin McCarthy (signals)
0 siblings, 0 replies; 2+ messages in thread
From: Kevin McCarthy (signals) @ 2011-03-21 16:52 UTC (permalink / raw
To: gentoo-commits
signals 11/03/21 16:52:30
Modified: tktray-1.1-r1.ebuild ChangeLog tktray-1.1.ebuild
Log:
RESTRICT=test WRT bug #284919
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-tcltk/tktray/tktray-1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild?r1=1.1&r2=1.2
Index: tktray-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tktray-1.1-r1.ebuild 10 Oct 2010 18:45:30 -0000 1.1
+++ tktray-1.1-r1.ebuild 21 Mar 2011 16:52:30 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild,v 1.1 2010/10/10 18:45:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild,v 1.2 2011/03/21 16:52:30 signals Exp $
EAPI="3"
@@ -17,6 +17,8 @@
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="threads debug"
+RESTRICT="test"
+
DEPEND=">=dev-lang/tcl-8.4
>=dev-lang/tk-8.4
x11-libs/libXext"
1.6 dev-tcltk/tktray/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 10 Oct 2010 18:45:29 -0000 1.5
+++ ChangeLog 21 Mar 2011 16:52:30 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tktray
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v 1.5 2010/10/10 18:45:29 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v 1.6 2011/03/21 16:52:30 signals Exp $
+
+ 21 Mar 2011; Kevin McCarthy <signals@gentoo.org> tktray-1.1.ebuild,
+ tktray-1.1-r1.ebuild:
+ RESTRICT=test WRT bug #284919
*tktray-1.1-r1 (10 Oct 2010)
1.6 dev-tcltk/tktray/tktray-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild?r1=1.5&r2=1.6
Index: tktray-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tktray-1.1.ebuild 10 Oct 2010 18:45:30 -0000 1.5
+++ tktray-1.1.ebuild 21 Mar 2011 16:52:30 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v 1.5 2010/10/10 18:45:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v 1.6 2011/03/21 16:52:30 signals Exp $
MY_P="${PN}${PV}"
@@ -13,6 +13,8 @@
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="threads debug"
+RESTRICT="test"
+
DEPEND=">=dev-lang/tcl-8.4
>=dev-lang/tk-8.4
x11-libs/libXext"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tktray: tktray-1.1-r1.ebuild ChangeLog tktray-1.1.ebuild
@ 2012-12-05 8:13 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-05 8:13 UTC (permalink / raw
To: gentoo-commits
ulm 12/12/05 08:13:18
Modified: tktray-1.1-r1.ebuild ChangeLog tktray-1.1.ebuild
Log:
Update LICENSE, BWidget was a duplicate of tcltk, bug 445468.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.3 dev-tcltk/tktray/tktray-1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild?r1=1.2&r2=1.3
Index: tktray-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tktray-1.1-r1.ebuild 21 Mar 2011 16:52:30 -0000 1.2
+++ tktray-1.1-r1.ebuild 5 Dec 2012 08:13:18 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild,v 1.2 2011/03/21 16:52:30 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1-r1.ebuild,v 1.3 2012/12/05 08:13:18 ulm Exp $
EAPI="3"
@@ -12,7 +12,7 @@
HOMEPAGE="http://sw4me.com/wiki/Tktray"
SRC_URI="http://www.sw4me.com/${MY_P}.tar.gz"
-LICENSE="BWidget"
+LICENSE="tcltk"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="threads debug"
1.7 dev-tcltk/tktray/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 21 Mar 2011 16:52:30 -0000 1.6
+++ ChangeLog 5 Dec 2012 08:13:18 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tktray
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v 1.6 2011/03/21 16:52:30 signals Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v 1.7 2012/12/05 08:13:18 ulm Exp $
+
+ 05 Dec 2012; Ulrich Müller <ulm@gentoo.org> tktray-1.1.ebuild,
+ tktray-1.1-r1.ebuild:
+ Update LICENSE, BWidget was a duplicate of tcltk, bug 445468.
21 Mar 2011; Kevin McCarthy <signals@gentoo.org> tktray-1.1.ebuild,
tktray-1.1-r1.ebuild:
1.7 dev-tcltk/tktray/tktray-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild?r1=1.6&r2=1.7
Index: tktray-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tktray-1.1.ebuild 21 Mar 2011 16:52:30 -0000 1.6
+++ tktray-1.1.ebuild 5 Dec 2012 08:13:18 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v 1.6 2011/03/21 16:52:30 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v 1.7 2012/12/05 08:13:18 ulm Exp $
MY_P="${PN}${PV}"
@@ -8,7 +8,7 @@
HOMEPAGE="http://sw4me.com/wiki/Tktray"
SRC_URI="http://www.sw4me.com/${MY_P}.tar.gz"
-LICENSE="BWidget"
+LICENSE="tcltk"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="threads debug"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-05 8:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 16:52 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tktray: tktray-1.1-r1.ebuild ChangeLog tktray-1.1.ebuild Kevin McCarthy (signals)
-- strict thread matches above, loose matches on Subject: below --
2012-12-05 8:13 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox