summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-06 21:04:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-06 21:32:39 +0200
commit571819ec96a801eb7a8c49f457e8c3e75aa19514 (patch)
treebe7ed02cfa5607981503b4135a825718fc235263 /dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild
parentdev-perl/Scalar-Properties: EAPI=8 bump (diff)
downloadgentoo-571819ec96a801eb7a8c49f457e8c3e75aa19514.tar.gz
gentoo-571819ec96a801eb7a8c49f457e8c3e75aa19514.tar.bz2
gentoo-571819ec96a801eb7a8c49f457e8c3e75aa19514.zip
dev-perl/Schedule-At: 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/Schedule-At/Schedule-At-1.150.0-r3.ebuild')
-rw-r--r--dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild b/dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild
new file mode 100644
index 000000000000..cacda5348871
--- /dev/null
+++ b/dev-perl/Schedule-At/Schedule-At-1.150.0-r3.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=JOSERODR
+DIST_VERSION=1.15
+inherit perl-module
+
+DESCRIPTION="OS independent interface to the Unix 'at' command"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ sys-process/at
+"
+BDEPEND="${RDEPEND}"