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 1F68F1389E2 for ; Sun, 7 Dec 2014 13:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F254DE0B47; Sun, 7 Dec 2014 13:14:00 +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 859D9E0B47 for ; Sun, 7 Dec 2014 13:14:00 +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 7544E3403F9 for ; Sun, 7 Dec 2014 13:13:59 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2342) id 0A350BC66; Sun, 7 Dec 2014 13:13:58 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PortageXS: PortageXS-0.02.10-r4.ebuild PortageXS-0.02.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: PortageXS-0.02.10-r4.ebuild PortageXS-0.02.12.ebuild ChangeLog X-VCS-Directories: dev-perl/PortageXS X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141207131358.0A350BC66@oystercatcher.gentoo.org> Date: Sun, 7 Dec 2014 13:13:58 +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: be1c13e1-4685-4655-8c8c-efe9ffe27386 X-Archives-Hash: 3b0cd9f44036347997926dbd4371ec16 zlogene 14/12/07 13:13:58 Modified: PortageXS-0.02.10-r4.ebuild PortageXS-0.02.12.ebuild ChangeLog Log: Drop dev-lang/perl dependency (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.3 dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild?r1=1.2&r2=1.3 Index: PortageXS-0.02.10-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PortageXS-0.02.10-r4.ebuild 14 Aug 2014 15:04:37 -0000 1.2 +++ PortageXS-0.02.10-r4.ebuild 7 Dec 2014 13:13:57 -0000 1.3 @@ -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/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild,v 1.2 2014/08/14 15:04:37 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild,v 1.3 2014/12/07 13:13:57 zlogene Exp $ EAPI=5 @@ -16,8 +16,7 @@ IUSE="minimal" SRC_TEST="do" -DEPEND="dev-lang/perl - virtual/perl-Term-ANSIColor +DEPEND="virtual/perl-Term-ANSIColor dev-perl/Shell-EnvImporter !minimal? ( dev-perl/IO-Socket-SSL virtual/perl-Sys-Syslog )" 1.7 dev-perl/PortageXS/PortageXS-0.02.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild?r1=1.6&r2=1.7 Index: PortageXS-0.02.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- PortageXS-0.02.12.ebuild 24 Oct 2014 23:21:23 -0000 1.6 +++ PortageXS-0.02.12.ebuild 7 Dec 2014 13:13:57 -0000 1.7 @@ -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/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.6 2014/10/24 23:21:23 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.7 2014/12/07 13:13:57 zlogene Exp $ EAPI=5 MODULE_AUTHOR=KENTNL @@ -15,8 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="minimal" -DEPEND="dev-lang/perl - virtual/perl-Module-Build +DEPEND="virtual/perl-Module-Build virtual/perl-Term-ANSIColor dev-perl/Shell-EnvImporter !minimal? ( dev-perl/IO-Socket-SSL 1.66 dev-perl/PortageXS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 14 Aug 2014 15:04:37 -0000 1.65 +++ ChangeLog 7 Dec 2014 13:13:57 -0000 1.66 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PortageXS # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.65 2014/08/14 15:04:37 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.66 2014/12/07 13:13:57 zlogene Exp $ + + 07 Dec 2014; Mikle Kolyada PortageXS-0.02.10-r4.ebuild, + PortageXS-0.02.12.ebuild: + Drop dev-lang/perl dependency 14 Aug 2014; Mikle Kolyada -PortageXS-0.02.10-r3.ebuild, PortageXS-0.02.10-r4.ebuild: