diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-09-03 18:35:43 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-09-03 18:35:43 +0000 |
commit | 5c4a4d8965cebd0718fdb54f485056a9df1ea452 (patch) | |
tree | 16d28cccf94a5ec301bf1b3cb77da62bb2cb4215 /dev-perl | |
parent | Bump to EAPI=5 (diff) | |
download | gentoo-2-5c4a4d8965cebd0718fdb54f485056a9df1ea452.tar.gz gentoo-2-5c4a4d8965cebd0718fdb54f485056a9df1ea452.tar.bz2 gentoo-2-5c4a4d8965cebd0718fdb54f485056a9df1ea452.zip |
Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.350.0.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog index 047772f10213..dff24ae04996 100644 --- a/dev-perl/WWW-Dict-Leo-Org/ChangeLog +++ b/dev-perl/WWW-Dict-Leo-Org/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2014/03/10 07:13:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.15 2014/09/03 18:35:43 zlogene Exp $ + + 03 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> + -WWW-Dict-Leo-Org-1.350.0.ebuild: + Drop old. *WWW-Dict-Leo-Org-1.390.0 (10 Mar 2014) diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.350.0.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.350.0.ebuild deleted file mode 100644 index f86e68645e76..000000000000 --- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.350.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 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.350.0.ebuild,v 1.1 2012/07/30 10:37:59 jlec Exp $ - -EAPI=4 - -MODULE_AUTHOR=TLINDEN -MODULE_VERSION=1.35 -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" -} |