diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-07-04 09:15:41 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-07-04 09:15:41 +0000 |
commit | f94f4bc39274caa42496bf9ba3447f06b8e43333 (patch) | |
tree | bbdae7713be6765c618b6a3303e7aeff864207d3 /app-dicts/edictionary | |
parent | remove unused version (diff) | |
download | gentoo-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')
-rw-r--r-- | app-dicts/edictionary/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/edictionary/edictionary-2.2.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/edictionary/files/digest-edictionary-2.2 | 3 |
3 files changed, 35 insertions, 1 deletions
diff --git a/app-dicts/edictionary/ChangeLog b/app-dicts/edictionary/ChangeLog index ef2689ec672e..7f66470ee7b2 100644 --- a/app-dicts/edictionary/ChangeLog +++ b/app-dicts/edictionary/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/edictionary # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/ChangeLog,v 1.6 2007/02/21 20:33:32 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/ChangeLog,v 1.7 2007/07/04 09:15:40 coldwind Exp $ + +*edictionary-2.2 (04 Jul 2007) + + 04 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> + +edictionary-2.2.ebuild: + Version bump thanks to David Morton. Fixes bug #166608 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. 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 +} diff --git a/app-dicts/edictionary/files/digest-edictionary-2.2 b/app-dicts/edictionary/files/digest-edictionary-2.2 new file mode 100644 index 000000000000..058306b1547f --- /dev/null +++ b/app-dicts/edictionary/files/digest-edictionary-2.2 @@ -0,0 +1,3 @@ +MD5 42a02a826c4c2c9b30c0787648fc4b45 edict-2.2.tar.gz 53697 +RMD160 c39706ae531b2989759565a63c5ae6127cf23bb6 edict-2.2.tar.gz 53697 +SHA256 c2efc2d7e1ae4b01ca334f47489a712226f4d8e5362ef9fcbd064c128744b231 edict-2.2.tar.gz 53697 |