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 6F6F41389E2 for ; Sat, 13 Dec 2014 20:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C49E0FC1; Sat, 13 Dec 2014 20:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9875EE0FC1 for ; Sat, 13 Dec 2014 20:59:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C97293403F9 for ; Sat, 13 Dec 2014 20:59:55 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id 80C97C5BB; Sat, 13 Dec 2014 20:59:54 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: pilot-link-0.12.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pilot-link-0.12.5-r1.ebuild ChangeLog X-VCS-Directories: app-pda/pilot-link X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141213205954.80C97C5BB@oystercatcher.gentoo.org> Date: Sat, 13 Dec 2014 20:59:54 +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: 950e8212-4de7-4815-bd25-f3f9a35ae9a7 X-Archives-Hash: 020f00d980991de0b77871579c833ed2 dilfridge 14/12/13 20:59:54 Modified: pilot-link-0.12.5-r1.ebuild ChangeLog Log: Replace perl-module_src_prep with perl-module_src_configure (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision Changes Path 1.5 app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild?r1=1.4&r2=1.5 Index: pilot-link-0.12.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pilot-link-0.12.5-r1.ebuild 19 Nov 2014 19:46:46 -0000 1.4 +++ pilot-link-0.12.5-r1.ebuild 13 Dec 2014 20:59:54 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.4 2014/11/19 19:46:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.5 2014/12/13 20:59:54 dilfridge Exp $ EAPI=5 @@ -69,7 +69,7 @@ if use perl; then cd "${S}"/bindings/Perl - perl-module_src_prep + perl-module_src_configure local mymake=( OTHERLDFLAGS="${LDFLAGS} -L../../libpisock/.libs -lpisock" ) #308629 perl-module_src_compile fi 1.79 app-pda/pilot-link/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 19 Nov 2014 19:46:46 -0000 1.78 +++ ChangeLog 13 Dec 2014 20:59:54 -0000 1.79 @@ -1,6 +1,10 @@ # ChangeLog for app-pda/pilot-link # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.78 2014/11/19 19:46:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.79 2014/12/13 20:59:54 dilfridge Exp $ + + 13 Dec 2014; Andreas K. Huettel + pilot-link-0.12.5-r1.ebuild: + Replace perl-module_src_prep with perl-module_src_configure 19 Nov 2014; Andreas K. Huettel pilot-link-0.12.5-r1.ebuild: