/[gentoo-x86]/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.350.0.ebuild
Gentoo

Contents of /dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.350.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Jul 30 10:37:59 2012 UTC (9 months, 3 weeks ago) by jlec
Branch: MAIN
CVS Tags: HEAD
dev-perl/WWW-Dict-Leo-Org: Version Bump

(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

1 jlec 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.340.0.ebuild,v 1.1 2011/08/28 09:09:09 tove Exp $
4    
5     EAPI=4
6    
7     MODULE_AUTHOR=TLINDEN
8     MODULE_VERSION=1.35
9     inherit perl-module
10    
11     DESCRIPTION="Commandline interface to http://dict.leo.org/"
12    
13     LICENSE="GPL-2"
14     SLOT="0"
15     KEYWORDS="~amd64 ~x86"
16     IUSE=""
17    
18     RDEPEND="
19     dev-perl/HTML-TableParser
20     virtual/perl-DB_File"
21     DEPEND="${RDEPEND}"
22    
23     src_install() {
24     perl-module_src_install
25     mv "${D}"/usr/bin/{l,L}eo || die
26     }
27    
28     pkg_postinst() {
29     elog "We renamed leo to Leo"
30     elog "due to conflicts with app-editors/leo"
31     }

  ViewVC Help
Powered by ViewVC 1.1.13