sci-electronics/digilent-adept-runtime - 2.27.9 (vowstar)

Search

Install

Install this version:

emerge -a =sci-electronics/digilent-adept-runtime-2.27.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-electronics/digilent-adept-runtime-2.27.9

Or alternatively:

emerge --autounmask-write -a =sci-electronics/digilent-adept-runtime-2.27.9

Package Information

Description:
The Adept Runtime to communicate with Digilent's devices
Homepage:
https://digilent.com/shop/software/digilent-adept
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
2.27.9 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="${PN//-/.}"
inherit udev unpacker

DESCRIPTION="The Adept Runtime to communicate with Digilent's devices"
HOMEPAGE="https://digilent.com/shop/software/digilent-adept"
SRC_URI="
	amd64? ( https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${PV}/${MY_PN}_${PV}-amd64.deb )
	arm64? ( https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${PV}/${MY_PN}_${PV}-arm64.deb )
	arm? ( https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${PV}/${MY_PN}_${PV}-armhf.deb )
	x86? ( https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${PV}/${MY_PN}_${PV}-i386.deb )
"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RESTRICT="mirror strip test"

RDEPEND="
	dev-libs/libusb
"

DEPEND="${RDEPEND}"

S=${WORKDIR}

QA_PREBUILT="*"

src_install() {
	rm -r "${S}/usr/share/lintian" || die
	mv "${S}/etc/udev" "${T}" || die
	mv "${S}/usr/share/doc" "${T}" || die
	mv "${S}/usr/sbin" "${T}" || die
	gunzip "${T}"/doc/${MY_PN}/*.gz || die
	insinto /
	doins -r "${S}/usr"
	doins -r "${S}/etc"
	udev_dorules "${T}"/udev/rules.d/*.rules
	dosbin "${T}"/sbin/*
	dodoc "${T}"/doc/${MY_PN}/*
}

pkg_postinst() {
	udev_reload
}

pkg_postrm() {
	udev_reload
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libusb

RDEPEND

	dev-libs/libusb

Manifest for 2.27.9

Type File Size Source URLs
DIST digilent.adept.runtime_2.27.9-amd64.deb 2499280 bytes https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-amd64.deb
DIST digilent.adept.runtime_2.27.9-arm64.deb 2174336 bytes https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-arm64.deb
DIST digilent.adept.runtime_2.27.9-armhf.deb 2164244 bytes https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-armhf.deb
DIST digilent.adept.runtime_2.27.9-i386.deb 2445352 bytes https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-i386.deb