Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Dict-Leo-Org: metadata.xml ChangeLog WWW-Dict-Leo-Org-1.34.ebuild
Date: Thu, 04 Feb 2010 22:36:13
Message-Id: E1NdAJ0-0005GM-Rm@stork.gentoo.org
1 jlec 10/02/04 22:36:10
2
3 Added: metadata.xml ChangeLog WWW-Dict-Leo-Org-1.34.ebuild
4 Log:
5 Imported from sunrise, fixed bug 266121
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/WWW-Dict-Leo-Org/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>no-herd</herd>
20 <maintainer>
21 <email>jlec@g.o</email>
22 </maintainer>
23 </pkgmetadata>
24
25
26
27 1.1 dev-perl/WWW-Dict-Leo-Org/ChangeLog
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for dev-perl/WWW-Dict-Leo-Org
35 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.1 2010/02/04 22:36:10 jlec Exp $
37
38 *WWW-Dict-Leo-Org-1.34 (04 Feb 2010)
39
40 04 Feb 2010; Justin Lecher (jlec) <jlec@g.o>
41 +WWW-Dict-Leo-Org-1.34.ebuild, +metadata.xml:
42 Imported from sunrise, fixed bug 266121
43
44
45
46
47 1.1 dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild?rev=1.1&content-type=text/plain
51
52 Index: WWW-Dict-Leo-Org-1.34.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $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 $
57
58 MODULE_AUTHOR="TLINDEN"
59 inherit perl-app
60
61 DESCRIPTION="commandline interface to http://dict.leo.org/"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="dev-lang/perl
69 dev-perl/HTML-TableParser"
70 DEPEND="${RDEPEND}"