Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/dictd-misc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-misc/ChangeLog,v 1.13 2007/02/21 20:30:43 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-misc-1.5b-r1.ebuild:
QA - IUSE fix
09 Feb 2004; Dylan Carlson
added amd64 keyword.
19 Jan 2003; Olivier Reisch
Added ~ppc keyword
06 Dec 2002; Rodney Rees
*dictd-misc-1.5b-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-misc-1.5b-pre.tar.gz 2167909 RMD160 28a132ef709f074b38f274a68976df5b66d88732 SHA1 f7f21e2fb2ac83993ecb9e2f98719adf6cad79bc SHA256 aa1ff12aa1eb045a22f9605fb4311426ecbbc713fe44602a5c553d4c17d420ec
EBUILD dictd-misc-1.5b-r1.ebuild 676 RMD160 2ffe2b734cdcdf6577a0453d690389766b05f22e SHA1 8a059cc2d749f4590ec008f3a79d90204df7d69c SHA256 071901024d95e3de2c44e269fa48f7b4cce52429f46962554a9e078ac99f2b91
MISC ChangeLog 1619 RMD160 f3e8b4fcc283e4c03036ba877791cb977cbe9922 SHA1 0f43f42f2b6116722c701f6643838c975ba79a05 SHA256 080e0c7ba96b5bf72888950bfff714dd3c2e59fbaabfcfdff3e059213b61a265
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-misc/dictd-misc-1.5b-r1.ebuild,v 1.13 2005/04/01 16:03:34 nigoro Exp $
MY_P=${P/dictd/dict}-pre
DESCRIPTION="Easton's 1897 Bible Dictionary 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 easton.dict.dz easton.index \
hitchcock.dict.dz hitchcock.index \
world95.dict.dz world95.index \
|| die
}