diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-04 22:36:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-04 22:36:10 +0000 |
commit | 4c44d47c1e8fdc63d50921f1b468d4751fd842c8 (patch) | |
tree | f152b2c97e667e4fed9910cfed022b0d5bc43cfc /dev-perl/WWW-Dict-Leo-Org | |
parent | Imported from sunrise, fixed bug 266119 (diff) | |
download | historical-4c44d47c1e8fdc63d50921f1b468d4751fd842c8.tar.gz historical-4c44d47c1e8fdc63d50921f1b468d4751fd842c8.tar.bz2 historical-4c44d47c1e8fdc63d50921f1b468d4751fd842c8.zip |
Imported from sunrise, fixed bug 266121
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-Dict-Leo-Org')
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog new file mode 100644 index 000000000000..b3ebdb9f1861 --- /dev/null +++ b/dev-perl/WWW-Dict-Leo-Org/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/WWW-Dict-Leo-Org +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.1 2010/02/04 22:36:10 jlec Exp $ + +*WWW-Dict-Leo-Org-1.34 (04 Feb 2010) + + 04 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> + +WWW-Dict-Leo-Org-1.34.ebuild, +metadata.xml: + Imported from sunrise, fixed bug 266121 + diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild new file mode 100644 index 000000000000..8e0cce093680 --- /dev/null +++ b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild,v 1.1 2010/02/04 22:36:10 jlec Exp $ + +MODULE_AUTHOR="TLINDEN" +inherit perl-app + +DESCRIPTION="commandline interface to http://dict.leo.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/HTML-TableParser" +DEPEND="${RDEPEND}" diff --git a/dev-perl/WWW-Dict-Leo-Org/metadata.xml b/dev-perl/WWW-Dict-Leo-Org/metadata.xml new file mode 100644 index 000000000000..1f3d7e1ceb36 --- /dev/null +++ b/dev-perl/WWW-Dict-Leo-Org/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>jlec@gentoo.org</email> +</maintainer> +</pkgmetadata> |