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.370.0.ebuild ChangeLog
Date: Fri, 07 Feb 2014 13:00:11
Message-Id: 20140207130007.5228B2004C@flycatcher.gentoo.org
1 jlec 14/02/07 13:00:07
2
3 Modified: ChangeLog
4 Added: WWW-Dict-Leo-Org-1.370.0.ebuild
5 Log:
6 Version BUmp
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.13 dev-perl/WWW-Dict-Leo-Org/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 7 Jul 2013 17:12:59 -0000 1.12
24 +++ ChangeLog 7 Feb 2014 13:00:07 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/WWW-Dict-Leo-Org
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.12 2013/07/07 17:12:59 jlec Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.13 2014/02/07 13:00:07 jlec Exp $
31 +
32 +*WWW-Dict-Leo-Org-1.370.0 (07 Feb 2014)
33 +
34 + 07 Feb 2014; Justin Lecher <jlec@g.o> +WWW-Dict-Leo-Org-1.370.0.ebuild:
35 + Version BUmp
36
37 *WWW-Dict-Leo-Org-1.360.0 (07 Jul 2013)
38
39
40
41
42 1.1 dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: WWW-Dict-Leo-Org-1.370.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.370.0.ebuild,v 1.1 2014/02/07 13:00:07 jlec Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=TLINDEN
56 MODULE_VERSION=1.37
57 inherit perl-module
58
59 DESCRIPTION="Commandline interface to http://dict.leo.org/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="
67 dev-perl/HTML-TableParser
68 virtual/perl-DB_File"
69 DEPEND="${RDEPEND}"
70
71 src_install() {
72 perl-module_src_install
73 mv "${D}"/usr/bin/{l,L}eo || die
74 }
75
76 pkg_postinst() {
77 elog "We renamed leo to Leo"
78 elog "due to conflicts with app-editors/leo"
79 }