diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-03-10 07:13:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-03-10 07:13:15 +0000 |
commit | df785e9fba5933b86b9a5bdb1b44233d6c967a8a (patch) | |
tree | 297c86a34f6978756b6a08554af14ea3c1665ed5 /dev-perl/WWW-Dict-Leo-Org | |
parent | sci-chemistry/pymol: Version Bump (diff) | |
download | gentoo-2-df785e9fba5933b86b9a5bdb1b44233d6c967a8a.tar.gz gentoo-2-df785e9fba5933b86b9a5bdb1b44233d6c967a8a.tar.bz2 gentoo-2-df785e9fba5933b86b9a5bdb1b44233d6c967a8a.zip |
dev-perl/WWW-Dict-Leo-Org: Version BUmp
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-perl/WWW-Dict-Leo-Org')
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog index 75c0d6bbfaba..047772f10213 100644 --- a/dev-perl/WWW-Dict-Leo-Org/ChangeLog +++ b/dev-perl/WWW-Dict-Leo-Org/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Dict-Leo-Org # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.13 2014/02/07 13:00:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.14 2014/03/10 07:13:15 jlec Exp $ + +*WWW-Dict-Leo-Org-1.390.0 (10 Mar 2014) + + 10 Mar 2014; Justin Lecher <jlec@gentoo.org> + +WWW-Dict-Leo-Org-1.390.0.ebuild: + Version BUmp *WWW-Dict-Leo-Org-1.370.0 (07 Feb 2014) diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild new file mode 100644 index 000000000000..814469fa5d5e --- /dev/null +++ b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 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.390.0.ebuild,v 1.1 2014/03/10 07:13:15 jlec Exp $ + +EAPI=5 + +MODULE_AUTHOR=TLINDEN +MODULE_VERSION=1.39 +inherit perl-module + +DESCRIPTION="Commandline interface to http://dict.leo.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/HTML-TableParser + virtual/perl-DB_File" +DEPEND="${RDEPEND}" + +src_install() { + perl-module_src_install + mv "${D}"/usr/bin/{l,L}eo || die +} + +pkg_postinst() { + elog "We renamed leo to Leo" + elog "due to conflicts with app-editors/leo" +} |