Overlay/dev-util/valadoc/valadoc-9999.ebuild

43 lines
712 B
Bash
Raw Normal View History

2015-07-11 18:34:52 +03:00
# Copyright 1999-2015 Gentoo Foundation
2012-11-22 11:30:24 +04:00
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2021-05-28 13:42:01 +03:00
EAPI="6"
2015-07-11 18:34:52 +03:00
VALA_MIN_API_VERSION="0.20"
2012-11-22 11:30:24 +04:00
2015-07-11 18:34:52 +03:00
inherit autotools eutils git-r3 vala
DESCRIPTION="Documentation generator for Vala source code"
2014-07-10 11:07:01 +04:00
HOMEPAGE="https://live.gnome.org/Valadoc"
2018-09-24 17:08:45 +03:00
EGIT_REPO_URI="https://github.com/GNOME/valadoc.git"
2012-11-22 11:30:24 +04:00
LICENSE="GPL-2"
2015-07-11 18:34:52 +03:00
SLOT="1.0"
2012-11-22 11:30:24 +04:00
KEYWORDS=""
IUSE=""
2015-07-11 18:34:52 +03:00
RDEPEND="
2015-07-12 12:30:36 +03:00
>=dev-lang/vala-0.20
2015-07-11 18:34:52 +03:00
>=dev-libs/glib-2.24:2
>=dev-libs/libgee-0.8:0.8
2014-07-10 11:07:01 +04:00
>=media-gfx/graphviz-2.16
2015-07-11 18:34:52 +03:00
"
2014-07-10 11:07:01 +04:00
DEPEND="${RDEPEND}
2015-07-11 18:34:52 +03:00
$(vala_depend)
virtual/pkgconfig
"
2012-11-22 11:30:24 +04:00
2015-07-11 18:34:52 +03:00
src_prepare() {
eautoreconf
vala_src_prepare
}
2012-11-22 11:30:24 +04:00
2014-07-10 11:07:01 +04:00
src_configure() {
2015-07-11 18:34:52 +03:00
econf --disable-static
2012-11-22 11:30:24 +04:00
}
2014-07-10 11:07:01 +04:00
src_install() {
default
2015-07-11 18:34:52 +03:00
prune_libtool_files
2012-11-22 11:30:24 +04:00
}