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 B51C3138010 for ; Sun, 28 Oct 2012 02:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56F1B21C04B; Sun, 28 Oct 2012 02:41:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7E4AE065A for ; Sun, 28 Oct 2012 02:41: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 2B20633D921 for ; Sun, 28 Oct 2012 02:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C74F6E5458 for ; Sun, 28 Oct 2012 02:41:43 +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: <1351367912.e330b4ed5436bce6e2e2a3c2b0cff097eeea8ade.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-HTTP-Tiny/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-HTTP-Tiny/ChangeLog virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.24.0.ebuild X-VCS-Directories: virtual/perl-HTTP-Tiny/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e330b4ed5436bce6e2e2a3c2b0cff097eeea8ade X-VCS-Branch: master Date: Sun, 28 Oct 2012 02:41:43 +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: ad1de788-ba47-423e-9b8c-c5ae8c57b11e X-Archives-Hash: df5f9870f3e648c94da9f93b00104d12 commit: e330b4ed5436bce6e2e2a3c2b0cff097eeea8ade Author: Kent Fredric gmail com> AuthorDate: Sat Oct 27 19:58:32 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Oct 27 19:58:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e330b4ed [newversion] virtual/HTTP-Tiny-0.24.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- virtual/perl-HTTP-Tiny/ChangeLog | 6 ++++++ .../perl-HTTP-Tiny/perl-HTTP-Tiny-0.24.0.ebuild | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/virtual/perl-HTTP-Tiny/ChangeLog b/virtual/perl-HTTP-Tiny/ChangeLog index 9338972..30a4d91 100644 --- a/virtual/perl-HTTP-Tiny/ChangeLog +++ b/virtual/perl-HTTP-Tiny/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-HTTP-Tiny-0.24.0 (27 Oct 2012) + + 27 Oct 2012; Kent Fredric + +perl-HTTP-Tiny-0.24.0.ebuild: + Version Bump + *perl-HTTP-Tiny-0.22.0 (09 Jun 2012) *perl-HTTP-Tiny-0.17.0-r1 (09 Jun 2012) diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.24.0.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.24.0.ebuild new file mode 100644 index 0000000..f881456 --- /dev/null +++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.24.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Virtual for HTTP-Tiny" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/HTTP-Tiny-${PV}"