diff options
author | 2007-06-29 14:37:36 +0000 | |
---|---|---|
committer | 2007-06-29 14:37:36 +0000 | |
commit | eb1b5db745ced281be017427a0b63e5b7e02f925 (patch) | |
tree | dc72205e8f47823696c58ef4750404640d5b8271 /dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild | |
parent | Stable on amd64 wrt bug #183653 (diff) | |
download | historical-eb1b5db745ced281be017427a0b63e5b7e02f925.tar.gz historical-eb1b5db745ced281be017427a0b63e5b7e02f925.tar.bz2 historical-eb1b5db745ced281be017427a0b63e5b7e02f925.zip |
Version bump
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild')
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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" + + |