summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 02:29:11 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 02:35:09 +0200
commita85da0441512210d6fd149686a8bdd62b0cf7232 (patch)
tree1b969699598e56e763b22c96c42eb7d432bf20fd /dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild
parentdev-perl/Term-ProgressBar-Simple: EAPI=8 bump (diff)
downloadgentoo-a85da0441512210d6fd149686a8bdd62b0cf7232.tar.gz
gentoo-a85da0441512210d6fd149686a8bdd62b0cf7232.tar.bz2
gentoo-a85da0441512210d6fd149686a8bdd62b0cf7232.zip
dev-perl/TermReadKey: Version bump 2.38
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild')
-rw-r--r--dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild b/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild
new file mode 100644
index 000000000000..9347beae8619
--- /dev/null
+++ b/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JSTOWE
+DIST_VERSION=2.38
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Change terminal modes, and perform non-blocking reads"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.580.0
+"