diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-03-06 18:08:27 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-03-06 18:08:27 +0000 |
commit | 0754ff13f164513549cfe95ebcdb1c4538870e2a (patch) | |
tree | b3704bd4b0994d56154ba5ba652c5b6fe2cb2f73 /app-dicts/ydpdict | |
parent | remove old versions; version bump to the latest alpha version (diff) | |
download | gentoo-2-0754ff13f164513549cfe95ebcdb1c4538870e2a.tar.gz gentoo-2-0754ff13f164513549cfe95ebcdb1c4538870e2a.tar.bz2 gentoo-2-0754ff13f164513549cfe95ebcdb1c4538870e2a.zip |
Version bump.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-dicts/ydpdict')
-rw-r--r-- | app-dicts/ydpdict/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ydpdict/files/digest-ydpdict-0.66 | 3 | ||||
-rw-r--r-- | app-dicts/ydpdict/ydpdict-0.66.ebuild | 31 |
3 files changed, 41 insertions, 2 deletions
diff --git a/app-dicts/ydpdict/ChangeLog b/app-dicts/ydpdict/ChangeLog index 4f24842639fd..84e48d88da47 100644 --- a/app-dicts/ydpdict/ChangeLog +++ b/app-dicts/ydpdict/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ydpdict -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.4 2005/10/29 18:09:17 spock Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.5 2006/03/06 18:08:27 spock Exp $ + +*ydpdict-0.66 (06 Mar 2006) + + 06 Mar 2006; Michał Januszewski <spock@gentoo.org> +ydpdict-0.66.ebuild: + Version bump (bug #125219). *ydpdict-0.64 (29 Oct 2005) diff --git a/app-dicts/ydpdict/files/digest-ydpdict-0.66 b/app-dicts/ydpdict/files/digest-ydpdict-0.66 new file mode 100644 index 000000000000..bb43b4c996ef --- /dev/null +++ b/app-dicts/ydpdict/files/digest-ydpdict-0.66 @@ -0,0 +1,3 @@ +MD5 df6bf6196f15cde40bf71591948f61bf ydpdict-0.66.tar.gz 69328 +RMD160 b8d49f79e5ab0428f0d76dd583d30036218bea78 ydpdict-0.66.tar.gz 69328 +SHA256 3481cc092be8fff571aa7e5de23bf23bb77a4bcc1d9bda8651b559e116aeb5fa ydpdict-0.66.tar.gz 69328 diff --git a/app-dicts/ydpdict/ydpdict-0.66.ebuild b/app-dicts/ydpdict/ydpdict-0.66.ebuild new file mode 100644 index 000000000000..21868b722a51 --- /dev/null +++ b/app-dicts/ydpdict/ydpdict-0.66.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.66.ebuild,v 1.1 2006/03/06 18:08:27 spock Exp $ + +DESCRIPTION="A Linux interface for the Collins Polish-English, English-Polish Dictionary." +HOMEPAGE="http://toxygen.net/ydpdict/" +SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz" +SLOT="0" +DEPEND="" +IUSE="" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" + +src_install() { + mkdir -p ${D}/{usr/bin,etc} + einstall || die + dodoc README + sed -i "s#/usr/local/share/ydpdict#/usr/share/ydpdict#" ydpdict.conf.example + cp ydpdict.conf.example ${D}/etc/ydpdict.conf +} + +pkg_postinst() { + echo "" + einfo "Note that to use this program you'll need the original Collins Dictionary" + einfo "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/" + einfo "directory of the Windows version of the Collins dictionary. Once you obtain" + einfo "the files, put them into /usr/share/ydpdict" + einfo + einfo "Some configuration options can be set in /etc/ydpdict.conf" + echo "" +} |