From: Robin H. Johnson Date: Mon, 30 Apr 2007 02:19:26 +0000 (+0000) Subject: Initial commit, ebuild by Robin H. Johnson . This package CAN... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=139e263bf2102b88f33b0c21905004d736db14ce;p=gentoo.git Initial commit, ebuild by Robin H. Johnson . This package CAN be hardware specific. As of 0.22 it should support x86_64, ppc, ppc64, ia64, alpha and i386. Other arches are advised to check the source to ensure that the correct syscall numbers are used. Package-Manager: portage-2.1.2.5 --- diff --git a/dev-perl/Sys-Syscall/ChangeLog b/dev-perl/Sys-Syscall/ChangeLog new file mode 100644 index 000000000000..118eb01c1370 --- /dev/null +++ b/dev-perl/Sys-Syscall/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-perl/Sys-Syscall +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v 1.1 2007/04/30 02:19:26 robbat2 Exp $ + +*Sys-Syscall-0.22 (30 Apr 2007) + + 30 Apr 2007; Robin H. Johnson +metadata.xml, + +Sys-Syscall-0.22.ebuild: + Initial commit, ebuild by Robin H. Johnson . This + package CAN be hardware specific. As of 0.22 it should support x86_64, ppc, + ppc64, ia64, alpha and i386. Other arches are advised to check the source to + ensure that the correct syscall numbers are used. + diff --git a/dev-perl/Sys-Syscall/Manifest b/dev-perl/Sys-Syscall/Manifest new file mode 100644 index 000000000000..fe36a7593ced --- /dev/null +++ b/dev-perl/Sys-Syscall/Manifest @@ -0,0 +1,16 @@ +DIST Sys-Syscall-0.22.tar.gz 6281 RMD160 4ffa7e7051ab637ff674754f4264a90dc9fa9fb9 SHA1 d47c6d32d86b4ade9b4484cb74684d70ecd00ada SHA256 ffaab574365ccda4afc65979ea3f2aa54d7568be8362db9ca3e435850a120a31 +EBUILD Sys-Syscall-0.22.ebuild 577 RMD160 12a916aa76c1116d4cfa183ed69f8c00a361f78f SHA1 a844e8e9cf3e5964665d345997856a0ab692198d SHA256 090456fd857173ef0ba2f1e07fd4673c56e9171320861be2e72f3976ac067a6d +MD5 1754a532ad76f87f558a2f3aebbda546 Sys-Syscall-0.22.ebuild 577 +RMD160 12a916aa76c1116d4cfa183ed69f8c00a361f78f Sys-Syscall-0.22.ebuild 577 +SHA256 090456fd857173ef0ba2f1e07fd4673c56e9171320861be2e72f3976ac067a6d Sys-Syscall-0.22.ebuild 577 +MISC ChangeLog 625 RMD160 7a8b179ed622e63a0cbbd7828012147daeacfece SHA1 1b081e221c14a252d16437039573b1b79f2e4a12 SHA256 5aa608bdb69bc7047bd647813b5e57b218d173c800feece4e8fbf8847a8b6cda +MD5 afcbcde29c7f54ef5b365eb65c6d8724 ChangeLog 625 +RMD160 7a8b179ed622e63a0cbbd7828012147daeacfece ChangeLog 625 +SHA256 5aa608bdb69bc7047bd647813b5e57b218d173c800feece4e8fbf8847a8b6cda ChangeLog 625 +MISC metadata.xml 373 RMD160 1ce822ccfe35c5290a5c103e82f33c3c14de2c0d SHA1 4c60c4ca91bf09f0dac8d4009c5114cf339cee26 SHA256 901d411c8e570a234bf9cc54f5fd9e0ba77755493b8abb08fdcae5ad2b78fd72 +MD5 49add50637b0dc4f9fb56944d8af0115 metadata.xml 373 +RMD160 1ce822ccfe35c5290a5c103e82f33c3c14de2c0d metadata.xml 373 +SHA256 901d411c8e570a234bf9cc54f5fd9e0ba77755493b8abb08fdcae5ad2b78fd72 metadata.xml 373 +MD5 d6c9825edadb7633369787c4418f39ab files/digest-Sys-Syscall-0.22 244 +RMD160 1d919387a689458b30f199c2723232ef03e52f98 files/digest-Sys-Syscall-0.22 244 +SHA256 43e5fb286f8bcd1b43d8c3e7a3f4f9c282a1486a8e9d6e7c2c8765988c2763f4 files/digest-Sys-Syscall-0.22 244 diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.22.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.22.ebuild new file mode 100644 index 000000000000..7ce819dace60 --- /dev/null +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.22.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.22.ebuild,v 1.1 2007/04/30 02:19:26 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="access system calls that Perl doesn't normally provide access to" +HOMEPAGE="http://search.cpan.org/search?query=Sys-Syscall&mode=dist" +SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-lang/perl" +mydoc="CHANGES" diff --git a/dev-perl/Sys-Syscall/files/digest-Sys-Syscall-0.22 b/dev-perl/Sys-Syscall/files/digest-Sys-Syscall-0.22 new file mode 100644 index 000000000000..6908e3d51a1a --- /dev/null +++ b/dev-perl/Sys-Syscall/files/digest-Sys-Syscall-0.22 @@ -0,0 +1,3 @@ +MD5 a29b1ddd6fea9f7e11f0f82534d4204c Sys-Syscall-0.22.tar.gz 6281 +RMD160 4ffa7e7051ab637ff674754f4264a90dc9fa9fb9 Sys-Syscall-0.22.tar.gz 6281 +SHA256 ffaab574365ccda4afc65979ea3f2aa54d7568be8362db9ca3e435850a120a31 Sys-Syscall-0.22.tar.gz 6281 diff --git a/dev-perl/Sys-Syscall/metadata.xml b/dev-perl/Sys-Syscall/metadata.xml new file mode 100644 index 000000000000..865f66846d73 --- /dev/null +++ b/dev-perl/Sys-Syscall/metadata.xml @@ -0,0 +1,10 @@ + + + + perl + + robbat2@gentoo.org + Primary Maintainer + + Access system calls that Perl doesn't normally provide access to. +