From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NYQdo-00021n-BV for garchives@archives.gentoo.org; Fri, 22 Jan 2010 21:02:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D34E091B; Fri, 22 Jan 2010 21:02:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD194E091B for ; Fri, 22 Jan 2010 21:02:03 +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 281931B4149 for ; Fri, 22 Jan 2010 21:02:03 +0000 (UTC) Received: from yngwin by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NYQdm-0002tc-Hw for gentoo-commits@lists.gentoo.org; Fri, 22 Jan 2010 21:02:02 +0000 From: "Ben de Groot (yngwin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, yngwin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-meta: lxde-meta-0.5.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: lxde-meta-0.5.0.ebuild X-VCS-Directories: lxde-base/lxde-meta X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ben de Groot Date: Fri, 22 Jan 2010 21:02:02 +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: 45beb7ab-20b8-4501-aacb-6f08e3804475 X-Archives-Hash: bcb0e3dfbccb93561a3c19c55db090db yngwin 10/01/22 21:02:02 Modified: lxde-meta-0.5.0.ebuild Log: Put elog message on one line (Portage version: 2.2_rc61/cvs/Linux x86_64) Revision Changes Path 1.2 lxde-base/lxde-meta/lxde-meta-0.5.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxde-met= a/lxde-meta-0.5.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxde-met= a/lxde-meta-0.5.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxde-met= a/lxde-meta-0.5.0.ebuild?r1=3D1.1&r2=3D1.2 Index: lxde-meta-0.5.0.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/lxde-base/lxde-meta/lxde-meta-0.5.0.ebu= ild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxde-meta-0.5.0.ebuild 22 Jan 2010 20:30:06 -0000 1.1 +++ lxde-meta-0.5.0.ebuild 22 Jan 2010 21:02:02 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.0.e= build,v 1.1 2010/01/22 20:30:06 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.0.e= build,v 1.2 2010/01/22 21:02:02 yngwin Exp $ =20 DESCRIPTION=3D"Meta ebuild for LXDE, the Lightweight X11 Desktop Environ= ment" HOMEPAGE=3D"http://lxde.sf.net/" @@ -28,7 +28,6 @@ x11-misc/obconf" =20 pkg_postinst() { - elog "For your convenience you can review the LXDE" - elog "Configuration HOWTO at" + elog "For your convenience you can review the LXDE Configuration HOWTO = at" elog "http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" }