Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/dictd-devils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-devils/ChangeLog,v 1.13 2007/02/21 20:28:28 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
01 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-devils-0-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-devils-0-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 devils-dict-pre.tar.gz 175823 RMD160 8eda7dbb2da60fdf7400eb4143542d83b05dd376 SHA1 0e72967d8877b0296c02ea7c2f6de9b98969ae3c SHA256 e1a6189190282da4a0655a0a3181c3a611f08b0adc71346d57b189598f166410
EBUILD dictd-devils-0-r1.ebuild 588 RMD160 dd368edb846db5eebe24cee4ec7ad50d3beb67fe SHA1 19562f95d057cfcfbb46c54680fcb3165bca8239 SHA256 8c46ba42ab898f80265d7ce27a8e5747347f652b060123b33fcbe48f2fcef477
MISC ChangeLog 1627 RMD160 02bc8a2e5a4696f9a10b4797f496d40ba88cb15c SHA1 cdb840f431951e7c1b4b3e2f3dd428330283a5bc SHA256 769c8d21a15d22bad088176cf2b8900e7377a931f9748eeb8690e087759ffc46
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-devils/dictd-devils-0-r1.ebuild,v 1.13 2005/04/01 14:35:18 nigoro Exp $
MY_P=devils-dict-pre
S=${WORKDIR}
DESCRIPTION="The Devil's 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"
src_install() {
insinto /usr/lib/dict
doins devils.dict.dz devils.index || die
}