Vala 0.38.3 added.
This commit is contained in:
parent
13ac0f5f52
commit
31515e887f
|
@ -1 +1 @@
|
|||
DIST vala-0.36.4.tar.xz 2846516 SHA256 e9f23ce711c1a72ce664d10946fbc5953f01b0b7f2a3562e7a01e362d86de059 SHA512 cc804b9ad0bda4968660084c5d5e38761b0d478a6c504d3d2e6188fdd2deef4a4315d7278191f19b3bcbee66e0b02733deb6050d168305c85cef8f203ecc13ac WHIRLPOOL 9763176101af16ae516e5183000297dcb629805d172be245bea5b02cebc04a7c3dd8227565c29170cd1ad896aef1f4a9bfd52ffebeb2ee024c0bd877a69ce348
|
||||
DIST vala-0.38.3.tar.xz 3393276 SHA256 4addaff4625b203763c454e81b928219d41e152f9982c836c72094d3315d6854 SHA512 ad1fa2e4a50a73adf9db7f069968ddfc97437e830da20dd07ea9ccd1e8487f08525303d451f81ef21f6625da85adb8a2c03dad3161757664d061e1a8732689af WHIRLPOOL 6d2b5240405bdc5b84c3508f043209a76438bb5a8f835f7fef36ec75ac6fd8a018e160d2bb7c001f723619c0d6c532984dfe453837aba2b9fbca1cb723fd3471
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit gnome2
|
||||
|
@ -9,7 +8,7 @@ DESCRIPTION="Compiler for the GObject type system"
|
|||
HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0.36"
|
||||
SLOT="0.38"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
|
@ -26,8 +25,19 @@ DEPEND="${RDEPEND}
|
|||
test? (
|
||||
dev-libs/dbus-glib
|
||||
>=dev-libs/glib-2.26:2 )
|
||||
>=media-gfx/graphviz-2.40.1
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure --disable-unversioned
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dosym /usr/bin/vala-"${SLOT}" /usr/bin/vala
|
||||
dosym /usr/bin/vala-gen-introspect-"${SLOT}" /usr/bin/vala-gen-introspect
|
||||
dosym /usr/bin/valac-"${SLOT}" /usr/bin/valac
|
||||
dosym /usr/bin/valadoc-"${SLOT}" /usr/bin/valadoc
|
||||
dosym /usr/bin/vapicheck-"${SLOT}" /usr/bin/vapicheck
|
||||
dosym /usr/bin/vapigen-"${SLOT}" /usr/bin/vapigen
|
||||
}
|
|
@ -1 +1 @@
|
|||
DIST vala-0.36.4.tar.xz 2846516 SHA256 e9f23ce711c1a72ce664d10946fbc5953f01b0b7f2a3562e7a01e362d86de059 SHA512 cc804b9ad0bda4968660084c5d5e38761b0d478a6c504d3d2e6188fdd2deef4a4315d7278191f19b3bcbee66e0b02733deb6050d168305c85cef8f203ecc13ac WHIRLPOOL 9763176101af16ae516e5183000297dcb629805d172be245bea5b02cebc04a7c3dd8227565c29170cd1ad896aef1f4a9bfd52ffebeb2ee024c0bd877a69ce348
|
||||
DIST vala-0.38.3.tar.xz 3393276 SHA256 4addaff4625b203763c454e81b928219d41e152f9982c836c72094d3315d6854 SHA512 ad1fa2e4a50a73adf9db7f069968ddfc97437e830da20dd07ea9ccd1e8487f08525303d451f81ef21f6625da85adb8a2c03dad3161757664d061e1a8732689af WHIRLPOOL 6d2b5240405bdc5b84c3508f043209a76438bb5a8f835f7fef36ec75ac6fd8a018e160d2bb7c001f723619c0d6c532984dfe453837aba2b9fbca1cb723fd3471
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
GNOME_ORG_MODULE="vala"
|
Loading…
Reference in New Issue