From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JBsvQ-00040q-HT for garchives@archives.gentoo.org; Mon, 07 Jan 2008 14:26:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B84DE06B0; Mon, 7 Jan 2008 14:25:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 57E37E06B0 for ; Mon, 7 Jan 2008 14:25:59 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DA636654FF for ; Mon, 7 Jan 2008 14:25:58 +0000 (UTC) Received: from mrness by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JBsvN-0008FH-QX for gentoo-commits@lists.gentoo.org; Mon, 07 Jan 2008 14:25:57 +0000 From: "Alin Nastac (mrness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/qlcr: qlcr-0.4.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: qlcr-0.4.1-r1.ebuild X-VCS-Directories: net-dialup/qlcr X-VCS-Committer: mrness X-VCS-Committer-Name: Alin Nastac Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alin Nastac Date: Mon, 07 Jan 2008 14:25:57 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4d0b9d38-bfb3-4713-8066-fe3f2b9fda81 X-Archives-Hash: 2e3218ccd10cff6837c098cf0426de6d mrness 08/01/07 14:25:57 Modified: qlcr-0.4.1-r1.ebuild Log: ebuild qa fixes (Portage version: 2.1.3.19) Revision Changes Path 1.2 net-dialup/qlcr/qlcr-0.4.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ql= cr-0.4.1-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ql= cr-0.4.1-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/qlcr/ql= cr-0.4.1-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: qlcr-0.4.1-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qlcr-0.4.1-r1.ebuild 7 Jan 2008 14:22:28 -0000 1.1 +++ qlcr-0.4.1-r1.ebuild 7 Jan 2008 14:25:57 -0000 1.2 @@ -1,6 +1,6 @@ # 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 $ +# $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 $ =20 inherit eutils kde-functions =20 @@ -19,14 +19,14 @@ net-misc/wget" RDEPEND=3D"${DEPEND}" =20 -src_unpack() {=20 +src_unpack() { unpack ${A} =20 cd "${S}" # use a different provider file since the original one is no longer ava= ilable epatch "${FILESDIR}/${P}-providerfileurl.patch" # reduce font size to 8 pts - sed --in-place "s:9:8:" ${S}/src/lcr.ui || die "s= ed failed" + sed --in-place "s:9:8:" "${S}"/src/lcr.ui || die = "sed failed" } =20 src_compile() { --=20 gentoo-commits@lists.gentoo.org mailing list