public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/qlcr: ChangeLog qlcr-0.4.1-r1.ebuild qlcr-0.4.1.ebuild
@ 2008-01-07 14:22 Alin Nastac (mrness)
  0 siblings, 0 replies; only message in thread
From: Alin Nastac (mrness) @ 2008-01-07 14:22 UTC (permalink / raw
  To: gentoo-commits

mrness      08/01/07 14:22:28

  Modified:             ChangeLog
  Added:                qlcr-0.4.1-r1.ebuild
  Removed:              qlcr-0.4.1.ebuild
  Log:
  Change provider file URL; reduce font size to 8 pt in order to better cope with Gnome's default Sans font (#204304).
  (Portage version: 2.1.3.19, RepoMan options: --force)

Revision  Changes    Path
1.10                 net-dialup/qlcr/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Jul 2007 08:00:03 -0000	1.9
+++ ChangeLog	7 Jan 2008 14:22:28 -0000	1.10
@@ -1,6 +1,14 @@
 # ChangeLog for net-dialup/qlcr
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.9 2007/07/18 08:00:03 mrness Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/ChangeLog,v 1.10 2008/01/07 14:22:28 mrness Exp $
+
+*qlcr-0.4.1-r1 (07 Jan 2008)
+
+  07 Jan 2008; Alin Năstac <mrness@gentoo.org>
+  +files/qlcr-0.4.1-providerfileurl.patch, -qlcr-0.4.1.ebuild,
+  +qlcr-0.4.1-r1.ebuild:
+  Change provider file URL; reduce font size to 8 pt in order to better cope
+  with Gnome's default Sans font (#204304).
 
   18 Jul 2007; Alin Năstac <mrness@gentoo.org> qlcr-0.4.1.ebuild:
   Update HOMEPAGE.



1.1                  net-dialup/qlcr/qlcr-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild?rev=1.1&view=markup
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

Index: qlcr-0.4.1-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

inherit eutils kde-functions

DESCRIPTION="Qt based Least Cost Router for Germany"
HOMEPAGE="http://www.thepingofdeath.de/"
SRC_URI="mirror://sourceforge/qlcr/${P}-1.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""

DEPEND="$(qt_min_version 3.3)
	>=net-dialup/wvdial-1.54.0
	net-misc/ntp
	net-misc/wget"
RDEPEND="${DEPEND}"

src_unpack() { 
	unpack ${A}

	cd "${S}"
	# use a different provider file since the original one is no longer available
	epatch "${FILESDIR}/${P}-providerfileurl.patch"
	# reduce font size to 8 pts
	sed --in-place "s:<pointsize>9:<pointsize>8:" ${S}/src/lcr.ui || die "sed failed"
}

src_compile() {
	cd src
	${QTDIR}/bin/qmake -o Makefile qlcr.pro || die "qmake failed"
	emake || die "emake failed"
}

src_install() {
	dobin src/qlcr

	domenu qlcr.desktop
	doicon qlcr.png

	dodoc README TODO FAQ CHANGELOG
	gunzip qlcr.1.gz
	doman qlcr.1
}

pkg_postinst() {
	elog
	elog "To use qlcr you should add the appropriate user to the dialout group."
	elog
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-07 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 14:22 [gentoo-commits] gentoo-x86 commit in net-dialup/qlcr: ChangeLog qlcr-0.4.1-r1.ebuild qlcr-0.4.1.ebuild Alin Nastac (mrness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox