Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/babytrans-en2fre
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en2fre/ChangeLog,v 1.5 2007/02/01 15:05:17 blubb Exp $
01 Feb 2007; Simon Stelling
babytrans-en2fre-0.1.ebuild:
added ~amd64
25 Jan 2007; Kevin F. Quinn
files/digest-babytrans-en2fre-0.1, Manifest:
Regenerate Manifest (bug #163701)
14 Oct 2006; Bryan Østergaard
Remove angusyoung from metadata.xml due to retiring.
08 Jul 2005; David Holm
Added to ~ppc.
*babytrans-en2fre-0.1 (27 May 2005)
27 May 2005; Otavio Piske
+babytrans-en2fre-0.1.ebuild:
English to French dictionary for babytrans. Initial release.
DIST EngtoFre.dic.gz 3592892 RMD160 899fc310811a37db43e39960e7eeaa986bf00a8d SHA1 aab063cba985668332769e353911101eb814c263 SHA256 5afc5544dda6270b8187c7c02ce4306277dae07e5dbf30b478fc0c6b6eb1fc4b
EBUILD babytrans-en2fre-0.1.ebuild 1234 RMD160 bc96c382cf26f39fef74e5ed6c6954b530dfaaa3 SHA1 c16e9f6411f5f690688ae194c43829d07e5ce5be SHA256 5daa223f056b66c9876168d50ded5fdd7df6f95b21f57356bcd8c7b19606f9ef
MISC ChangeLog 871 RMD160 3315eb819f854704fd602496a58a0493957080ee SHA1 95b712a5a4bedadfea88dab0c69907465f75b15f SHA256 12494d2223273a2793076ae8f1641e2715528feb2b6e3699b078b8b4e4b7f74d
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild,v 1.3 2007/02/01 15:05:17 blubb Exp $
MY_P="EngtoFre.dic.gz"
MY_F="Engtofre.dic"
DESCRIPTION="English to French 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="EngtoFre.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}"
}