diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-26 09:38:29 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-26 09:42:41 +1200 |
commit | 6f9fbe31b046af6e28bb9d2b59f2243449de5509 (patch) | |
tree | a802e11df7caa7ff76cd594672aeeef1f6cd410c /dev-perl/Config-Crontab/Config-Crontab-1.450.0.ebuild | |
parent | dev-java/oracle-jdk-bin: Add visualvm USE flag, fixes bug #609326 (diff) | |
download | gentoo-6f9fbe31b046af6e28bb9d2b59f2243449de5509.tar.gz gentoo-6f9fbe31b046af6e28bb9d2b59f2243449de5509.tar.bz2 gentoo-6f9fbe31b046af6e28bb9d2b59f2243449de5509.zip |
dev-perl/Config-Crontab: Bump to version 1.450.0 re bug #615114
Upstream:
- Use lexical filehandles
- Skip crontab updates without being asked
- Fix for '.' in @INC
Bug: https://bugs.gentoo.org/615114
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Config-Crontab/Config-Crontab-1.450.0.ebuild')
-rw-r--r-- | dev-perl/Config-Crontab/Config-Crontab-1.450.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.450.0.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.450.0.ebuild new file mode 100644 index 000000000000..a122451fd912 --- /dev/null +++ b/dev-perl/Config-Crontab/Config-Crontab-1.450.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SCOTTW +DIST_VERSION=1.45 +DIST_EXAMPLES=("example/*") +inherit perl-module + +DESCRIPTION="Read/Write Vixie compatible crontab(5) files" +LICENSE="Artistic" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +DEPEND="virtual/perl-ExtUtils-MakeMaker" |