diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-19 17:29:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-19 17:29:00 +0000 |
commit | 1c53a961daea2a3bb017e6646fa9861cf098fb2c (patch) | |
tree | 377767c54d6c3765a8581860109888f53ccaf2e7 /dev-perl/Expect | |
parent | Version bump closes bug #144166. (diff) | |
download | historical-1c53a961daea2a3bb017e6646fa9861cf098fb2c.tar.gz historical-1c53a961daea2a3bb017e6646fa9861cf098fb2c.tar.bz2 historical-1c53a961daea2a3bb017e6646fa9861cf098fb2c.zip |
Version bump
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Expect')
-rw-r--r-- | dev-perl/Expect/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Expect/Expect-1.20.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Expect/files/digest-Expect-1.20 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Expect/ChangeLog b/dev-perl/Expect/ChangeLog index 307097285360..9cf038cb187d 100644 --- a/dev-perl/Expect/ChangeLog +++ b/dev-perl/Expect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Expect # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Expect/ChangeLog,v 1.8 2006/08/07 22:28:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Expect/ChangeLog,v 1.9 2006/08/19 17:24:26 mcummings Exp $ + +*Expect-1.20 (19 Aug 2006) + + 19 Aug 2006; Michael Cummings <mcummings@gentoo.org> +Expect-1.20.ebuild: + Version bump 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> Expect-1.17.ebuild: Marking stable amd64, sparc diff --git a/dev-perl/Expect/Expect-1.20.ebuild b/dev-perl/Expect/Expect-1.20.ebuild new file mode 100644 index 000000000000..548446208fd4 --- /dev/null +++ b/dev-perl/Expect/Expect-1.20.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Expect/Expect-1.20.ebuild,v 1.1 2006/08/19 17:24:26 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Expect for Perl" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/R/RG/RGIERSIG/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +SRC_TEST="do" + +DEPEND=">=dev-perl/IO-Tty-1.03 + dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Expect/files/digest-Expect-1.20 b/dev-perl/Expect/files/digest-Expect-1.20 new file mode 100644 index 000000000000..3132ce17ba67 --- /dev/null +++ b/dev-perl/Expect/files/digest-Expect-1.20 @@ -0,0 +1,3 @@ +MD5 9134ae3778285bcf8c3ffdba1a177886 Expect-1.20.tar.gz 53388 +RMD160 07e9da80495c87a8448697641be71f1d99d50cdf Expect-1.20.tar.gz 53388 +SHA256 bbf70ce7cb39425a0f72c252491826747983ee82fb2d7b0a8a99d8940a58392f Expect-1.20.tar.gz 53388 |