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 CD86B138CE6 for ; Sat, 13 Jun 2015 12:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C26AE07D3; Sat, 13 Jun 2015 12:45:08 +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 C49A6E07D3 for ; Sat, 13 Jun 2015 12:45:07 +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 4C5C03406BF for ; Sat, 13 Jun 2015 12:45:06 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id 10E70A23; Sat, 13 Jun 2015 12:45:05 +0000 (UTC) From: "Andreas Huettel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Pluggable: ChangeLog Module-Pluggable-4.700.0.ebuild Module-Pluggable-4.800.0.ebuild metadata.xml X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog Module-Pluggable-4.700.0.ebuild Module-Pluggable-4.800.0.ebuild metadata.xml X-VCS-Directories: dev-perl/Module-Pluggable X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Huettel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150613124505.10E70A23@oystercatcher.gentoo.org> Date: Sat, 13 Jun 2015 12:45:05 +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: d8c09910-a068-4e06-a3ec-6118f1cd1c74 X-Archives-Hash: 7c27283d3ffb8e59b176495da2c319a7 dilfridge 15/06/13 12:45:05 Added: ChangeLog Module-Pluggable-4.700.0.ebuild Module-Pluggable-4.800.0.ebuild metadata.xml Log: Move from perl-core to dev-perl (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0B08240A96F66571) Revision Changes Path 1.37 dev-perl/Module-Pluggable/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog?r1=1.36&r2=1.37 1.1 dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild?rev=1.1&content-type=text/plain Index: Module-Pluggable-4.700.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild,v 1.1 2015/06/13 12:45:04 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=SIMONW MODULE_VERSION=4.7 inherit perl-module DESCRIPTION="automatically give your module the ability to have plugins" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-File-Spec" DEPEND="${RDEPEND} virtual/perl-Module-Build " SRC_TEST="do" 1.1 dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild?rev=1.1&content-type=text/plain Index: Module-Pluggable-4.800.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild,v 1.1 2015/06/13 12:45:04 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=SIMONW MODULE_VERSION=4.8 inherit perl-module DESCRIPTION="automatically give your module the ability to have plugins" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-File-Spec" DEPEND="${RDEPEND} virtual/perl-Module-Build " SRC_TEST="do" 1.3 dev-perl/Module-Pluggable/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/metadata.xml?r1=1.2&r2=1.3