Skip to content

Commit

Permalink
dev-perl/Term-ReadLine-Gnu: Version bump 1.42
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/690274
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed May 23, 2021
1 parent 3d38238 commit 7a822c2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Term-ReadLine-Gnu/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST Term-ReadLine-Gnu-1.31.tar.gz 78350 BLAKE2B a1af8f7ac16e51cdf99f40c1ac682043476baedae448c4a964db3d2ed3d794c9433a3e77dbe5b7978d7add70b061e54ccc7db088eaf5a14fe04ec5967c4af286 SHA512 7cdc970fc77588788d1c0beec2a1359cf163362b8192bef0f0f12508c6fde4cf149b9e1727c3df185d9928f74c5901f67f6b4d78f3413dc35cec6ca65ccbd0e6
DIST Term-ReadLine-Gnu-1.36.tar.gz 128336 BLAKE2B 03791d1e486bec605c65b88a4549a023b2ca51c8fa96f36dd05d573516a7c776e6a827446a2b0d3907120262cec3dbbba4a770a3e0bd5e3ee27091ae70fb4778 SHA512 be576c45808744b9e6ae703ba170fc19f8cc4a63e6c8d74486159ff44c6763815bded11c7a414a491553e82041da2e4c5f197785e91a461118b4efa7fde240e9
DIST Term-ReadLine-Gnu-1.42.tar.gz 197745 BLAKE2B 9b824310d81257f097ea9fd7848bf1f49cacb1e5d903d953771704a0ea5882da6a0fd0a293046345b8dd64ccc3d132cbd1db572912e593015b9e2d9f2f740115 SHA512 8f62cb14432f9364b1a3cea708d3d648bc7df2bb7fed2b3ec7af389fa183bfbe1bec3020b184b19a267217d47a3547f52a20d75f17c13ba89684759084f24471
24 changes: 24 additions & 0 deletions dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.420.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=HAYASHI
DIST_VERSION=1.42
DIST_EXAMPLES=("eg/*")
inherit perl-module

DESCRIPTION="Perl extension for the GNU Readline/History Library"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=">=sys-libs/readline-6.2:0="
DEPEND="
${RDEPEND}
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

0 comments on commit 7a822c2

Please sign in to comment.