diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-26 13:11:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-26 13:24:07 +0200 |
commit | 3c47976a736607d47385640a2411fa9550950441 (patch) | |
tree | 628b7ac7b4b42a3a66cfc2f9c01ffadf42687fd6 /dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild | |
parent | dev-perl/Text-Roman: EAPI=8 bump (diff) | |
download | gentoo-3c47976a736607d47385640a2411fa9550950441.tar.gz gentoo-3c47976a736607d47385640a2411fa9550950441.tar.bz2 gentoo-3c47976a736607d47385640a2411fa9550950441.zip |
dev-perl/Text-Shellwords: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild')
-rw-r--r-- | dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild new file mode 100644 index 000000000000..e7e1a5ab6a90 --- /dev/null +++ b/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LDS +DIST_VERSION=1.08 +inherit perl-module + +DESCRIPTION="Parse text and return a set of tokens using the same rules as the Unix shell" + +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" |