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: WWW-Dict-Leo-Org-1.34-r2.ebuild ChangeLog
Date: Tue, 30 Mar 2010 06:35:53
Message-Id: E1NwV3A-0007fH-Hb@stork.gentoo.org
1 jlec 10/03/30 06:35:44
2
3 Modified: ChangeLog
4 Added: WWW-Dict-Leo-Org-1.34-r2.ebuild
5 Log:
6 Added Postinst msg, Umlaut patch #311997, Added missing perl-core/DB_File to RDEPEND #311997
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-perl/WWW-Dict-Leo-Org/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 12 Feb 2010 16:12:14 -0000 1.2
23 +++ ChangeLog 30 Mar 2010 06:35:44 -0000 1.3
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-perl/WWW-Dict-Leo-Org
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.2 2010/02/12 16:12:14 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.3 2010/03/30 06:35:44 jlec Exp $
29 +
30 +*WWW-Dict-Leo-Org-1.34-r2 (30 Mar 2010)
31 +
32 + 30 Mar 2010; Justin Lecher <jlec@g.o> +files/1.34-umlaut.patch,
33 + +WWW-Dict-Leo-Org-1.34-r2.ebuild:
34 + Added Postinst msg, Umlaut patch #311997, Added missing perl-core/DB_File
35 + to RDEPEND #311997
36
37 *WWW-Dict-Leo-Org-1.34-r1 (12 Feb 2010)
38
39
40
41
42 1.1 dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: WWW-Dict-Leo-Org-1.34-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild,v 1.1 2010/03/30 06:35:44 jlec Exp $
52
53 EAPI="3"
54
55 MODULE_AUTHOR="TLINDEN"
56 inherit perl-app
57
58 DESCRIPTION="commandline interface to http://dict.leo.org/"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="
66 dev-lang/perl
67 dev-perl/HTML-TableParser
68 perl-core/DB_File"
69 DEPEND="${RDEPEND}"
70
71 src_prepare() {
72 epatch "${FILESDIR}"/${PV}-umlaut.patch
73 }
74
75 src_install() {
76 perl-module_src_install
77 mv "${D}"/usr/bin/{l,L}eo || die
78 }
79
80 pkg_postinst() {
81 elog "We renamed leo to Leo"
82 elog "due to conflicts with app-editors/leo"
83 }