diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-29 14:31:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-29 14:31:40 +0000 |
commit | e8e93163004c3aac36047d94693e4f1558106ac2 (patch) | |
tree | 445046b2d6c1c69897fe31610e022ee888a5cf7d /dev-perl/Text-WikiFormat | |
parent | Version bump (diff) | |
download | gentoo-2-e8e93163004c3aac36047d94693e4f1558106ac2.tar.gz gentoo-2-e8e93163004c3aac36047d94693e4f1558106ac2.tar.bz2 gentoo-2-e8e93163004c3aac36047d94693e4f1558106ac2.zip |
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.79 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index b08ac72ae282..af0dd776d9db 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Text-WikiFormat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.19 2007/03/05 12:35:14 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.20 2007/06/29 14:31:40 mcummings Exp $ + +*Text-WikiFormat-0.79 (29 Jun 2007) + + 29 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Text-WikiFormat-0.79.ebuild: + Version bump 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Text-WikiFormat-0.78.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild new file mode 100644 index 000000000000..6aa731e5fe12 --- /dev/null +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild,v 1.1 2007/06/29 14:31:40 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Translate Wiki formatted text into other formats" +SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +DEPEND="dev-perl/URI + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" +IUSE="" + +SRC_TEST="do" + + diff --git a/dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.79 b/dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.79 new file mode 100644 index 000000000000..bbb119af1c3a --- /dev/null +++ b/dev-perl/Text-WikiFormat/files/digest-Text-WikiFormat-0.79 @@ -0,0 +1,3 @@ +MD5 7f3e888ff898f67332216c4a25523f30 Text-WikiFormat-0.79.tar.gz 28883 +RMD160 ac86089f4c1b8049195b8312a9ed3b11cf712161 Text-WikiFormat-0.79.tar.gz 28883 +SHA256 06fbc53818d764e04b3b26c39a325e074776d08dbc166c6043c4ec4b1b6bddb2 Text-WikiFormat-0.79.tar.gz 28883 |