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 26C5F138262 for ; Wed, 18 May 2016 22:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27071430C; Wed, 18 May 2016 22:07:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 024D51430C for ; Wed, 18 May 2016 22:07:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DD45340BD7 for ; Wed, 18 May 2016 22:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D283C96F for ; Wed, 18 May 2016 22:07:47 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1463609262.fd94badd3ce8034165cce9cd0a67cc6aa1adbe06.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Encode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild X-VCS-Directories: dev-perl/LaTeX-Encode/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: fd94badd3ce8034165cce9cd0a67cc6aa1adbe06 X-VCS-Branch: master Date: Wed, 18 May 2016 22:07:47 +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: d13e4def-5bfc-4fd8-808f-f231fd48e0e8 X-Archives-Hash: b3293075296b72f0026827a83a8e5b16 commit: fd94badd3ce8034165cce9cd0a67cc6aa1adbe06 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed May 18 22:05:16 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed May 18 22:07:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd94badd dev-perl/LaTeX-Encode: Add revbump with missing deps Package-Manager: portage-2.2.28 .../LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild b/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild new file mode 100644 index 0000000..0d5891c --- /dev/null +++ b/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=EINHVERFR +DIST_VERSION=0.091.6 +inherit perl-module + +DESCRIPTION="Encode characters for LaTeX formatting" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Getopt-Long + dev-perl/HTML-Parser + dev-perl/Pod-LaTeX + dev-perl/Readonly +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + dev-perl/Carp-Always + ) +"