sci-mathematics/octave-epstk - 2.4 (gentoo)

Search

Package Information

Description:
Graphical output functions for Matlab and Octave
Homepage:
http://www.epstk.de/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.4 7 ~amd64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DEB_PR=1
DESCRIPTION="Graphical output functions for Matlab and Octave"
HOMEPAGE="http://www.epstk.de/"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2
	mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz"
S="${WORKDIR}"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~riscv ~x86"
SLOT="0"
IUSE="doc"

RDEPEND="sci-mathematics/octave
	app-text/ghostscript-gpl"

src_prepare() {
	cd eps* || die

	local p
	for p in $(cat "${WORKDIR}"/debian/patches/series); do
		eapply "${WORKDIR}"/debian/patches/${p}
	done

	default
}

src_install() {
	insinto /usr/share/octave/site/m/${PN}
	doins eps*/m/*

	if use doc ; then
		docinto html
		dodoc -r eps*/doc/*
	fi

	insinto /etc
	doins debian/epstk.conf
	dodoc debian/README.Debian debian/changelog
}

USE Flags

doc

Applicable Mirrors

Mirror Name URLs
debian

Dependencies

RDEPEND

sci-mathematics/octave
	app-text/ghostscript-gpl

Manifest for 2.4

Type File Size Source URLs
DIST octave-epstk_2.4-1.debian.tar.gz 10905 bytes mirror://debian/pool/main/${PN:0:1}/octave-epstk/octave-epstk_2.4-1.debian.tar.gz
DIST octave-epstk_2.4.orig.tar.bz2 1072111 bytes mirror://debian/pool/main/${PN:0:1}/octave-epstk/octave-epstk_2.4.orig.tar.bz2