From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/vala-common/, profiles/
Date: Sat, 15 Aug 2020 16:35:08 +0000 (UTC) [thread overview]
Message-ID: <1597509246.ebe3fc355bbe95094e619e55ed011e1d56be4b1c.leio@gentoo> (raw)
commit: ebe3fc355bbe95094e619e55ed011e1d56be4b1c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 16:32:10 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 16:34:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe3fc35
dev-libs/vala-common: p.masked bump to 0.49.90
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-libs/vala-common/Manifest | 1 +
dev-libs/vala-common/vala-common-0.49.90.ebuild | 30 +++++++++++++++++++++++++
profiles/package.mask | 6 +++++
3 files changed, 37 insertions(+)
diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index 07f85abebaf..75f15d966a7 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -4,3 +4,4 @@ DIST vala-0.48.6.tar.xz 3451004 BLAKE2B 9c880cff885b934e1d82d21285839e040addecb0
DIST vala-0.48.7.tar.xz 3460968 BLAKE2B d2630c3695d3e3915751d74581ed85f493cb1f63c49ef8a2a36c396a86fefee4f9b608d5161f680eff9c4ebee0563fc158b3e1102dbe4ac56e2ab1c2bb938f2e SHA512 93ed6f98ff3be35d327794c5d81f30239c84838d49991b70dced1672f070e4675576da43b7555748d66ecae70102cd422e6af9b562f22bb34b40c07c73bac882
DIST vala-0.48.8.tar.xz 3470240 BLAKE2B 753c1f4bd1619bb4671f74f3a82ed1919efd5bdfcbc7d2a0797303627214de1b9d22bb9bf4e5d8097773986bf95b27126061cf1ab862837d0ced49e0c860bb90 SHA512 a2a71313161154c3de73fa186728704b2d04ec27eb8cd95954dcfab6287e29c2ee21ecea17bc3e404fcef89c69d6440abca5ae3a526a43c05d3cbafef7ec6e99
DIST vala-0.48.9.tar.xz 3472540 BLAKE2B 1c85b5d9a1f3819d5b26b521c7da423adee313b2acacb354e324abd9ccf24707dcfcd1a455bab867043f674c4daa5f1a62210847ac271dfce09a288651220f53 SHA512 076fcbea34dde1a84c15e4e2b6acd009c2fea578d48eb28a99a604eb4edc8bb53ac6883ca93ec906968d43d4b341707abc730d6ac8a7b3682a2fa5f0030d5256
+DIST vala-0.49.90.tar.xz 3505096 BLAKE2B 49f3c27068d71cc847ae0fc1943b29a3e046feb01d163159dc61dac623873b3f1b4170ce78a50f7d945a13cf3bd3044b847f401a38174bf02939a5d169cb80ea SHA512 e6ff0afa9b6700327c1cf77c7f71217cbf2b149ce803a892f6e3a1e88b4f3412f3d1db44b2659abe50297dabd68a91effefea45bb223e08d6308523a473ea001
diff --git a/dev-libs/vala-common/vala-common-0.49.90.ebuild b/dev-libs/vala-common/vala-common-0.49.90.ebuild
new file mode 100644
index 00000000000..ee55cfcad10
--- /dev/null
+++ b/dev-libs/vala-common/vala-common-0.49.90.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="vala"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for packages that use Vala"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/aclocal
+ doins vala.m4 vapigen/vapigen.m4
+ insinto /usr/share/vala
+ doins vapigen/Makefile.vapigen
+}
diff --git a/profiles/package.mask b/profiles/package.mask
index 860d1dd8e7b..be1287ef9df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Mart Raudsepp <leio@gentoo.org> (2020-08-15)
+# Development release, needs testing to ensure valac-0.50
+# works for existing packages
+>=dev-libs/vala-common-0.49
+dev-lang/vala:0.50
+
# Sergei Trofimovich <slyfox@gentoo.org> (2020-08-15)
# Obsolete package without reverse dependencies.
# Does not compile against current ghc-8.8. Removal in 30 days.
next reply other threads:[~2020-08-15 16:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-15 16:35 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-11 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-libs/vala-common/, profiles/ Mart Raudsepp
2019-07-28 7:11 Mart Raudsepp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1597509246.ebe3fc355bbe95094e619e55ed011e1d56be4b1c.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox