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 1NlT6H-0003B6-2F for garchives@archives.gentoo.org; Sat, 27 Feb 2010 20:17:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21BDEE0994; Sat, 27 Feb 2010 20:17:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02E25E0994 for ; Sat, 27 Feb 2010 20:17:20 +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 9E1661B4042 for ; Sat, 27 Feb 2010 20:17:19 +0000 (UTC) Received: from yngwin by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NlT6E-0003jW-SX for gentoo-commits@lists.gentoo.org; Sat, 27 Feb 2010 20:17:18 +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/lxmenu-data: lxmenu-data-0.1.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: lxmenu-data-0.1.1.ebuild X-VCS-Directories: lxde-base/lxmenu-data X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ben de Groot Date: Sat, 27 Feb 2010 20:17:18 +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: 874c15e0-6dcc-4027-9318-c81c521c82e8 X-Archives-Hash: fbff987615a06faa702ef17136ac0dca yngwin 10/02/27 20:17:18 Modified: lxmenu-data-0.1.1.ebuild Log: Use emake (Portage version: 2.2_rc63/cvs/Linux x86_64) Revision Changes Path 1.8 lxde-base/lxmenu-data/lxmenu-data-0.1.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxmenu-d= ata/lxmenu-data-0.1.1.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxmenu-d= ata/lxmenu-data-0.1.1.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxmenu-d= ata/lxmenu-data-0.1.1.ebuild?r1=3D1.7&r2=3D1.8 Index: lxmenu-data-0.1.1.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/lxmenu-data/lxmenu-data-0.1.1= .ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lxmenu-data-0.1.1.ebuild 23 Feb 2010 18:39:42 -0000 1.7 +++ lxmenu-data-0.1.1.ebuild 27 Feb 2010 20:17:18 -0000 1.8 @@ -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/lxmenu-data/lxmenu-data-0.1= .1.ebuild,v 1.7 2010/02/23 18:39:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1= .1.ebuild,v 1.8 2010/02/27 20:17:18 yngwin Exp $ =20 DESCRIPTION=3D"Provides files needed for LXDE application menus" HOMEPAGE=3D"http://lxde.sourceforge.net/" @@ -17,6 +17,6 @@ dev-util/pkgconfig" =20 src_install() { - make DESTDIR=3D"${D}" install || die "make install failed" + emake DESTDIR=3D"${D}" install || die "make install failed" dodoc AUTHORS README || die "dodoc failed" }