summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-17 06:07:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-17 06:07:40 +0200
commitf461aaae3675f0bf7f1e89e2ee5710ab2acccc20 (patch)
tree3d5f482a6145d813bfcb7c5ccfee8ee449d2e802 /dev-perl/Unix-Mknod
parentdev-perl/Filesys-Statvfs: New package. Missing dep in some other places. (diff)
downloadgentoo-f461aaae3675f0bf7f1e89e2ee5710ab2acccc20.tar.gz
gentoo-f461aaae3675f0bf7f1e89e2ee5710ab2acccc20.tar.bz2
gentoo-f461aaae3675f0bf7f1e89e2ee5710ab2acccc20.zip
dev-perl/Unix-Mknod: New old package. Missing dep of dev-perl/Fuse.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Unix-Mknod')
-rw-r--r--dev-perl/Unix-Mknod/Manifest1
-rw-r--r--dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild18
-rw-r--r--dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch12
-rw-r--r--dev-perl/Unix-Mknod/metadata.xml8
4 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Unix-Mknod/Manifest b/dev-perl/Unix-Mknod/Manifest
new file mode 100644
index 000000000000..bcc8d759d809
--- /dev/null
+++ b/dev-perl/Unix-Mknod/Manifest
@@ -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
index 000000000000..680bb17153ef
--- /dev/null
+++ b/dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild
@@ -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
index 000000000000..0b33b6a2fda4
--- /dev/null
+++ b/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch
@@ -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
index 000000000000..2b9a936fc0a1
--- /dev/null
+++ b/dev-perl/Unix-Mknod/metadata.xml
@@ -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>