Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/qlcr: qlcr-0.4.1-r1.ebuild
Date: Mon, 07 Jan 2008 14:26:00
Message-Id: E1JBsvN-0008FH-QX@stork.gentoo.org
1 mrness 08/01/07 14:25:57
2
3 Modified: qlcr-0.4.1-r1.ebuild
4 Log:
5 ebuild qa fixes
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 net-dialup/qlcr/qlcr-0.4.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: qlcr-0.4.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qlcr-0.4.1-r1.ebuild 7 Jan 2008 14:22:28 -0000 1.1
22 +++ qlcr-0.4.1-r1.ebuild 7 Jan 2008 14:25:57 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v 1.1 2008/01/07 14:22:28 mrness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v 1.2 2008/01/07 14:25:57 mrness Exp $
28
29 inherit eutils kde-functions
30
31 @@ -19,14 +19,14 @@
32 net-misc/wget"
33 RDEPEND="${DEPEND}"
34
35 -src_unpack() {
36 +src_unpack() {
37 unpack ${A}
38
39 cd "${S}"
40 # use a different provider file since the original one is no longer available
41 epatch "${FILESDIR}/${P}-providerfileurl.patch"
42 # reduce font size to 8 pts
43 - sed --in-place "s:<pointsize>9:<pointsize>8:" ${S}/src/lcr.ui || die "sed failed"
44 + sed --in-place "s:<pointsize>9:<pointsize>8:" "${S}"/src/lcr.ui || die "sed failed"
45 }
46
47 src_compile() {
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list