diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 18:54:37 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 19:06:36 +0200 |
commit | c503338af1b5f606ca9aa42348b28a30dbbaf170 (patch) | |
tree | 050d748ff48fc8e6b9252ef7d4c7e9eacb4f94e1 /dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild | |
parent | dev-perl/Pod-POM-View-Restructured: Version bump 1.000003 (diff) | |
download | gentoo-c503338af1b5f606ca9aa42348b28a30dbbaf170.tar.gz gentoo-c503338af1b5f606ca9aa42348b28a30dbbaf170.tar.bz2 gentoo-c503338af1b5f606ca9aa42348b28a30dbbaf170.zip |
dev-perl/Pod-Simple-LaTeX: EAPI=8 bump
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/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild')
-rw-r--r-- | dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild b/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild new file mode 100644 index 000000000000..c2fbbf0ffd38 --- /dev/null +++ b/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.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=JGOFF +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="format Pod as LaTeX" +SLOT="0" +KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=virtual/perl-Pod-Simple-0.10.0 +" +BDEPEND="${RDEPEND} +" |