dev-embedded/imsprog - 1.9.1 (guru)

Search

Install

Install this version:

emerge -a =dev-embedded/imsprog-1.9.1

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

autounmask =dev-embedded/imsprog-1.9.1

Or alternatively:

emerge --autounmask-write -a =dev-embedded/imsprog-1.9.1

Package Information

Description:
I2C, MicroWire and SPI EEPROM/Flash chip Programmer
Homepage:
https://github.com/bigbigmdm/IMSProg
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.9.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake udev

MY_PN="IMSProg"
DESCRIPTION="I2C, MicroWire and SPI EEPROM/Flash chip Programmer"
HOMEPAGE="https://github.com/bigbigmdm/IMSProg"
#HASH_COMMIT="tbd"
if [[ ${PV} == *_p* ]]; then
	SRC_URI="https://github.com/bigbigmdm/IMSProg/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}/${MY_PN}-${HASH_COMMIT}"
else
	SRC_URI="https://github.com/bigbigmdm/IMSProg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}/${MY_PN}-${PV}"
fi

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-qt/qtbase:6[gui,network,ssl,widgets]
	>=virtual/libusb-1-r2:1
"
RDEPEND="${DEPEND}
	virtual/udev
"
BDEPEND="
	app-alternatives/gzip
	dev-qt/qttools:6[linguist]
	virtual/pkgconfig
"

src_install() {
	local HTML_DOCS=( IMSProg_programmer/other/index.html img/* )
	cmake_src_install
	rm -r "${ED}"/usr/share/doc/imsprog || die
	gunzip "${ED}"/usr/share/man/man1/* || die
}

pkg_postrm() {
	udev_reload
}

pkg_postinst() {
	udev_reload
}

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtbase:6[gui,network,ssl,widgets]
	>=virtual/libusb-1-r2:1

RDEPEND

	dev-qt/qtbase:6[gui,network,ssl,widgets]
	>=virtual/libusb-1-r2:1

	virtual/udev

BDEPEND

	app-alternatives/gzip
	dev-qt/qttools:6[linguist]
	virtual/pkgconfig

Manifest for 1.9.1

Type File Size Source URLs
DIST imsprog-1.9.1.tar.gz 2299653 bytes https://github.com/bigbigmdm/IMSProg/archive/refs/tags/v1.9.1.tar.gz