From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87230138010 for ; Mon, 29 Oct 2012 08:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B6EBE02CE; Mon, 29 Oct 2012 08:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 89C80E02CE for ; Mon, 29 Oct 2012 08:32:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C65D933D8AD for ; Mon, 29 Oct 2012 08:32:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id CDA1021600; Mon, 29 Oct 2012 08:32:37 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-misc/linuxspa: linuxspa-0.7.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: linuxspa-0.7.1-r1.ebuild ChangeLog X-VCS-Directories: app-misc/linuxspa X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121029083237.CDA1021600@flycatcher.gentoo.org> Date: Mon, 29 Oct 2012 08:32:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06190a6f-dfec-4a93-b699-fb20b4de10cf X-Archives-Hash: f49ac9d444ee9e4dfc63eace27ca770b ago 12/10/29 08:32:37 Modified: linuxspa-0.7.1-r1.ebuild ChangeLog Log: eapi4, add ~amd64 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.2 app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild?r1=1.1&r2=1.2 Index: linuxspa-0.7.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linuxspa-0.7.1-r1.ebuild 17 Sep 2010 04:32:13 -0000 1.1 +++ linuxspa-0.7.1-r1.ebuild 29 Oct 2012 08:32:37 -0000 1.2 @@ -1,19 +1,19 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild,v 1.1 2010/09/17 04:32:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild,v 1.2 2012/10/29 08:32:37 ago Exp $ -EAPI="2" +EAPI=4 inherit eutils toolchain-funcs MY_PN="LinuxSPA" DESCRIPTION="Linux Serial Protocol Analyser" HOMEPAGE="http://sourceforge.net/projects/serialsniffer/" -SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-0.7.1.tgz" +SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}" @@ -29,8 +29,7 @@ emake \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS} -Wall" \ - LDFLAGS="${LDFLAGS}" \ - || die "emake failed" + LDFLAGS="${LDFLAGS}" } src_install() { 1.7 app-misc/linuxspa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/linuxspa/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 17 Sep 2010 04:32:13 -0000 1.6 +++ ChangeLog 29 Oct 2012 08:32:37 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/linuxspa -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/ChangeLog,v 1.6 2010/09/17 04:32:13 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/ChangeLog,v 1.7 2012/10/29 08:32:37 ago Exp $ + + 29 Oct 2012; Agostino Sarubbo linuxspa-0.7.1-r1.ebuild: + eapi4, add ~amd64 *linuxspa-0.7.1-r1 (17 Sep 2010) @@ -25,4 +28,3 @@ 26 Oct 2005; Chris Bainbridge +metadata.xml, +linuxspa-0.7.1.ebuild: This package was submitted by Chris Bainbridge -