Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/babytrans-en2ger
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en2ger/ChangeLog,v 1.10 2007/01/25 08:50:35 kevquinn Exp $
25 Jan 2007; Kevin F. Quinn
files/digest-babytrans-en2ger-0.2, Manifest:
Regenerate Manifest (bug #163701)
14 Oct 2006; Bryan Østergaard
Remove angusyoung from metadata.xml due to retiring.
27 May 2005; Otavio Piske
babytrans-en2ger-0.2.ebuild:
Added correct license file for this package, and adjusted LICENSE accordingly.
15 Oct 2004; David Holm
Added to ~ppc.
03 Oct 2004; Simon Stelling
babytrans-en2ger-0.2.ebuild:
added ~amd64
*babytrans-en2ger-0.2 (22 Sep 2004)
22 Sep 2004; Otavio Piske
babytrans-en2ger-0.2.ebuild:
Added fetch restrictions to package until define license issues
18 Sep 2004; Sven Wegener
Fixed ChangeLog header.
16 Sep 2004; Otavio Piske
Corrected ChangeLog to according to Gentoo standard
* babytrans-en2ger-0.1 (10 Sep 2004)
10 Sep 2004; Otavio Piske
Initial release (bug #26490)
DIST EngtoGer.dic.gz 3421884 RMD160 b5bd173d5bc2cd5ad081370139b68422e6c71178 SHA1 8ba95177691950d4fdef064425420e4f3776e2e1 SHA256 4790b695abe125cbedd1b1fd9f5518521a4a3564cb09616cc7da4b8ae19398f0
EBUILD babytrans-en2ger-0.2.ebuild 1290 RMD160 9b37a68d5dedce642d98b347ddf4ea64e7244d09 SHA1 8360f14387be4b9daf7c55c840447478009f9b21 SHA256 fda5f6c677f691b96408cab611aa46a5b7827ff565e55e74cadfb1d43e711ea6
MISC ChangeLog 1366 RMD160 65e3e71b550c415a4542170ec94d6e9ebccad69b SHA1 bd105b2ae8e12f1ac0b84122acf52749985ed1cb SHA256 4b387cb4604476dd9456f832782d2df0b4929ebc333dd9645ee31a9624acfb1b
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/babytrans-en2ger/babytrans-en2ger-0.2.ebuild,v 1.6 2005/05/27 18:32:14 angusyoung Exp $
MY_P="EngtoGer.dic.gz"
MY_F="Engtoger.dic"
DESCRIPTION="English to German dictionary for Babytrans"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/"
SRC_URI="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/${MY_P}"
LICENSE="Babylon"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
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="EngtoGer.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}"
}