summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-25 12:52:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-25 13:16:00 +0200
commitdaff26e15c6d31f00d5f254e3750c9598fd3785b (patch)
treec60a19e296d8062ecccbdbf88d77c2fabccb419d /dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild
parentdev-perl/PBKDF2-Tiny: EAPI=8 bump (diff)
downloadgentoo-daff26e15c6d31f00d5f254e3750c9598fd3785b.tar.gz
gentoo-daff26e15c6d31f00d5f254e3750c9598fd3785b.tar.bz2
gentoo-daff26e15c6d31f00d5f254e3750c9598fd3785b.zip
dev-perl/PBS-Client: 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/PBS-Client/PBS-Client-0.110.0.ebuild')
-rw-r--r--dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild b/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild
deleted file mode 100644
index d7b6582c72bb..000000000000
--- a/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KWMAK
-DIST_SECTION=PBS/Client
-DIST_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Perl interface to submit jobs to PBS (Portable Batch System)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=virtual/perl-Data-Dumper-2.121.0
- >=virtual/perl-File-Temp-0.140.0
-"
-DEPEND="
- ${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"