Gentoo Archives: gentoo-commits

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