Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ttyrec: ttyrec-1.0.6-r1.ebuild ttyrec-1.0.6.ebuild ChangeLog
Date: Fri, 11 Jan 2008 21:10:39
Message-Id: E1JDR99-0000FB-EQ@stork.gentoo.org
1 grobian 08/01/11 21:10:35
2
3 Modified: ttyrec-1.0.6-r1.ebuild ttyrec-1.0.6.ebuild
4 ChangeLog
5 Log:
6 Dropped ppc-macos keyword, see you in prefix
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: ttyrec-1.0.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ttyrec-1.0.6-r1.ebuild 5 Nov 2005 04:08:25 -0000 1.1
23 +++ ttyrec-1.0.6-r1.ebuild 11 Jan 2008 21:10:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild,v 1.1 2005/11/05 04:08:25 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild,v 1.2 2008/01/11 21:10:34 grobian Exp $
30
31 DESCRIPTION="tty recorder"
32 HOMEPAGE="http://namazu.org/~satoru/ttyrec/"
33 @@ -8,7 +8,7 @@
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
38 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
39 IUSE=""
40
41 DEPEND="virtual/libc"
42 @@ -18,7 +18,7 @@
43 mycflags="${CFLAGS}"
44
45 # Bug 106530.
46 - if ! use x86-fbsd && ! use ppc-macos; then
47 + if [[ ${CHOST} == *-linux-gnu ]] ; then
48 mycflags="${CFLAGS} -DSVR4"
49 fi
50 make CFLAGS="${mycflags}" || die
51
52
53
54 1.18 app-misc/ttyrec/ttyrec-1.0.6.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild?rev=1.18&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild?rev=1.18&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild?r1=1.17&r2=1.18
59
60 Index: ttyrec-1.0.6.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v
63 retrieving revision 1.17
64 retrieving revision 1.18
65 diff -u -r1.17 -r1.18
66 --- ttyrec-1.0.6.ebuild 9 Sep 2005 17:42:59 -0000 1.17
67 +++ ttyrec-1.0.6.ebuild 11 Jan 2008 21:10:34 -0000 1.18
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2005 Gentoo Foundation
70 +# Copyright 1999-2008 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.17 2005/09/09 17:42:59 agriffis Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.18 2008/01/11 21:10:34 grobian Exp $
74
75 DESCRIPTION="tty recorder"
76 HOMEPAGE="http://namazu.org/~satoru/ttyrec/"
77 @@ -8,7 +8,7 @@
78
79 LICENSE="BSD"
80 SLOT="0"
81 -KEYWORDS="alpha ~amd64 ppc ppc-macos ppc64 sparc x86"
82 +KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86"
83 IUSE=""
84
85 DEPEND="virtual/libc"
86
87
88
89 1.19 app-misc/ttyrec/ChangeLog
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ChangeLog?rev=1.19&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ChangeLog?rev=1.19&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ttyrec/ChangeLog?r1=1.18&r2=1.19
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v
98 retrieving revision 1.18
99 retrieving revision 1.19
100 diff -u -r1.18 -r1.19
101 --- ChangeLog 9 Feb 2007 00:41:55 -0000 1.18
102 +++ ChangeLog 11 Jan 2008 21:10:34 -0000 1.19
103 @@ -1,6 +1,10 @@
104 # ChangeLog for app-misc/ttyrec
105 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.18 2007/02/09 00:41:55 flameeyes Exp $
107 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
108 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.19 2008/01/11 21:10:34 grobian Exp $
109 +
110 + 11 Jan 2008; Fabian Groffen <grobian@g.o> ttyrec-1.0.6.ebuild,
111 + ttyrec-1.0.6-r1.ebuild:
112 + Dropped ppc-macos keyword, see you in prefix
113
114 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
115 Regenerate digest in Manifest2 format.
116
117
118
119 --
120 gentoo-commits@l.g.o mailing list