Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkpiechart: ChangeLog tkpiechart-6.5.ebuild tkpiechart-6.5-r1.ebuild
Date: Wed, 31 Mar 2010 20:14:27
Message-Id: E1Nx4Iy-0000F4-6z@stork.gentoo.org
1 jlec 10/03/31 20:14:24
2
3 Modified: ChangeLog tkpiechart-6.5.ebuild
4 Added: tkpiechart-6.5-r1.ebuild
5 Log:
6 Make it respect multilib and fixed .htm installtion issue per 298194, fixed quoting
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-tcltk/tkpiechart/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 22 Feb 2007 01:34:55 -0000 1.6
23 +++ ChangeLog 31 Mar 2010 20:14:24 -0000 1.7
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-tcltk/tkpiechart
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog,v 1.6 2007/02/22 01:34:55 peper Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog,v 1.7 2010/03/31 20:14:24 jlec Exp $
30 +
31 +*tkpiechart-6.5-r1 (31 Mar 2010)
32 +
33 + 31 Mar 2010; Justin Lecher <jlec@g.o> tkpiechart-6.5.ebuild,
34 + +tkpiechart-6.5-r1.ebuild:
35 + Make it respect multilib and fixed .htm installtion issue per 298194,
36 + fixed quoting
37
38 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
39 Transition to Manifest2.
40
41
42
43 1.6 dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild?r1=1.5&r2=1.6
48
49 Index: tkpiechart-6.5.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- tkpiechart-6.5.ebuild 6 Nov 2004 15:38:49 -0000 1.5
56 +++ tkpiechart-6.5.ebuild 31 Mar 2010 20:14:24 -0000 1.6
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2004 Gentoo Foundation
59 +# Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.5 2004/11/06 15:38:49 pyrania Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.6 2010/03/31 20:14:24 jlec Exp $
63
64 DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
65 HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
66 @@ -16,7 +16,7 @@
67
68 src_install() {
69 dodir /usr/lib/tkpiechart
70 - ./instapkg.tcl ${D}/usr/lib/tkpiechart || die
71 + ./instapkg.tcl "${D}"/usr/lib/tkpiechart || die
72
73 dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
74 dohtml *.gif *.html
75
76
77
78 1.1 dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild?rev=1.1&content-type=text/plain
82
83 Index: tkpiechart-6.5-r1.ebuild
84 ===================================================================
85 # Copyright 1999-2010 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild,v 1.1 2010/03/31 20:14:24 jlec Exp $
88
89 inherit multilib
90
91 DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
92 HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
93 SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
94
95 LICENSE="as-is"
96 KEYWORDS="~amd64 ~ppc ~x86"
97 SLOT="0"
98 IUSE=""
99
100 DEPEND=">=dev-lang/tk-8.3
101 dev-tcltk/tcllib"
102
103 src_install() {
104 dodir /usr/$(get_libdir)/tkpiechart
105 ./instapkg.tcl "${D}"/usr/$(get_libdir)/tkpiechart || die
106
107 dodoc CHANGES CONTENTS README TODO || die
108 dohtml *.gif *.htm || die
109 docinto demo
110 dodoc demo* || die
111 }