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 94804138825 for ; Sun, 9 Nov 2014 21:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC424E081E; Sun, 9 Nov 2014 21:49:57 +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 715D6E081E for ; Sun, 9 Nov 2014 21:49:57 +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 2E5723404AF for ; Sun, 9 Nov 2014 21:49:56 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id D31B99CA7; Sun, 9 Nov 2014 21:49: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 net-ftp/profxp: profxp-3_pre2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: profxp-3_pre2-r2.ebuild ChangeLog X-VCS-Directories: net-ftp/profxp X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141109214954.D31B99CA7@oystercatcher.gentoo.org> Date: Sun, 9 Nov 2014 21:49: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: b9083a0b-08de-4ed9-ba99-0a7ca2bb9eb1 X-Archives-Hash: 50f834b8336b89f9c41ff56a94d5ca9b dilfridge 14/11/09 21:49:54 Modified: profxp-3_pre2-r2.ebuild ChangeLog Log: Replace perlinfo with perl_set_version (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision Changes Path 1.2 net-ftp/profxp/profxp-3_pre2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild?r1=1.1&r2=1.2 Index: profxp-3_pre2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- profxp-3_pre2-r2.ebuild 29 Jan 2014 01:18:09 -0000 1.1 +++ profxp-3_pre2-r2.ebuild 9 Nov 2014 21:49:54 -0000 1.2 @@ -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/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v 1.1 2014/01/29 01:18:09 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v 1.2 2014/11/09 21:49:54 dilfridge Exp $ EAPI=5 @@ -36,7 +36,7 @@ } src_install() { - perlinfo + perl_set_version newbin profxpv3.pl profxp.pl dosym profxp.pl /usr/bin/profxp insinto ${ARCH_LIB}/Net 1.12 net-ftp/profxp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/profxp/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/profxp/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/profxp/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 29 Jan 2014 01:18:09 -0000 1.11 +++ ChangeLog 9 Nov 2014 21:49:54 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/profxp # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.11 2014/01/29 01:18:09 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.12 2014/11/09 21:49:54 dilfridge Exp $ + + 09 Nov 2014; Andreas K. Huettel + profxp-3_pre2-r2.ebuild: + Replace perlinfo with perl_set_version *profxp-3_pre2-r2 (29 Jan 2014)