From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Po8x1-0004ym-0f for garchives@archives.gentoo.org; Sat, 12 Feb 2011 06:27:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF79E0827; Sat, 12 Feb 2011 06:27:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 188A7E0839 for ; Sat, 12 Feb 2011 06:27:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 873AF1B41A1 for ; Sat, 12 Feb 2011 06:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CA00280079 for ; Sat, 12 Feb 2011 06:26:59 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <397def9b22b14c877445db9ffb88b802eb5c2be5.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Term-UI/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/Term-UI/ChangeLog perl-core/Term-UI/Term-UI-0.260.ebuild X-VCS-Directories: perl-core/Term-UI/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 397def9b22b14c877445db9ffb88b802eb5c2be5 Date: Sat, 12 Feb 2011 06:26:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 47d0a175caa55c16c5a94dfaf871c9ba commit: 397def9b22b14c877445db9ffb88b802eb5c2be5 Author: Torsten Veller gentoo org> AuthorDate: Sat Feb 12 06:25:01 2011 +0000 Commit: Torsten Veller gentoo org> CommitDate: Sat Feb 12 06:25:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D397def9b [bump] perl-core/Term-UI-0.260 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit = with key 0x4E046AEC) --- perl-core/Term-UI/ChangeLog | 5 +++++ perl-core/Term-UI/Term-UI-0.260.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 0 deletions(-) diff --git a/perl-core/Term-UI/ChangeLog b/perl-core/Term-UI/ChangeLog index d3778a0..400a1d7 100644 --- a/perl-core/Term-UI/ChangeLog +++ b/perl-core/Term-UI/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Term-UI-0.260 (12 Feb 2011) + + 12 Feb 2011; Torsten Veller +Term-UI-0.260.ebuild: + Version bump + *Term-UI-0.240 (20 Jan 2011) =20 20 Jan 2011; Torsten Veller +Term-UI-0.240.ebuild: diff --git a/perl-core/Term-UI/Term-UI-0.260.ebuild b/perl-core/Term-UI/T= erm-UI-0.260.ebuild new file mode 100644 index 0000000..0df00d7 --- /dev/null +++ b/perl-core/Term-UI/Term-UI-0.260.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +MODULE_AUTHOR=3DBINGOS +MODULE_VERSION=3D0.26 +inherit perl-module + +DESCRIPTION=3D"Term::ReadLine UI made easy" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D"virtual/perl-Locale-Maketext-Simple + virtual/perl-Log-Message-Simple + virtual/perl-Params-Check" +DEPEND=3D"${RDEPEND}" + +SRC_TEST=3Ddo