valadoc-9999 updated

This commit is contained in:
Kolan Sh 2014-07-10 11:07:01 +04:00
parent 74bbb373eb
commit 0288198134
1 changed files with 20 additions and 22 deletions

View File

@ -1,38 +1,36 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $ # $Header: $
EAPI=4 EAPI=4
GCONF_DEBUG="no" inherit autotools git-2
inherit vala gnome2-live DESCRIPTION="a documentation generator for Vala source code"
HOMEPAGE="https://live.gnome.org/Valadoc"
DESCRIPTION="A documentation generator for generating API documentation from Vala source code" EGIT_REPO_URI="git://git.gnome.org/valadoc"
HOMEPAGE="http://live.gnome.org/Valadoc" EGIT_BOOTSTRAP="eautoreconf"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="" KEYWORDS=""
IUSE="" IUSE=""
DEPEND="dev-lang/vala RDEPEND="dev-lang/vala
dev-libs/libgee >=dev-libs/glib-2.12:2
media-gfx/graphviz >=dev-libs/libgee-0.5:0
dev-libs/glib:2 >=media-gfx/graphviz-2.16
x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2
x11-libs/gdk-pixbuf:2" >=x11-libs/gtk+-2.10:2"
RDEPEND="${DEPEND}" DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README THANKS" DOCS=( AUTHORS MAINTAINERS THANKS )
VALA_REQUIRED_VERSION="0.12" src_configure() {
VALAC="$(type -p valac-0.14)" econf --disable-static
src_prepare() {
vala_src_prepare
gnome2-live_src_prepare
} }
pkg_postinst() { src_install() {
vala_pkg_postinst default
gnome2-live_pkg_postinst find "${ED}" -name "*.la" -type f -exec rm -rf {} + || die
} }