Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483134 | Differences between
and this patch

Collapse All | Expand All

(-)vala-0.22.1.ebuild (-2 / +7 lines)
Lines 5-18 Link Here
5
EAPI="5"
5
EAPI="5"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit gnome2
8
inherit gnome2 autotools
9
9
10
DESCRIPTION="Compiler for the GObject type system"
10
DESCRIPTION="Compiler for the GObject type system"
11
HOMEPAGE="https://wiki.gnome.org/Vala"
11
HOMEPAGE="https://wiki.gnome.org/Vala"
12
12
13
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
14
SLOT="0.22"
14
SLOT="0.22"
15
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
16
IUSE="test +vapigen"
16
IUSE="test +vapigen"
17
17
18
RDEPEND="
18
RDEPEND="
Lines 22-27 Link Here
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	!${CATEGORY}/${PN}:0
23
	!${CATEGORY}/${PN}:0
24
	dev-libs/libxslt
24
	dev-libs/libxslt
25
	dev-vcs/git
25
	sys-devel/flex
26
	sys-devel/flex
26
	virtual/pkgconfig
27
	virtual/pkgconfig
27
	virtual/yacc
28
	virtual/yacc
Lines 30-35 Link Here
30
		>=dev-libs/glib-2.26:2 )
31
		>=dev-libs/glib-2.26:2 )
31
"
32
"
32
33
34
src_prepare() {
35
	git init
36
}
37
33
src_configure() {
38
src_configure() {
34
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
39
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
35
	gnome2_src_configure \
40
	gnome2_src_configure \

Return to bug 483134