summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-02-07 13:00:07 +0000
committerJustin Lecher <jlec@gentoo.org>2014-02-07 13:00:07 +0000
commitda19255ee01c5631c8f357e781470cb8f1d146d6 (patch)
tree51da3c8f2db2ea79714ff5c700b5787ddb68201a /dev-perl/WWW-Dict-Leo-Org
parentVersion bump (diff)
downloadgentoo-2-da19255ee01c5631c8f357e781470cb8f1d146d6.tar.gz
gentoo-2-da19255ee01c5631c8f357e781470cb8f1d146d6.tar.bz2
gentoo-2-da19255ee01c5631c8f357e781470cb8f1d146d6.zip
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/ChangeLog9
-rw-r--r--dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog
index 4839fc854381..75c0d6bbfaba 100644
--- a/dev-perl/WWW-Dict-Leo-Org/ChangeLog
+++ b/dev-perl/WWW-Dict-Leo-Org/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/WWW-Dict-Leo-Org
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.12 2013/07/07 17:12:59 jlec Exp $
+# 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 $
+
+*WWW-Dict-Leo-Org-1.370.0 (07 Feb 2014)
+
+ 07 Feb 2014; Justin Lecher <jlec@gentoo.org> +WWW-Dict-Leo-Org-1.370.0.ebuild:
+ Version BUmp
*WWW-Dict-Leo-Org-1.360.0 (07 Jul 2013)
diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild
new file mode 100644
index 000000000000..b80600fd424d
--- /dev/null
+++ b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.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.370.0.ebuild,v 1.1 2014/02/07 13:00:07 jlec Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=TLINDEN
+MODULE_VERSION=1.37
+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"
+}