jlec 14/03/10 07:13:15 Modified: ChangeLog Added: WWW-Dict-Leo-Org-1.390.0.ebuild Log: dev-perl/WWW-Dict-Leo-Org: Version BUmp (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.14 dev-perl/WWW-Dict-Leo-Org/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 7 Feb 2014 13:00:07 -0000 1.13 +++ ChangeLog 10 Mar 2014 07:13:15 -0000 1.14 @@ -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 <[email protected]> + +WWW-Dict-Leo-Org-1.390.0.ebuild: + Version BUmp *WWW-Dict-Leo-Org-1.370.0 (07 Feb 2014) 1.1 dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild?rev=1.1&content-type=text/plain Index: WWW-Dict-Leo-Org-1.390.0.ebuild =================================================================== # 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" }
