summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-01-31 19:38:26 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-01-31 19:39:00 +0100
commit6926d352c3eae08f7acf8b7fcc1bebbc1e191ddc (patch)
tree7a50d69a9acdc8cb2def5740990049cdb9696f47 /media-gfx/gnuclad/gnuclad-0.2.4.ebuild
parentmedia-video/gpac-0.6.1-r2: stable on alpha (diff)
downloadgentoo-6926d352c3eae08f7acf8b7fcc1bebbc1e191ddc.tar.gz
gentoo-6926d352c3eae08f7acf8b7fcc1bebbc1e191ddc.tar.bz2
gentoo-6926d352c3eae08f7acf8b7fcc1bebbc1e191ddc.zip
media-gfx/gnuclad: New ebuild, adapted from the el-overlay
https://github.com/lamskoy/el-overlay Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-gfx/gnuclad/gnuclad-0.2.4.ebuild')
-rw-r--r--media-gfx/gnuclad/gnuclad-0.2.4.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
new file mode 100644
index 000000000000..ad6be7626cd1
--- /dev/null
+++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project"
+HOMEPAGE="https://launchpad.net/gnuclad/"
+SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ default
+
+ doman doc/man/gnuclad.1
+
+ use examples && dodoc -r example
+}