Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/dictd-web1913
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-web1913/ChangeLog,v 1.13 2007/02/21 20:31:41 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
02 Apr 2005; Yuta SATOH
Stable on ppc64
27 Feb 2005; Yuta SATOH
added ~ppc64
30 Jul 2004; Anders Rune Jensen
QA - IUSE fix and {add missing,correct} metatata.xml.
07 Jun 2004; Daniel Black
dictd-web1913-1.4-r1.ebuild:
QA - IUSE fix
09 Feb 2004; Dylan Carlson
dictd-web1913-1.4-r1.ebuild:
added amd64 keyword.
19 Jan 2003; Olivier Reisch
Added ~ppc keyword
06 Dec 2002; Rodney Rees
*dictd-web1913-1.4-r1 (1 Feb 2002)
03 Dec 2002; Seemant Kulleen
Moved to app-dicts
2 Aug 2002; phoen][x
Added DESCRIPTION.
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST dict-web1913-1.4-pre.tar.gz 13147422 RMD160 3b6a1f79cd6ad6c925cad2d9a435261abfff3646 SHA1 2f2a0103d03b91d1df5893339daf86cf3f881709 SHA256 731f73cb7a47250017d16619f7ac446cdc8043a4bffb84d87071cac91898c183
EBUILD dictd-web1913-1.4-r1.ebuild 617 RMD160 7d0023ea8f73247c7b1182dcb10a68d0e3b0abff SHA1 128269171e9f6965adbd5d3a331c559fed7bda2d SHA256 fd853437004ae144dcb04bc9f8d3799836274e27e45b74f33889a2f6c81c1c0e
MISC ChangeLog 1639 RMD160 d216364cd18f774ab62bc2fa44185143450ddccc SHA1 f41e7309d809aaf2b5ed1e7ee4142b009bba6e02 SHA256 eea5be94ab730d57b7b6f57f22793dbbfbd2753445eab0d2489ca08465702fe1
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild,v 1.13 2005/04/01 16:07:26 nigoro Exp $
MY_P=${P/td/t}-pre
DESCRIPTION="Webster's Revised Unabridged Dictionary (1913) for dict"
HOMEPAGE="http://www.dict.org/"
SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="x86 ppc sparc amd64 ppc64"
DEPEND=">=app-text/dictd-1.5.5"
S=${WORKDIR}
src_install() {
insinto /usr/lib/dict
doins web1913.dict.dz web1913.index || die
}