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 4984B138D05 for ; Thu, 2 Jul 2015 04:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07BF6E0822; Thu, 2 Jul 2015 04:50:40 +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 39CE7E0825 for ; Thu, 2 Jul 2015 04:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B82F340815 for ; Thu, 2 Jul 2015 04:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D703741 for ; Thu, 2 Jul 2015 04:50:37 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1435810046.6d3384b5e78edb2bd970a03e0012ddffae5b9fd6.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/File-Rsync/ChangeLog dev-perl/File-Rsync/File-Rsync-0.42.ebuild dev-perl/File-Rsync/metadata.xml X-VCS-Directories: dev-perl/File-Rsync/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6d3384b5e78edb2bd970a03e0012ddffae5b9fd6 X-VCS-Branch: master Date: Thu, 2 Jul 2015 04:50: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: 488010c9-aeb3-4dc2-85e2-173e2eb9cefc X-Archives-Hash: b4fd4fedfae8eda1c1c4ea1fb83c1489 commit: 6d3384b5e78edb2bd970a03e0012ddffae5b9fd6 Author: Daniel Westermann-Clark pobox com> AuthorDate: Thu Jul 9 14:36:57 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 04:07:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6d3384b5 [rebase-filter: dwc/File-Rsync] Convert to EAPI=2 and add metadata.xml (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) dev-perl/File-Rsync/ChangeLog | 8 ++++++++ dev-perl/File-Rsync/File-Rsync-0.42.ebuild | 17 ++++++++--------- dev-perl/File-Rsync/metadata.xml | 9 +++++++++ 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/dev-perl/File-Rsync/ChangeLog b/dev-perl/File-Rsync/ChangeLog new file mode 100644 index 0000000..5f9fc8c --- /dev/null +++ b/dev-perl/File-Rsync/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/File-Rsync +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 Jul 2009; Daniel Westermann-Clark + File-Rsync-0.42.ebuild, +metadata.xml: + Convert to EAPI=2 and add metadata.xml + diff --git a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild index 25d9bc9..700b3a3 100644 --- a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild +++ b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild @@ -1,22 +1,21 @@ -# Copyright Daniel Westermann-Clark +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ +# $Header: $ +EAPI=2 + +MODULE_AUTHOR=LEAKIN inherit perl-module DESCRIPTION="Perl interface to rsync" -HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/L/LE/LEAKIN/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" -RESTRICT="nomirror" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" SRC_TEST="do" IUSE="" -RDEPEND="dev-lang/perl - virtual/perl-Scalar-List-Utils +RDEPEND="virtual/perl-Scalar-List-Utils net-misc/rsync" DEPEND="${RDEPEND}" diff --git a/dev-perl/File-Rsync/metadata.xml b/dev-perl/File-Rsync/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/File-Rsync/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + dwc@pobox.com + Daniel Westermann-Clark + +