summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-24 19:18:19 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-24 19:51:23 +0200
commit15a4053ec1e72b0dbafebe0c8daa393cb8a305bd (patch)
tree3c4ad4610ba5432b36c5991b3c46344417583771 /dev-perl/Linux-Inotify2/Linux-Inotify2-2.200.0.ebuild
parentdev-python/isort: keyworded 5.9.1 for sparc (diff)
downloadgentoo-15a4053ec1e72b0dbafebe0c8daa393cb8a305bd.tar.gz
gentoo-15a4053ec1e72b0dbafebe0c8daa393cb8a305bd.tar.bz2
gentoo-15a4053ec1e72b0dbafebe0c8daa393cb8a305bd.zip
dev-perl/Linux-Inotify2: Version bump 2.2
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/Linux-Inotify2/Linux-Inotify2-2.200.0.ebuild')
-rw-r--r--dev-perl/Linux-Inotify2/Linux-Inotify2-2.200.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-2.200.0.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-2.200.0.ebuild
new file mode 100644
index 000000000000..42acd65cea9d
--- /dev/null
+++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-2.200.0.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=MLEHMANN
+DIST_VERSION=2.2
+inherit perl-module
+
+DESCRIPTION="scalable directory/file change notification"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+RDEPEND="
+ dev-perl/common-sense
+"
+BDEPEND="${RDEPEND}
+"