Portage is a package management system used by Gentoo Linux
# ChangeLog for app-emacs/dictionary
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.13 2007/12/14 05:25:08 opfer Exp $
14 Dec 2007; Christian Faulhammer
dictionary-1.8.7.ebuild:
amd64 stable
03 Jul 2007; Christian Faulhammer
dictionary-1.8.7.ebuild:
removed src_install(); changed location of IUSE; manual make call to emake
07 Mar 2007; Christian Faulhammer
files/50dictionary-gentoo.el:
add load path correctly, fixes bug 169588, reported by Ulrich Mueller
06 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
16 Jul 2005; Joseph Jezak
Marked ppc stable for bug #99186.
01 Jul 2005; David Holm
Added to ~ppc.
*dictionary-1.8.7 (29 Jun 2005)
29 Jun 2005; Matthew Kennedy
-dictionary-1.8.3.ebuild, -dictionary-1.8.5.ebuild,
+dictionary-1.8.7.ebuild:
Keywording ~amd64; New upstream version; Removed old ebuilds.
*dictionary-1.8.5 (28 Dec 2003)
28 Dec 2003; Jeremy Maitin-Shepard
dictionary-1.8.5.ebuild :
Version bump. Resolves bug 36573.
31 Oct 2002; Matthew Kennedy
dictionary-1.8.3.ebuild, files/50dictionary-gentoo.el,
files/digest-dictionary-1.8.3 :
Initial import.
AUX 50dictionary-gentoo.el 199 RMD160 4ed35a429b70b37673b4e9d2aa7d41026c55e05d SHA1 125d375a4a9a028a13e9c91321859ddff1e54517 SHA256 4cfa76f00322f8e2bbc375605cef7146184f5bcb02da959d03c43c0f6c01a658
DIST dictionary-1.8.7.tar.gz 32764 RMD160 f35be5886a1c52fc0d1fa0017ab198b063abd997 SHA1 cb4894f5744163c09de269570f8c14ab274e4195 SHA256 c2b6445df24d9e105e5e6dcad03de1d5fe93c44b39408142d118245771ce4432
EBUILD dictionary-1.8.7.ebuild 592 RMD160 46939d37fc7836f2915d857708321d754fb4c637 SHA1 07179fb23f7bd4b3ffca97c2ea0add7c0617707d SHA256 7e9028f1ed78eb60a52b6d1a9b2cfba0aeaf25cdba50ba5e2f67df01f22c94ea
MISC ChangeLog 1523 RMD160 439262eb308262555e38e4383580f9628a846b80 SHA1 476be938fac2e1acc01f4c669be610a58b473030 SHA256 ee98efe86a101968d3557973c9e778ed11d1e303fcf4cf102ae43be130938b5c
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.8.7.ebuild,v 1.5 2007/12/14 05:25:08 opfer Exp $
inherit elisp
DESCRIPTION="Emacs package for talking to a dictionary server"
HOMEPAGE="http://www.myrkr.in-berlin.de/dictionary/index.html"
SRC_URI="http://www.myrkr.in-berlin.de/dictionary/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
SITEFILE="50${PN}-gentoo.el"
DOCS="README"
src_compile() {
emake EMACS=emacs || die "emake failed"
}