summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-07-04 09:15:41 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-07-04 09:15:41 +0000
commitf94f4bc39274caa42496bf9ba3447f06b8e43333 (patch)
treebbdae7713be6765c618b6a3303e7aeff864207d3 /app-dicts/edictionary/edictionary-2.2.ebuild
parentremove unused version (diff)
downloadgentoo-2-f94f4bc39274caa42496bf9ba3447f06b8e43333.tar.gz
gentoo-2-f94f4bc39274caa42496bf9ba3447f06b8e43333.tar.bz2
gentoo-2-f94f4bc39274caa42496bf9ba3447f06b8e43333.zip
Version bump thanks to David Morton. Fixes bug #166608
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-dicts/edictionary/edictionary-2.2.ebuild')
-rw-r--r--app-dicts/edictionary/edictionary-2.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/edictionary/edictionary-2.2.ebuild b/app-dicts/edictionary/edictionary-2.2.ebuild
new file mode 100644
index 000000000000..286518ce1cd9
--- /dev/null
+++ b/app-dicts/edictionary/edictionary-2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-2.2.ebuild,v 1.1 2007/07/04 09:15:40 coldwind Exp $
+
+MY_PN="edict"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Command line dictionary and thesaurus"
+HOMEPAGE="http://edictionary.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-lang/perl"
+
+S="${WORKDIR}/${MY_PN}"
+
+src_install() {
+ make prefix="${D}/usr/bin" install || die "make failed"
+ dodoc README TODO || die
+}