diff options
author | 2007-02-23 17:56:26 +0000 | |
---|---|---|
committer | 2007-02-23 17:56:26 +0000 | |
commit | 84b45e895ebff0db2fd9c1b0b868e265d5d7c8c6 (patch) | |
tree | 2d7f6705bb631a26031814955974ad6cda11cc1c /dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild | |
parent | gparted-0.3.1 needs parted-1.7.1*, not 1.8.x (diff) | |
download | historical-84b45e895ebff0db2fd9c1b0b868e265d5d7c8c6.tar.gz historical-84b45e895ebff0db2fd9c1b0b868e265d5d7c8c6.tar.bz2 historical-84b45e895ebff0db2fd9c1b0b868e265d5d7c8c6.zip |
Version bump
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild')
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild new file mode 100644 index 000000000000..ed043a3ea844 --- /dev/null +++ b/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild,v 1.1 2007/02/23 17:56:26 ian Exp $ + +# this is an RT dependency + +inherit perl-module + +DESCRIPTION="Extract the structure of a quoted mail message" +SRC_URI="mirror://cpan/authors/id/F/FA/FALCONE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~falcone/" + +IUSE="" +SRC_TEST="do" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +DEPEND="dev-perl/text-autoformat + dev-perl/Text-Tabs+Wrap + dev-lang/perl" |