sci-visualization/gnuplotutils - 9999 (cj-overlay)

Search

Install

Install this version:

emerge -a =sci-visualization/gnuplotutils-9999

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

autounmask =sci-visualization/gnuplotutils-9999

Or alternatively:

emerge --autounmask-write -a =sci-visualization/gnuplotutils-9999

Package Information

Description:
Some useful scripts for gnuplot
Homepage:
https://github.com/junghans/gnuplotutils
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="Some useful scripts for gnuplot"
HOMEPAGE="https://github.com/junghans/gnuplotutils"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="sys-apps/help2man"
RDEPEND="dev-lang/perl
		sys-apps/sed
		sci-visualization/gnuplot
		virtual/latex-base
		app-text/ghostscript-gpl
		sys-apps/coreutils"

EGIT_REPO_URI="https://github.com/junghans/gnuplotutils.git git://github.com/junghans/gnuplotutils.git"

src_install() {
	emake DESTDIR="${ED}" install
}

Inherited Eclasses

Dependencies

DEPEND

sys-apps/help2man

RDEPEND

dev-lang/perl
		sys-apps/sed
		sci-visualization/gnuplot
		virtual/latex-base
		app-text/ghostscript-gpl
		sys-apps/coreutils