diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 20:32:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 20:34:31 +0200 |
commit | 3950fd2067d79fd68d96232e4bae64691be097fa (patch) | |
tree | a6c56682a830c8a1de8e61f8681450d2b6784e74 /dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild | |
parent | dev-perl/Text-Patch: EAPI=8 bump (diff) | |
download | gentoo-3950fd2067d79fd68d96232e4bae64691be097fa.tar.gz gentoo-3950fd2067d79fd68d96232e4bae64691be097fa.tar.bz2 gentoo-3950fd2067d79fd68d96232e4bae64691be097fa.zip |
dev-perl/Text-Quoted: Version bump 2.10
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-Quoted/Text-Quoted-2.100.0.ebuild')
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild new file mode 100644 index 000000000000..1b1833795ceb --- /dev/null +++ b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BPS +DIST_VERSION=2.10 +inherit perl-module + +DESCRIPTION="Extract the structure of a quoted mail message" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" + +RDEPEND=" + dev-perl/Text-Autoformat + virtual/perl-Text-Tabs+Wrap +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 +" |