Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tcllib: ChangeLog tcllib-1.10.ebuild tcllib-1.8.ebuild tcllib-1.7.ebuild tcllib-1.6.1-r1.ebuild tcllib-1.9.ebuild
Date: Mon, 24 Dec 2007 04:02:33
Message-Id: E1J6eWF-0002Iu-23@stork.gentoo.org
1 matsuu 07/12/24 04:02:23
2
3 Modified: ChangeLog
4 Added: tcllib-1.10.ebuild
5 Removed: tcllib-1.8.ebuild tcllib-1.7.ebuild
6 tcllib-1.6.1-r1.ebuild tcllib-1.9.ebuild
7 Log:
8 Version bumped, bug #195451.
9 Removed old versions.
10 (Portage version: 2.1.3.19)
11
12 Revision Changes Path
13 1.23 dev-tcltk/tcllib/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tcllib/ChangeLog?rev=1.23&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tcllib/ChangeLog?rev=1.23&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tcllib/ChangeLog?r1=1.22&r2=1.23
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v
22 retrieving revision 1.22
23 retrieving revision 1.23
24 diff -u -r1.22 -r1.23
25 --- ChangeLog 15 Sep 2007 07:50:13 -0000 1.22
26 +++ ChangeLog 24 Dec 2007 04:02:22 -0000 1.23
27 @@ -1,6 +1,15 @@
28 # ChangeLog for dev-tcltk/tcllib
29 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.22 2007/09/15 07:50:13 uberlord Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.23 2007/12/24 04:02:22 matsuu Exp $
32 +
33 +*tcllib-1.10 (24 Dec 2007)
34 +
35 + 24 Dec 2007; MATSUU Takuto <matsuu@g.o>
36 + -files/tcllib-1.6.1-fr.msg.patch, -files/tcllib-1.7-gentoo.patch,
37 + -tcllib-1.6.1-r1.ebuild, -tcllib-1.7.ebuild, -tcllib-1.8.ebuild,
38 + -tcllib-1.9.ebuild, +tcllib-1.10.ebuild:
39 + Version bumped, bug #195451.
40 + Removed old versions.
41
42 15 Sep 2007; Roy Marples <uberlord@g.o> tcllib-1.9.ebuild:
43 Keyworded ~x86-fbsd, #192575
44
45
46
47 1.1 dev-tcltk/tcllib/tcllib-1.10.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tcllib/tcllib-1.10.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tcllib/tcllib-1.10.ebuild?rev=1.1&content-type=text/plain
51
52 Index: tcllib-1.10.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.10.ebuild,v 1.1 2007/12/24 04:02:22 matsuu Exp $
57
58 DESCRIPTION="Tcl Standard Library."
59 HOMEPAGE="http://www.tcl.tk/software/tcllib/"
60 SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz"
61
62 LICENSE="BSD"
63 SLOT="0"
64 IUSE="examples"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~x86-fbsd"
66
67 DEPEND=">=dev-lang/tcl-8.4"
68
69 src_install() {
70 emake DESTDIR="${D}" install || die
71
72 dodoc ChangeLog DESCRIPTION.txt README* STATUS devdoc/*.txt
73 dohtml devdoc/*.html
74 if use examples ; then
75 for f in $(find examples -type f); do
76 docinto $(dirname $f)
77 dodoc $f
78 done
79 fi
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list