summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 09:09:09 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 09:09:09 +0000
commit183fa5ea1f55320ed06f0f3bbf5a5096656800b1 (patch)
treec7746b9c1d7b050e55e55768d90df0f1d6cc9d81 /dev-perl/WWW-Dict-Leo-Org
parentChange version scheme (diff)
downloadgentoo-2-183fa5ea1f55320ed06f0f3bbf5a5096656800b1.tar.gz
gentoo-2-183fa5ea1f55320ed06f0f3bbf5a5096656800b1.tar.bz2
gentoo-2-183fa5ea1f55320ed06f0f3bbf5a5096656800b1.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Dict-Leo-Org')
-rw-r--r--dev-perl/WWW-Dict-Leo-Org/ChangeLog10
-rw-r--r--dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.340.0.ebuild33
2 files changed, 41 insertions, 2 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog
index 6c1fa6242db4..8b61cc0dc613 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.6 2010/04/25 11:23:53 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.7 2011/08/28 09:09:09 tove Exp $
+
+*WWW-Dict-Leo-Org-1.340.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +WWW-Dict-Leo-Org-1.340.0.ebuild:
+ Change version scheme
09 Apr 2010; Torsten Veller <tove@gentoo.org>
-WWW-Dict-Leo-Org-1.34.ebuild, -WWW-Dict-Leo-Org-1.34-r1.ebuild:
diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.340.0.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.340.0.ebuild
new file mode 100644
index 000000000000..dc05f90c778a
--- /dev/null
+++ b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.340.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 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.340.0.ebuild,v 1.1 2011/08/28 09:09:09 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=TLINDEN
+MODULE_VERSION=1.34
+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}"
+
+PATCHES=( "${FILESDIR}"/1.34-umlaut.patch )
+
+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"
+}