Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/snack: ChangeLog snack-2.2.9.ebuild snack-2.2.10-r2.ebuild
Date: Tue, 05 Apr 2011 05:29:12
Message-Id: 20110405052901.8676220054@flycatcher.gentoo.org
1 ulm 11/04/05 05:29:01
2
3 Modified: ChangeLog snack-2.2.9.ebuild snack-2.2.10-r2.ebuild
4 Log:
5 Depend on dev-lang/python because virtual/python will go away, bug 358849.
6
7 (Portage version: 2.1.9.45/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.49 dev-tcltk/snack/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 9 Jun 2010 11:55:25 -0000 1.48
23 +++ ChangeLog 5 Apr 2011 05:29:01 -0000 1.49
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-tcltk/snack
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v 1.48 2010/06/09 11:55:25 angelos Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v 1.49 2011/04/05 05:29:01 ulm Exp $
30 +
31 + 05 Apr 2011; Ulrich Mueller <ulm@g.o> snack-2.2.9.ebuild,
32 + snack-2.2.10-r2.ebuild:
33 + Depend on dev-lang/python because virtual/python will go away, bug 358849.
34
35 09 Jun 2010; Christoph Mende <angelos@g.o> snack-2.2.10-r4.ebuild:
36 Stable on amd64 wrt bug #317661
37
38
39
40 1.9 dev-tcltk/snack/snack-2.2.9.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.9.ebuild?rev=1.9&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.9.ebuild?rev=1.9&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.9.ebuild?r1=1.8&r2=1.9
45
46 Index: snack-2.2.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.9.ebuild,v
49 retrieving revision 1.8
50 retrieving revision 1.9
51 diff -u -r1.8 -r1.9
52 --- snack-2.2.9.ebuild 25 Jun 2007 10:40:53 -0000 1.8
53 +++ snack-2.2.9.ebuild 5 Apr 2011 05:29:01 -0000 1.9
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.9.ebuild,v 1.8 2007/06/25 10:40:53 peper Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.9.ebuild,v 1.9 2011/04/05 05:29:01 ulm Exp $
60
61 inherit eutils multilib
62
63 @@ -17,7 +17,7 @@
64 >dev-lang/tk-8.4.3
65 alsa? ( media-libs/alsa-lib )
66 vorbis? ( media-libs/libvorbis )
67 - python? ( virtual/python )"
68 + python? ( dev-lang/python )"
69
70 S="${WORKDIR}/${PN}${PV}"
71
72
73
74
75 1.10 dev-tcltk/snack/snack-2.2.10-r2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r2.ebuild?rev=1.10&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r2.ebuild?rev=1.10&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r2.ebuild?r1=1.9&r2=1.10
80
81 Index: snack-2.2.10-r2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r2.ebuild,v
84 retrieving revision 1.9
85 retrieving revision 1.10
86 diff -u -r1.9 -r1.10
87 --- snack-2.2.10-r2.ebuild 10 Oct 2009 15:30:43 -0000 1.9
88 +++ snack-2.2.10-r2.ebuild 5 Apr 2011 05:29:01 -0000 1.10
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2009 Gentoo Foundation
91 +# Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r2.ebuild,v 1.9 2009/10/10 15:30:43 armin76 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r2.ebuild,v 1.10 2011/04/05 05:29:01 ulm Exp $
95
96 inherit eutils multilib
97
98 @@ -19,7 +19,7 @@
99 >dev-lang/tk-8.4.3
100 alsa? ( media-libs/alsa-lib )
101 vorbis? ( media-libs/libvorbis )
102 - python? ( virtual/python )"
103 + python? ( dev-lang/python )"
104 RDEPEND="${DEPEND}"
105
106 S="${WORKDIR}/${PN}${PV}/unix"