aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-21 11:41:48 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-21 11:41:48 +0200
commit4ac6404be19df2a7d5e6c80eb6e03ef8bf3a5c32 (patch)
tree74c34b4014e45d28fe3266621f9b4f92bfe3b94b /dev-util
parentsci-biology/seqtools: version bump (diff)
downloadsci-4ac6404be19df2a7d5e6c80eb6e03ef8bf3a5c32.tar.gz
sci-4ac6404be19df2a7d5e6c80eb6e03ef8bf3a5c32.tar.bz2
sci-4ac6404be19df2a7d5e6c80eb6e03ef8bf3a5c32.zip
dev-util/makefile2graph: new package
Is needed by sci-biology/tigmint Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/makefile2graph/Manifest1
-rw-r--r--dev-util/makefile2graph/makefile2graph-1.5.0.ebuild21
-rw-r--r--dev-util/makefile2graph/metadata.xml12
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-util/makefile2graph/Manifest b/dev-util/makefile2graph/Manifest
new file mode 100644
index 000000000..652202e54
--- /dev/null
+++ b/dev-util/makefile2graph/Manifest
@@ -0,0 +1 @@
+DIST makefile2graph-1.5.0.tar.gz 56330 BLAKE2B 7eddbfeec24a0128165a62c68901c64d2742120c23aad682fe12a383a56ffe8634d1b4c7f0f2c13311602bf465484cb0074a811830f4c24805e41608d8b88e2f SHA512 50dd92c2b31b297fdfaf457010edc553156a679f30f52b4a2a6c151e8454b3625b2975a4d6094ff3f76f869e58142e4c8907a6fb8d586aef8e6f971b75d3a090
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>mmokrejs@fold.natur.cuni.cz</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-biology@gentoo.org</email>
+ <name>Gentoo Biology Project</name>
+ </maintainer>
+</pkgmetadata>