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: ChangeLog qlcr-0.4.1-r1.ebuild qlcr-0.4.1.ebuild
Date: Mon, 07 Jan 2008 14:22:32
Message-Id: E1JBss0-0008Bo-T0@stork.gentoo.org
1 mrness 08/01/07 14:22:28
2
3 Modified: ChangeLog
4 Added: qlcr-0.4.1-r1.ebuild
5 Removed: qlcr-0.4.1.ebuild
6 Log:
7 Change provider file URL; reduce font size to 8 pt in order to better cope with Gnome's default Sans font (#204304).
8 (Portage version: 2.1.3.19, RepoMan options: --force)
9
10 Revision Changes Path
11 1.10 net-dialup/qlcr/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 18 Jul 2007 08:00:03 -0000 1.9
24 +++ ChangeLog 7 Jan 2008 14:22:28 -0000 1.10
25 @@ -1,6 +1,14 @@
26 # ChangeLog for net-dialup/qlcr
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.9 2007/07/18 08:00:03 mrness Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.10 2008/01/07 14:22:28 mrness Exp $
31 +
32 +*qlcr-0.4.1-r1 (07 Jan 2008)
33 +
34 + 07 Jan 2008; Alin Năstac <mrness@g.o>
35 + +files/qlcr-0.4.1-providerfileurl.patch, -qlcr-0.4.1.ebuild,
36 + +qlcr-0.4.1-r1.ebuild:
37 + Change provider file URL; reduce font size to 8 pt in order to better cope
38 + with Gnome's default Sans font (#204304).
39
40 18 Jul 2007; Alin Năstac <mrness@g.o> qlcr-0.4.1.ebuild:
41 Update HOMEPAGE.
42
43
44
45 1.1 net-dialup/qlcr/qlcr-0.4.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: qlcr-0.4.1-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $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 $
55
56 inherit eutils kde-functions
57
58 DESCRIPTION="Qt based Least Cost Router for Germany"
59 HOMEPAGE="http://www.thepingofdeath.de/"
60 SRC_URI="mirror://sourceforge/qlcr/${P}-1.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 x86"
65 IUSE=""
66
67 DEPEND="$(qt_min_version 3.3)
68 >=net-dialup/wvdial-1.54.0
69 net-misc/ntp
70 net-misc/wget"
71 RDEPEND="${DEPEND}"
72
73 src_unpack() {
74 unpack ${A}
75
76 cd "${S}"
77 # use a different provider file since the original one is no longer available
78 epatch "${FILESDIR}/${P}-providerfileurl.patch"
79 # reduce font size to 8 pts
80 sed --in-place "s:<pointsize>9:<pointsize>8:" ${S}/src/lcr.ui || die "sed failed"
81 }
82
83 src_compile() {
84 cd src
85 ${QTDIR}/bin/qmake -o Makefile qlcr.pro || die "qmake failed"
86 emake || die "emake failed"
87 }
88
89 src_install() {
90 dobin src/qlcr
91
92 domenu qlcr.desktop
93 doicon qlcr.png
94
95 dodoc README TODO FAQ CHANGELOG
96 gunzip qlcr.1.gz
97 doman qlcr.1
98 }
99
100 pkg_postinst() {
101 elog
102 elog "To use qlcr you should add the appropriate user to the dialout group."
103 elog
104 }
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list