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 5D1611381F3 for ; Mon, 5 Nov 2012 23:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB21E0595; Mon, 5 Nov 2012 23:23:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EF3E1E0587 for ; Mon, 5 Nov 2012 23:23:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E87233D881 for ; Mon, 5 Nov 2012 23:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E9A9AE5458 for ; Mon, 5 Nov 2012 23:23:44 +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: <1352153294.9e5505409acb627c5340eeb5c681e2e102161248.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Bone-Easy/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild dev-perl/Bone-Easy/ChangeLog dev-perl/Bone-Easy/metadata.xml X-VCS-Directories: dev-perl/Bone-Easy/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9e5505409acb627c5340eeb5c681e2e102161248 X-VCS-Branch: master Date: Mon, 5 Nov 2012 23:23:44 +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: 64978fe8-d585-4020-994f-119a5c0613f2 X-Archives-Hash: bd99bc4b83c77827180e511a7347a639 commit: 9e5505409acb627c5340eeb5c681e2e102161248 Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 21:03:48 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Nov 5 22:08:14 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9e550540 [import/dwc/bone-easy] Convert to EAPI=2 and add metadata.xml (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) --- dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild | 17 +++++++++-------- dev-perl/Bone-Easy/ChangeLog | 8 ++++++++ dev-perl/Bone-Easy/metadata.xml | 9 +++++++++ 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild index bc03acc..c4834b5 100644 --- a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild +++ b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild @@ -1,18 +1,19 @@ -# 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=MSCHWERN inherit perl-module DESCRIPTION="Perl module for generating pickup lines" -HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="nomirror" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +SRC_TEST="do" IUSE="" -RDEPEND="dev-lang/perl" +RDEPEND="" DEPEND="${RDEPEND}" diff --git a/dev-perl/Bone-Easy/ChangeLog b/dev-perl/Bone-Easy/ChangeLog new file mode 100644 index 0000000..59f5403 --- /dev/null +++ b/dev-perl/Bone-Easy/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Bone-Easy +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 08 Jul 2009; Daniel Westermann-Clark + Bone-Easy-0.04.ebuild, +metadata.xml: + Convert to EAPI=2 and add metadata.xml + diff --git a/dev-perl/Bone-Easy/metadata.xml b/dev-perl/Bone-Easy/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/Bone-Easy/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + dwc@pobox.com + Daniel Westermann-Clark + +