Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/dictd-jargon
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-jargon/ChangeLog,v 1.13 2007/02/21 20:30:17 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-jargon-4.2.3-r1.ebuild:
QA - IUSE fix
09 Feb 2004; Dylan Carlson
dictd-jargon-4.2.3-r1.ebuild:
added amd64 keyword.
06 Dec 2002; Rodney Rees
*dictd-jargon-4.2.3-r1 (1 Feb 2002)
26 Jan 2003; Jon Nall
added ~ppc
03 Dec 2002; Seemant Kulleen
Moved to app-dicts
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 jargon_4.2.3.tar.gz 650370 RMD160 04e400cfdec5beef1934bfd74449520bfb84c0bc SHA1 0a1ff04ae225796b6c3e7503e85aa0674cabf227 SHA256 3c51148191fcab2ce3ab055cc2a47543cf01ece737989ea18d9978b4913832d8
EBUILD dictd-jargon-4.2.3-r1.ebuild 595 RMD160 e20939d459aba1533b04df0203268134dfdf55ef SHA1 e402a8be366237fb9fd1c28ef7e9373769268860 SHA256 29004aa5bdc91787fea1fd9344ebaaeea04e1549048578e590948823164dde87
MISC ChangeLog 1551 RMD160 344ff4f6d5b4683a740892a0a355c70552d54728 SHA1 94307c629099e2f3a8fde549cf0b486e3ee72991 SHA256 b853a6a558dbe2dae126329d6ae77f8e6adafd30303df3bb109839a4507bd8b5
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-jargon/dictd-jargon-4.2.3-r1.ebuild,v 1.13 2005/04/01 16:01:41 nigoro Exp $
MY_P=${PN/dictd-/}_${PV}
DESCRIPTION="Jargon lexicon"
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 sparc ppc amd64 ppc64"
DEPEND=">=app-text/dictd-1.5.5"
S=${WORKDIR}
src_install () {
dodoc README
insinto /usr/lib/dict
doins jargon.dict.dz jargon.index || die
}