ChangeLog

# ChangeLog for app-dicts/eblook
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.13 2008/06/18 02:38:29 darkside Exp $

18 Jun 2008; Jeremy Olexa eblook-1.5.1.ebuild:
autoreconf -> eautoreconf. bug #226531

25 Dec 2007; Christian Heim metadata.xml:
Removing usata from metadata.xml as per #22931. Assigning to maintainer-needed.

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

22 Nov 2004; Mamoru KOMACHI eblook-1.5.1.ebuild,
eblook-1.6.1.ebuild, eblook-1.6.ebuild:
Changed einstall to make DESTDIR=${D} install; bug #72014.

18 Nov 2004; Mamoru KOMACHI eblook-1.5.1.ebuild,
eblook-1.6.1.ebuild, eblook-1.6.ebuild:
<=eblook-1.6 doesn't work with >=eb-4.1. Marked 1.6.1 stable on x86 and ppc.

*eblook-1.6.1 (28 Aug 2004)

28 Aug 2004; Mamoru KOMACHI +eblook-1.6.1.ebuild,
eblook-1.6.ebuild:
Version bumped. Marked 1.6 stable on ppc.

21 Aug 2004; David Holm eblook-1.6.ebuild:
Added to ~ppc.

26 Apr 2004; Mamoru KOMACHI eblook-1.5.1.ebuild,
eblook-1.6.ebuild:
Marked stable on x86. Added missing IUSE

*eblook-1.6 (14 Feb 2004)

14 Feb 2004; Mamoru KOMACHI eblook-1.6.ebuild:
Version bumped

04 Jan 2004; eblook-1.5.1.ebuild,
files/eblook-1.5.1-eb4-gentoo.diff:
Fixed compile bug when >=dev-libs/eb-4

*eblook-1.5.1 (27 Oct 2003)

27 Oct 2003; Mamoru KOMACHI eblook-1.5.1.ebuild:
Intial import

Manifest

AUX eblook-1.5.1-eb4-gentoo.diff 393 RMD160 a3b1baae7f6d2caebccbc129f026ea309f63ec91 SHA1 e746eb4089ad7466ef2cb85295b565b86a63f211 SHA256 c292fa90420970f433f9d0c0b0855985c8d2ee280d23e034e229e4f2e2b5c3ba
DIST eblook-1.5.1.tar.gz 195934 RMD160 569dfd2ddd8710664d45b4e8f765f77098d0b91a SHA1 dfdcddcdda9e2a9c134ba9d373906de1cdc75207 SHA256 51d3e5155fc3339e9e3c3e13f70dbec9e31146092b212b8bd484494b44ccb064
DIST eblook-1.6.1.tar.gz 440727 RMD160 32c37963d2627642a5799dd2a4222c511143b8d6 SHA1 401c97437fdf94a90969e856c3a9d1c6c3646e47 SHA256 21ea6ffb995312735f30e45c2e6cfb2e1654286dbd1dd2190457607df28d0c68
DIST eblook-1.6.tar.gz 418216 RMD160 41145a846a67f8e97970add1f48cf9948730e51e SHA1 5b8fc0b85edb044e43b16608e7f3afd5b9db0148 SHA256 c181b2c206c1a7c88b9f2be08867543e4d9883f618ab207e9f422c00b1568752
EBUILD eblook-1.5.1.ebuild 904 RMD160 c6f96d3a7684515696002d53284782c9559df513 SHA1 3b065e84d434be60d9958028c1b69d8b3e51185e SHA256 5e001391eea8cf1651159a9e58e39c620cec9777faaa33807be2ed1a4c11bcf2
EBUILD eblook-1.6.1.ebuild 715 RMD160 00986af523b0b3bd2ac5736c4602ce0899cdf3a9 SHA1 6380f3186457f0cfef4b9a22c74069e65fea1298 SHA256 944f7b1beb869caa34f4366834f6559bee21b2f0b177bae42dae9ff4a9456cb4
EBUILD eblook-1.6.ebuild 733 RMD160 f6f1cfe254acf60ac09dd28807ab43dc9ef700b8 SHA1 a70d3d191fecac62962666a97e9eaf141e74a362 SHA256 61e0f7ecf16736b9a4e3246a105ea8f8d46ddaf5f3236c6afd4724b4d6af9525
MISC ChangeLog 1673 RMD160 7f5da07d714a28f5cb952c78d0611103c7fcb101 SHA1 896c20930edff8e00c1f9ef399b65b2466ffbe98 SHA256 7f06c07b84bf5d9c97d7b4e0a31702740969f31b735daa2e36207d6566d41b88
MISC metadata.xml 236 RMD160 92f49f8275e75caf57b88a3172d5204eaa4e33ae SHA1 dd1a8550a514e55ab0ed6190ab4794bb090994f8 SHA256 56075995f83836ae824c7cb01931b98d6745f6d5a7764299c8262e801486b829

eblook-1.5.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.11 2008/06/18 02:38:29 darkside Exp $

inherit eutils autotools

IUSE=""

DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries"
HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/"
SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

RDEPEND="!>=dev-libs/eb-4.1
>=dev-libs/eb-3.3.4"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.53"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-eb4-gentoo.diff"
eautoreconf || die "eautoreconf failed"
}

src_compile() {
econf --with-eb-conf=/etc/eb.conf || die
emake || die
}

src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}

eblook-1.6.1.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.4 2005/01/01 12:51:03 eradicator Exp $

IUSE=""

DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries"
HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/"
SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"

DEPEND=">=dev-libs/eb-3.3.4"

S="${WORKDIR}/${P%_*}"

src_compile() {
econf --with-eb-conf=/etc/eb.conf || die
emake || die
}

src_install() {
make DESTDIR=${D} install || die

dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}

eblook-1.6.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.9 2005/01/01 12:51:03 eradicator Exp $

IUSE=""

DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries"
HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/"
SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"

DEPEND="!>=dev-libs/eb-4.1
>=dev-libs/eb-3.3.4"

S="${WORKDIR}/${P%_*}"

src_compile() {
econf --with-eb-conf=/etc/eb.conf || die
emake || die
}

src_install() {
make DESTDIR=${D} install || die

dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}

files

metadata.xml




no-herd

maintainer-needed@gentoo.org