Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tprint: tprint-1.1.0.ebuild ChangeLog
Date: Tue, 30 Dec 2008 20:31:40
Message-Id: E1LHlFa-0005bZ-RH@stork.gentoo.org
1 angelos 08/12/30 20:31:38
2
3 Modified: tprint-1.1.0.ebuild ChangeLog
4 Log:
5 QA: Respect CC (bug 243680)
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.4 app-misc/tprint/tprint-1.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tprint/tprint-1.1.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tprint/tprint-1.1.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tprint/tprint-1.1.0.ebuild?r1=1.3&r2=1.4
14
15 Index: tprint-1.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/tprint/tprint-1.1.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- tprint-1.1.0.ebuild 1 Jan 2005 15:27:25 -0000 1.3
22 +++ tprint-1.1.0.ebuild 30 Dec 2008 20:31:38 -0000 1.4
23 @@ -1,28 +1,29 @@
24 -# Copyright 1999-2005 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/app-misc/tprint/tprint-1.1.0.ebuild,v 1.3 2005/01/01 15:27:25 eradicator Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/tprint-1.1.0.ebuild,v 1.4 2008/12/30 20:31:38 angelos Exp $
29 +
30 +inherit toolchain-funcs
31
32 DESCRIPTION="Transparent Print Utility for terminals"
33 HOMEPAGE="http://sourceforge.net/projects/tprint/"
34 -SRC_URI="mirror://sourceforge/tprint/${P}.tar.gz"
35 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
36 +
37 LICENSE="GPL-2"
38 SLOT="0"
39 KEYWORDS="~x86 ~ppc"
40 IUSE=""
41 -RDEPEND="virtual/libc"
42 -DEPEND="${RDEPEND}
43 - >=sys-apps/sed-4"
44
45 src_unpack() {
46 unpack ${A}
47 - cd ${S}
48 + cd "${S}"
49
50 sed -i -e "s:-g -O2 -Wall:${CFLAGS}:g" \
51 - Makefile || die "Error parsing Makefile"
52 + -e "s:cc:$(tc-getCC):" \
53 + Makefile || die "sed failed"
54 }
55
56 src_compile() {
57 - emake || die "failed during compiling..."
58 + emake || die "emake failed"
59 }
60
61 src_install() {
62 @@ -30,7 +31,7 @@
63 insinto /etc/tprint
64 doins tprint.conf
65 exeinto /usr/bin
66 - doexe tprint
67 + doexe tprint || die "doexe failed"
68
69 dodoc INSTALL README
70 }
71
72
73
74 1.6 app-misc/tprint/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tprint/ChangeLog?rev=1.6&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tprint/ChangeLog?rev=1.6&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tprint/ChangeLog?r1=1.5&r2=1.6
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v
83 retrieving revision 1.5
84 retrieving revision 1.6
85 diff -u -r1.5 -r1.6
86 --- ChangeLog 19 Mar 2007 13:22:29 -0000 1.5
87 +++ ChangeLog 30 Dec 2008 20:31:38 -0000 1.6
88 @@ -1,6 +1,9 @@
89 # ChangeLog for app-misc/tprint
90 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v 1.5 2007/03/19 13:22:29 kloeri Exp $
92 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tprint/ChangeLog,v 1.6 2008/12/30 20:31:38 angelos Exp $
94 +
95 + 30 Dec 2008; Christoph Mende <angelos@g.o> tprint-1.1.0.ebuild:
96 + QA: Respect CC (bug 243680)
97
98 19 Mar 2007; Bryan Østergaard <kloeri@g.o> metadata.xml:
99 Remove pfeifer from metadata.xml due to retirement.