commit: 4ac6404be19df2a7d5e6c80eb6e03ef8bf3a5c32 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sat Apr 21 09:41:48 2018 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sat Apr 21 09:41:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ac6404b
dev-util/makefile2graph: new package Is needed by sci-biology/tigmint Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-util/makefile2graph/makefile2graph-1.5.0.ebuild | 21 +++++++++++++++++++++ dev-util/makefile2graph/metadata.xml | 12 ++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-util/makefile2graph/makefile2graph-1.5.0.ebuild b/dev-util/makefile2graph/makefile2graph-1.5.0.ebuild new file mode 100644 index 000000000..a934ce2cb --- /dev/null +++ b/dev-util/makefile2graph/makefile2graph-1.5.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Create a graph of dependencies from GNU Make" +HOMEPAGE="https://github.com/lindenb/makefile2graph" +SRC_URI="https://github.com/lindenb/makefile2graph/archive/v1.5.0.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare(){ + sed -e 's#/usr/local#/usr#' -i Makefile || die + default +} diff --git a/dev-util/makefile2graph/metadata.xml b/dev-util/makefile2graph/metadata.xml new file mode 100644 index 000000000..138cb7705 --- /dev/null +++ b/dev-util/makefile2graph/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Martin Mokrejs</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Biology Project</name> + </maintainer> +</pkgmetadata>
