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 6DD7C1381F3 for ; Mon, 5 Nov 2012 23:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0E26E0587; 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 DF57CE055E 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 0281033D872 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 C72D6E5457 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.989f7e457c316a128a773bfd3abaa249b8b942dc.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 X-VCS-Directories: dev-perl/Bone-Easy/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 989f7e457c316a128a773bfd3abaa249b8b942dc 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: 72177f93-fb3a-4c04-abc1-5882aba3d824 X-Archives-Hash: a27a5323a3d596d3dd96b34924604ff5 commit: 989f7e457c316a128a773bfd3abaa249b8b942dc Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 15:43:12 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=989f7e45 [import/dwc/bone-easy] Add remaning ebuilds from my perl-other overlay --- dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild new file mode 100644 index 0000000..bc03acc --- /dev/null +++ b/dev-perl/Bone-Easy/Bone-Easy-0.04.ebuild @@ -0,0 +1,18 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +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" + +IUSE="" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND}"