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 7C3F91381F3 for ; Fri, 3 May 2013 10:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DC84E094C; Fri, 3 May 2013 10:51:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5369E094C for ; Fri, 3 May 2013 10:51:51 +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 AD9B833DF28 for ; Fri, 3 May 2013 10:51:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4432EE4919 for ; Fri, 3 May 2013 10:51:49 +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: <1367574845.98e436e89e5489bf8fe616508225d8278ad6a67b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild X-VCS-Directories: dev-perl/SVN-Notify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 98e436e89e5489bf8fe616508225d8278ad6a67b X-VCS-Branch: master Date: Fri, 3 May 2013 10:51:49 +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: 1898fd2c-b420-4c22-abb1-bbc0f71f448d X-Archives-Hash: 89c7009c5481494747d5a6fbb4bb45d8 commit: 98e436e89e5489bf8fe616508225d8278ad6a67b Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 3 09:54:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=98e436e8 Add remaning ebuilds from my perl-other overlay --- dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild new file mode 100644 index 0000000..8b48439 --- /dev/null +++ b/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild @@ -0,0 +1,27 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Subversion activity notification" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/D/DW/DWHEELER/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +RESTRICT="mirror" +SRC_TEST="do" + +IUSE="smtp test" +RDEPEND=">=dev-lang/perl-5.6.0 + dev-util/subversion + >=virtual/perl-Getopt-Long-2.34 + virtual/perl-PodParser + dev-perl/HTML-Parser + smtp? ( virtual/perl-libnet )" +DEPEND=">=virtual/perl-Module-Build-0.27.01 + ${RDEPEND} + virtual/perl-File-Spec + test? ( >=virtual/perl-Test-Simple-0.17 )"