mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-visualization/xgraph: EAPI8 bump, use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35298 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
committed by
Andrew Ammerlaan
parent
33de3a641e
commit
4cfaa5c8c3
@@ -1,21 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DEB_PR=16
|
||||
|
||||
DESCRIPTION="X11 Plotting Utility"
|
||||
HOMEPAGE="http://www.isi.edu/nsnam/xgraph/"
|
||||
SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz
|
||||
HOMEPAGE="https://www.isi.edu/nsnam/xgraph/"
|
||||
SRC_URI="https://www.isi.edu/nsnam/dist/${P}.tar.gz
|
||||
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz"
|
||||
|
||||
LICENSE="xgraph"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="x11-libs/libSM
|
||||
x11-libs/libX11"
|
||||
DEPEND="${RDEPEND}"
|
||||
@@ -36,7 +37,8 @@ src_install() {
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
dodir /usr/share/man/man1
|
||||
mv "${ED%/}"/usr/share/man/manm/xgraph.man \
|
||||
"${ED%/}"/usr/share/man/man1/xgraph.1 || die
|
||||
rm -r "${ED%/}"/usr/share/man/manm || die
|
||||
|
||||
mv "${ED}"/usr/share/man/manm/xgraph.man \
|
||||
"${ED}"/usr/share/man/man1/xgraph.1 || die
|
||||
rm -r "${ED}"/usr/share/man/manm || die
|
||||
}
|
||||
Reference in New Issue
Block a user