From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-gfx/springgraph/springgraph-88.ebuild | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 media-gfx/springgraph/springgraph-88.ebuild (limited to 'media-gfx/springgraph/springgraph-88.ebuild') diff --git a/media-gfx/springgraph/springgraph-88.ebuild b/media-gfx/springgraph/springgraph-88.ebuild new file mode 100644 index 000000000000..5b76e3db5e66 --- /dev/null +++ b/media-gfx/springgraph/springgraph-88.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit eutils + +DESCRIPTION="Generate spring graphs from graphviz input files" +HOMEPAGE="http://www.chaosreigns.com/code/springgraph" +MY_PV="0.${PV}" +MY_P="${PN}_${MY_PV}" +SRC_FILE="${MY_P}.orig.tar.gz" +SRC_DEBIAN_PATCH="${PN}_0.82-5.diff.gz" +SRC_URI="http://www.chaosreigns.com/code/springgraph/dl/${PN}.pl.${PV} + mirror://debian/pool/main/${PN:0:1}/${PN}/${SRC_DEBIAN_PATCH}" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" +IUSE="" +DEPEND="" +RDEPEND="dev-perl/GD" +S="${WORKDIR}/${PN}-${MY_PV}" + +src_unpack() { + mkdir -p ${S} + cp ${DISTDIR}/${PN}.pl.${PV} ${S}/${PN} + EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${SRC_DEBIAN_PATCH} +} + +src_compile() { + # nothing to do + : +} + +src_install() { + into /usr + dobin ${PN} + doman debian/${PN}.1 +} -- cgit v1.2.3