Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/babytrans-en
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en/ChangeLog,v 1.9 2007/01/25 08:49:02 kevquinn Exp $
25 Jan 2007; Kevin F. Quinn
files/digest-babytrans-en-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
Added correct license file for this package
15 Oct 2004; David Holm
Added to ~ppc.
03 Oct 2004; Simon Stelling
added ~amd64
*babytrans-en-0.2 (22 Sep 2004)
22 Sep 2004; Otavio Piske
+babytrans-en-0.2.ebuild:
Added fetch restrictions to this package until we define the correct license
restrictions that may or may not apply to this package
16 Sep 2004; Otavio Piske
Ebuild marked as ~x86 as it's still testing
16 Sep 2004; Otavio Piske
Corrected ChangeLog according to Gentoo standard. Also corrected dates and
header.
* babytrans-0.9.2 (10 Sep 2004)
10 Sep 2004; Otavio Piske
Initial release (bug #26156)
DIST english.dic.gz 480387 RMD160 8f39241910fe70a7a29d8a89775e6466922c187b SHA1 305d69d369f73962ed1c72c36f25d239f5216f33 SHA256 ce5eeedc841dbb196dcb9a0e74e86eef1166361925e9751d6eabc58775c84e12
EBUILD babytrans-en-0.2.ebuild 1021 RMD160 4a70b49cb9028a95597932abf8e0d08f6774320f SHA1 a5ac6f71d1983a8e6be5434b5f4c21ea0646a059 SHA256 294e2bd2dd9de071995492c9886b745469e2dc012733805bcd32cbab4fd2ad5d
MISC ChangeLog 1470 RMD160 4f29b9e19043e07e945a7230b14f3037ef599e3d SHA1 042d9af7554e30ca5117710715a6f6db99d0c9ac SHA256 1eb7e160f4d947afedce78cf1328e0592b141945c54b2cc8b3b6fa5199b1b3a4
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-en/babytrans-en-0.2.ebuild,v 1.5 2005/05/27 18:30:07 angusyoung Exp $
MY_P="english.dic.gz"
MY_F="english.dic"
DESCRIPTION="English dictionary for Babytrans"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/"
SRC_URI="${MY_P}"
LICENSE="Babylon"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE=""
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_install() {
cd ${WORKDIR}
insinto /usr/share/babytrans
doins ${MY_F} || die "Unable to install file"
}