From ee81481fbb57273864bc584c30a727a8721587d0 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 23 Apr 2010 18:23:08 +0000 Subject: Version bump via perl-bump experimental tool. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- dev-perl/Sys-Syscall/ChangeLog | 10 ++++++++-- dev-perl/Sys-Syscall/Sys-Syscall-0.23.ebuild | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Sys-Syscall/Sys-Syscall-0.23.ebuild (limited to 'dev-perl/Sys-Syscall') diff --git a/dev-perl/Sys-Syscall/ChangeLog b/dev-perl/Sys-Syscall/ChangeLog index bed882c32d63..9cc1cc12f7d4 100644 --- a/dev-perl/Sys-Syscall/ChangeLog +++ b/dev-perl/Sys-Syscall/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2007/12/27 13:43:26 ticho Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v 1.4 2010/04/23 18:23:08 robbat2 Exp $ + +*Sys-Syscall-0.23 (23 Apr 2010) + + 23 Apr 2010; Robin H. Johnson + +Sys-Syscall-0.23.ebuild: + Version bump via perl-bump experimental tool. 27 Dec 2007; Andrej Kacian Sys-Syscall-0.22.ebuild: Stable on x86. diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.23.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.23.ebuild new file mode 100644 index 000000000000..b1feff61d640 --- /dev/null +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.23.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 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.23.ebuild,v 1.1 2010/04/23 18:23:08 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" +SRC_TEST="do" -- cgit v1.2.3-65-gdbad