Skip to content

Commit

Permalink
dev-perl/File-pushd: Bump to version 1.16.0
Browse files Browse the repository at this point in the history
- EAPI7

Upstream:
- Directories created by tempd now only cleaned up by PID that created
  them, not forked children.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Sep 8, 2020
1 parent 877d04a commit bbe2b50
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev-perl/File-pushd/File-pushd-1.16.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=DAGOLDEN
DIST_VERSION=1.016
inherit perl-module

DESCRIPTION="Change directory temporarily for a limited scope"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-File-Path
virtual/perl-File-Spec
virtual/perl-File-Temp
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"
1 change: 1 addition & 0 deletions dev-perl/File-pushd/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST File-pushd-1.014.tar.gz 20674 BLAKE2B 0e06d1c527aa2cf34c2d55302ec255e4aedbeded7a9c3cc0c4d40bec0b97ddd3c49fa13ee1e36764b9ef17db293cd4c63580bc471a723bfe9eb717eabc6f2aea SHA512 f81b852b6c64d330291b382df83b6cd15c807bbefb00fc51ccbf709ee7c6deca57f996cbe86322b81adf0b14e608d4f63f969330561b7c25a4a7b32f0e3df6bb
DIST File-pushd-1.016.tar.gz 19798 BLAKE2B 1bcef90dac2cf9f086fab915f108d01f047f532cedc9aa2ce32f1e4b5d164abdf3f6826a3b5e959b6bd745ae5067047a45b579f98e988267eeb25d2a32335866 SHA512 f80f24831c28aed6efcb036db8da2404aadf1005ed751a82c10071a24572c05758eb1785cd9d1f9fdee86a20cf83b41bd73125862d8d24bfa240cc0d6b33ccdd

0 comments on commit bbe2b50

Please sign in to comment.