Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/vala-common/
Date: Tue, 02 Jun 2020 21:50:31
Message-Id: 1591134582.3007f744b20409784a5fd5d2cd30f09b61640e25.leio@gentoo
1 commit: 3007f744b20409784a5fd5d2cd30f09b61640e25
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 07:57:24 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 21:49:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3007f744
7
8 dev-libs/vala-common: bump to 0.46.10
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/vala-common/Manifest | 1 +
14 dev-libs/vala-common/vala-common-0.46.10.ebuild | 30 +++++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
18 index ba0eaefdde8..405afd1ad70 100644
19 --- a/dev-libs/vala-common/Manifest
20 +++ b/dev-libs/vala-common/Manifest
21 @@ -1,4 +1,5 @@
22 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9 SHA512 6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
23 +DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c SHA512 ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
24 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca SHA512 609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
25 DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2 SHA512 64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
26 DIST vala-0.48.5.tar.xz 3445096 BLAKE2B a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1 SHA512 129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
27
28 diff --git a/dev-libs/vala-common/vala-common-0.46.10.ebuild b/dev-libs/vala-common/vala-common-0.46.10.ebuild
29 new file mode 100644
30 index 00000000000..ee55cfcad10
31 --- /dev/null
32 +++ b/dev-libs/vala-common/vala-common-0.46.10.ebuild
33 @@ -0,0 +1,30 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +GNOME_ORG_MODULE="vala"
39 +
40 +inherit gnome.org
41 +
42 +DESCRIPTION="Build infrastructure for packages that use Vala"
43 +HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
44 +
45 +LICENSE="LGPL-2.1+"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
48 +IUSE=""
49 +
50 +RDEPEND=""
51 +DEPEND=""
52 +BDEPEND=""
53 +
54 +src_configure() { :; }
55 +
56 +src_compile() { :; }
57 +
58 +src_install() {
59 + insinto /usr/share/aclocal
60 + doins vala.m4 vapigen/vapigen.m4
61 + insinto /usr/share/vala
62 + doins vapigen/Makefile.vapigen
63 +}