dev-perl/Unix-Mknod: New old package. Missing dep of dev-perl/Fuse.
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 17 Oct 2019 04:07:40 +0000 (06:07 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 17 Oct 2019 04:07:40 +0000 (06:07 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
dev-perl/Unix-Mknod/Manifest [new file with mode: 0644]
dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild [new file with mode: 0644]
dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch [new file with mode: 0644]
dev-perl/Unix-Mknod/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Unix-Mknod/Manifest b/dev-perl/Unix-Mknod/Manifest
new file mode 100644 (file)
index 0000000..bcc8d75
--- /dev/null
@@ -0,0 +1 @@
+DIST Unix-Mknod-0.04.tar.gz 4682 BLAKE2B 5855a4ffa935c369a6438ee2cac29f6963297158687a126f6a2215114a8e8e24a26c8b05324daf93175e6836a6b842a76d0f5f3d0ad68fa5302fdb372b45818d SHA512 1b14f970006dca5166491c5a113420121d295641c61b6b17ec8e77c79f5660639b950abfcd2b82d4ac196737aea1fb00d55a2ae3c6523afdede4ec72ae6435b9
diff --git a/dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild b/dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild
new file mode 100644 (file)
index 0000000..680bb17
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PIRZYK
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Filesys-Statvfs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+PATCHES=( "${FILESDIR}/${P}-glibc226.patch" )
diff --git a/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch b/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch
new file mode 100644 (file)
index 0000000..0b33b6a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN Unix-Mknod-0.04.orig/Mknod.xs Unix-Mknod-0.04/Mknod.xs
+--- Unix-Mknod-0.04.orig/Mknod.xs      2005-07-08 21:04:23.000000000 +0200
++++ Unix-Mknod-0.04/Mknod.xs   2019-10-17 06:06:22.073130897 +0200
+@@ -10,6 +10,8 @@
+ #ifdef HAS_SYSMKDEV
+ #include <sys/mkdev.h>
++#else
++#include <sys/sysmacros.h>
+ #endif
+ #ifdef __cplusplus
diff --git a/dev-perl/Unix-Mknod/metadata.xml b/dev-perl/Unix-Mknod/metadata.xml
new file mode 100644 (file)
index 0000000..2b9a936
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+</pkgmetadata>