ChangeLog

# ChangeLog for app-dicts/babytrans-en2pt
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en2pt/ChangeLog,v 1.10 2007/02/01 15:04:14 blubb Exp $

01 Feb 2007; Simon Stelling babytrans-en2pt-0.2.ebuild:
added ~amd64

25 Jan 2007; Kevin F. Quinn
files/digest-babytrans-en2pt-0.2, Manifest:
Regenerate Manifest (bug #163701)

14 Oct 2006; Bryan Østergaard metadata.xml:
Remove angusyoung from metadata.xml due to retiring.

27 May 2005; Otavio Piske
babytrans-en2pt-0.2.ebuild:
Added correct license file for this package, and adjusted LICENSE accordingly.

31 Oct 2004; Otavio Piske
babytrans-en2pt-0.2.ebuild:
Cleanups in ebuild

15 Oct 2004; David Holm babytrans-en2pt-0.2.ebuild:
Added to ~ppc.

*babytrans-en2pt-0.2 (22 Sep 2004)

22 Sep 2004; Otavio Piske
-babytrans-en2pt-0.1.ebuild, +babytrans-en2pt-0.2.ebuild:
Added fetch restrictions to package until define what license restrictions may
or may not apply to this package

16 Sep 2004; Otavio Piske :
Corrected ChangeLog to according to Gentoo standard

* babytrans-en2pt-0.1 (10 Sep 2004)

10 Sep 2004; Otavio Piske babytrans-en2pt-0.1.ebuild :
Initial release (bug #26155)

Manifest

DIST EngtoPor.dic.gz 3522348 RMD160 be83151d9d34fa7a37d471b39b53df2b9ca60a99 SHA1 c79d924c9980c52e4123581802d288d5f687ed79 SHA256 ddc29eda6b73ec8e535d1cc3293491ceb5d78f6e3d54cc19234adb1096127a6c
EBUILD babytrans-en2pt-0.2.ebuild 1246 RMD160 bcdca4e76dbbc0c8ecf42105db8a4a79c85ffc78 SHA1 20debf65e7de46ece5c917b0a848cf34695bf7f2 SHA256 4f6acb0a984a9f663c6368bb542d5afaa651d44e24f9757885c316f6db7b3bde
MISC ChangeLog 1457 RMD160 f7a1b7fe8f66310546795ea88604aa9ff3694e0e SHA1 1a6d3bc87d2bacac2e96333a0621718070f088ab SHA256 cc1188b239aea058a2e5c4e5510b461783a2b741f4c609af44be5c672e8ce305
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22

babytrans-en2pt-0.2.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en2pt/babytrans-en2pt-0.2.ebuild,v 1.6 2007/02/01 15:04:14 blubb Exp $

MY_P="EngtoPor.dic.gz"
MY_F="Engtoptg.dic"
DESCRIPTION="English to Brazilian-Portuguese dictionary for Babytrans"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/"
SRC_URI="${MY_P}"

LICENSE="Babylon"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="app-dicts/babytrans"
RESTRICT="fetch"

pkg_nofetch() {
einfo "Due to license restrictions that may apply to the file in"
einfo "this package, it has fetch restrictions turned on. This"
einfo "means that you must download ${MY_P} file manually from"
einfo "${HOMEPAGE} or copy it"
einfo "from a windows installation of babylon and put it in "
einfo "${DISTDIR}. Finally note that having a license of"
einfo "babylon is desired in order to use this package"
}

src_unpack() {
local MY_A
unpack ${A} || die "Unable to unpack file ${A}"
MY_A="EngtoPor.dic"
mv ${MY_A} ${MY_F} || die "Unable to rename file ${MY_A}"
}

src_install() {
cd ${WORKDIR}
insinto /usr/share/babytrans
doins ${MY_F} || die "Unable to install file ${MY_F}"
}

metadata.xml




app-dicts