dev-lang/squeak - 5.0.15110 (superposition)

Search

Package Information

Description:
Squeak image file
Homepage:
http://www.squeak.org/
License:
Apache-2.0 MIT BitstreamVera

Ebuild Details

Version EAPI Keywords Slot
5.0.15110 7 ~amd64 ~x86 4.6
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Squeak image file"
HOMEPAGE="http://www.squeak.org/"

SRC_URI="
	http://ftp.squeak.org/5.0/Squeak5.0-15110.zip
	http://ftp.squeak.org/5.0/SqueakV50.sources.zip"

LICENSE="Apache-2.0 MIT BitstreamVera"
SLOT="4.6"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip
	dev-lang/squeakvm"
RDEPEND=""

S="${WORKDIR}"

src_compile() {
	einfo "Compressing image/changes files."
	gzip "Squeak5.0-15133.image"
	gzip "Squeak5.0-15133.changes"
	gzip "SqueakV50.sources"
	einfo "done."
}

src_install() {
	einfo 'Installing Image/Sources/Changes files.'
	#dodoc ReadMe.txt
	insinto "/usr/lib/squeak"
	# install full image and changes file.
	doins "Squeak5.0-15133.image.gz"
	doins "Squeak5.0-15133.changes.gz"
	# install sources
	doins "SqueakV50.sources.gz"
}

pkg_postinst() {
	elog "Squeak ${PV} image, changes and sources files installed in /usr/lib/squeak"
}

Dependencies

DEPEND

app-arch/unzip
	dev-lang/squeakvm

Manifest for 5.0.15110

Type File Size Source URLs
DIST Squeak5.0-15110.zip 11375557 bytes http://ftp.squeak.org/5.0/Squeak5.0-15110.zip
DIST SqueakV50.sources.zip 6311072 bytes http://ftp.squeak.org/5.0/SqueakV50.sources.zip