diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:24:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:24:12 +0000 |
commit | ed3a6e822471e36af198aa5665538b322ab59158 (patch) | |
tree | eebc6a88305ea680fbbc218fbf4401f295a07a05 /dev-perl/WWW-Dict-Leo-Org | |
parent | Cleanup (diff) | |
download | gentoo-2-ed3a6e822471e36af198aa5665538b322ab59158.tar.gz gentoo-2-ed3a6e822471e36af198aa5665538b322ab59158.tar.bz2 gentoo-2-ed3a6e822471e36af198aa5665538b322ab59158.zip |
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Dict-Leo-Org')
-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.34-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild | 19 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog index 61a3ecae6cde..414905cc2795 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.4 2010/03/30 06:58:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.5 2010/04/09 07:24:12 tove Exp $ + + 09 Apr 2010; Torsten Veller <tove@gentoo.org> + -WWW-Dict-Leo-Org-1.34.ebuild, -WWW-Dict-Leo-Org-1.34-r1.ebuild: + Cleanup *WWW-Dict-Leo-Org-1.34-r2 (30 Mar 2010) diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r1.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r1.ebuild deleted file mode 100644 index eecfa5c4d531..000000000000 --- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 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.34-r1.ebuild,v 1.1 2010/02/12 16:12:14 jlec Exp $ - -MODULE_AUTHOR="TLINDEN" -inherit perl-app - -DESCRIPTION="commandline interface to http://dict.leo.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-lang/perl - dev-perl/HTML-TableParser" -DEPEND="${RDEPEND}" - -src_install() { - perl-module_src_install - mv "${D}"/usr/bin/{l,L}eo || die -} diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild deleted file mode 100644 index 48c2247cfdd7..000000000000 --- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 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.34.ebuild,v 1.2 2010/02/12 16:12:14 jlec Exp $ - -MODULE_AUTHOR="TLINDEN" -inherit perl-app - -DESCRIPTION="commandline interface to http://dict.leo.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-lang/perl - dev-perl/HTML-TableParser - !app-editors/leo" -DEPEND="${RDEPEND}" |