diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-17 06:07:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-17 06:07:40 +0200 |
commit | f461aaae3675f0bf7f1e89e2ee5710ab2acccc20 (patch) | |
tree | 3d5f482a6145d813bfcb7c5ccfee8ee449d2e802 /dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild | |
parent | dev-perl/Filesys-Statvfs: New package. Missing dep in some other places. (diff) | |
download | gentoo-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/Unix-Mknod-0.40.0.ebuild')
-rw-r--r-- | dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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" ) |