Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tinyos/tos: tos-1.1.15-r1.ebuild ChangeLog
Date: Wed, 03 Sep 2008 12:04:53
Message-Id: E1Kar6O-0001xl-Ng@stork.gentoo.org
1 opfer 08/09/03 12:04:48
2
3 Modified: tos-1.1.15-r1.ebuild ChangeLog
4 Log:
5 replace virtual/tetex with virtual/latex-base and quote variables
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 dev-tinyos/tos/tos-1.1.15-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: tos-1.1.15-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- tos-1.1.15-r1.ebuild 15 Jul 2007 02:46:39 -0000 1.4
22 +++ tos-1.1.15-r1.ebuild 3 Sep 2008 12:04:48 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.4 2007/07/15 02:46:39 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.5 2008/09/03 12:04:48 opfer Exp $
29 inherit eutils
30
31 CVS_MONTH="Dec"
32 @@ -16,7 +16,7 @@
33 KEYWORDS="~x86 ~amd64"
34 IUSE="doc"
35 DEPEND="doc? ( sys-devel/m4
36 - >=virtual/tetex-3.0_p1-r2
37 + virtual/latex-base
38 dev-tex/latex2html )"
39 RDEPEND=""
40
41 @@ -26,9 +26,9 @@
42 S=${WORKDIR}/${MY_P}
43 src_unpack() {
44 unpack ${A}
45 - cd ${S}
46 - epatch ${FILESDIR}/tos-1.1.15-system-AMStandard-Control.patch
47 - sed -i -e "s:psfig:epsfig:" ${S}/doc/schemadocsrc/tinyschema.tex \
48 + cd "${S}"
49 + epatch "${FILESDIR}/tos-1.1.15-system-AMStandard-Control.patch"
50 + sed -i -e "s:psfig:epsfig:" "${S}/doc/schemadocsrc/tinyschema.tex" \
51 || die "Error while updating tex sources."
52 einfo "removing CVS dirs"
53 for i in `find . -name CVS`; do
54 @@ -58,7 +58,7 @@
55 dohtml -A pdf,gif,html -r doc/*
56 dodoc doc/*.txt
57 fi
58 - doenvd ${FILESDIR}/99tinyos
59 + doenvd "${FILESDIR}"/99tinyos
60 }
61
62 pkg_postinst() {
63
64
65
66 1.6 dev-tinyos/tos/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tinyos/tos/ChangeLog?rev=1.6&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tinyos/tos/ChangeLog?rev=1.6&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tinyos/tos/ChangeLog?r1=1.5&r2=1.6
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v
75 retrieving revision 1.5
76 retrieving revision 1.6
77 diff -u -r1.5 -r1.6
78 --- ChangeLog 5 Mar 2007 22:38:04 -0000 1.5
79 +++ ChangeLog 3 Sep 2008 12:04:48 -0000 1.6
80 @@ -1,6 +1,9 @@
81 # ChangeLog for dev-tinyos/tos
82 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.5 2007/03/05 22:38:04 sanchan Exp $
84 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.6 2008/09/03 12:04:48 opfer Exp $
86 +
87 + 03 Sep 2008; Christian Faulhammer <opfer@g.o> tos-1.1.15-r1.ebuild:
88 + replace virtual/tetex with virtual/latex-base and quote variables
89
90 05 Mar 2007; Sandro Bonazzola <sanchan@g.o> ChangeLog:
91 Removing myself from metadata.xml as I'm stepping back.