diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-10-19 19:27:32 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-10-19 19:27:32 +0000 |
commit | fd56028f4af51ba0e1b6e9b9101c766661f63d82 (patch) | |
tree | 31a4fd9913b698ca4e297bbf52e7d79389a8e074 /dev-perl/Proc-Simple | |
parent | Ebuild cleanup, added missing dependency and fix bug #196289, thanks Sebastia... (diff) | |
download | historical-fd56028f4af51ba0e1b6e9b9101c766661f63d82.tar.gz historical-fd56028f4af51ba0e1b6e9b9101c766661f63d82.tar.bz2 historical-fd56028f4af51ba0e1b6e9b9101c766661f63d82.zip |
Version bump
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/files/digest-Proc-Simple-1.22 | 3 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 9ce3e4c26ceb..3dac26330762 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Proc-Simple # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.17 2007/02/03 07:21:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.18 2007/10/19 19:27:31 ian Exp $ + +*Proc-Simple-1.22 (19 Oct 2007) + + 19 Oct 2007; Christian Hartmann <ian@gentoo.org> +Proc-Simple-1.22.ebuild: + Version bump 03 Feb 2007; nixnut <nixnut@gentoo.org> Proc-Simple-1.21.ebuild: Stable on ppc wrt bug 164913 diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild new file mode 100644 index 000000000000..646ee9149536 --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild,v 1.1 2007/10/19 19:27:31 ian Exp $ + +inherit perl-module + +DESCRIPTION="Perl Proc-Simple - Launch and control background processes." +HOMEPAGE="http://search.cpan.org/~mschilli/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHILLI/${P}.tar.gz" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/Proc-Simple/files/digest-Proc-Simple-1.22 b/dev-perl/Proc-Simple/files/digest-Proc-Simple-1.22 new file mode 100644 index 000000000000..229f75585b5e --- /dev/null +++ b/dev-perl/Proc-Simple/files/digest-Proc-Simple-1.22 @@ -0,0 +1,3 @@ +MD5 2c7d98f9c0002b607e3ba504599aa69f Proc-Simple-1.22.tar.gz 11436 +RMD160 d4f3df700119fc881869514fe57ffa026110bb94 Proc-Simple-1.22.tar.gz 11436 +SHA256 8e9c70e03c3e82cfb086138bb29740232a64824932b8355e4c0fb9399c3c6677 Proc-Simple-1.22.tar.gz 11436 |