public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/
Date: Sun, 12 Jul 2020 21:37:43 +0000 (UTC)	[thread overview]
Message-ID: <1594589860.4496cbadab513d1fad737d48637a5a731b37b537.slyfox@gentoo> (raw)

commit:     4496cbadab513d1fad737d48637a5a731b37b537
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 21:37:05 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 21:37:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4496cbad

sys-devel/sparse: bump up to 0.6.2

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/sparse/Manifest                                    | 1 +
 sys-devel/sparse/{sparse-9999.ebuild => sparse-0.6.2.ebuild} | 6 ++++--
 sys-devel/sparse/sparse-9999.ebuild                          | 6 ++++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-devel/sparse/Manifest b/sys-devel/sparse/Manifest
index 69ecd80dccb..088da04a4f8 100644
--- a/sys-devel/sparse/Manifest
+++ b/sys-devel/sparse/Manifest
@@ -1 +1,2 @@
 DIST sparse-0.6.1.tar.xz 287880 BLAKE2B 026e7770460ab576b91e8c401c642e95269ddd7c90c0f855b0246448ca653b95a899b4bf647134c090c06c802757b6415dcc89bc214fb7ff124c2ce3888fccb0 SHA512 2faad9b3263f19f941cd6a5891960d2c7d1066c664d3ef68e722d461785aeed2d4a9539df3556bbd98c022e7ee965b8030c49272ab6003113ba3b36f73c00187
+DIST sparse-0.6.2.tar.xz 340100 BLAKE2B 72463fe93753f2cdced3411d1ccb18cc30dce82c4f6ae6289cf4297c66cee9f52ba96f96cceac1f134b017a7d6691b019c2f22cc801522e7a0fe0c5e0b4c8da4 SHA512 43c16b5cb4141077dd51f93e877e28e1a00e69ced58a9c8f643635b6f87a8044cddfe29a734b4a43282748e12f287b19b4fb3ce8c5e0b13931a3355974dff982

diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-0.6.2.ebuild
similarity index 92%
copy from sys-devel/sparse/sparse-9999.ebuild
copy to sys-devel/sparse/sparse-0.6.2.ebuild
index d058d2c9ea4..8860a29313e 100644
--- a/sys-devel/sparse/sparse-9999.ebuild
+++ b/sys-devel/sparse/sparse-0.6.2.ebuild
@@ -19,13 +19,14 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="gtk llvm test xml"
+IUSE="gtk llvm sqlite test xml"
 RESTRICT="!test? ( test )"
 
-LLVM_MAX_SLOT=9
+LLVM_MAX_SLOT=10
 
 RDEPEND="gtk? ( x11-libs/gtk+:2 )
 	llvm? ( sys-devel/llvm:${LLVM_MAX_SLOT}= )
+	sqlite? ( dev-db/sqlite:= )
 	xml? ( dev-libs/libxml2 )"
 DEPEND="${RDEPEND}
 	gtk? ( virtual/pkgconfig )
@@ -47,6 +48,7 @@ _emake() {
 		\
 		HAVE_GTK=$(usex gtk) \
 		HAVE_LLVM=$(usex llvm) \
+		HAVE_SQLITE=$(usex sqlite) \
 		HAVE_LIBXML=$(usex xml) \
 		\
 		V=1 \

diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild
index d058d2c9ea4..8860a29313e 100644
--- a/sys-devel/sparse/sparse-9999.ebuild
+++ b/sys-devel/sparse/sparse-9999.ebuild
@@ -19,13 +19,14 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="gtk llvm test xml"
+IUSE="gtk llvm sqlite test xml"
 RESTRICT="!test? ( test )"
 
-LLVM_MAX_SLOT=9
+LLVM_MAX_SLOT=10
 
 RDEPEND="gtk? ( x11-libs/gtk+:2 )
 	llvm? ( sys-devel/llvm:${LLVM_MAX_SLOT}= )
+	sqlite? ( dev-db/sqlite:= )
 	xml? ( dev-libs/libxml2 )"
 DEPEND="${RDEPEND}
 	gtk? ( virtual/pkgconfig )
@@ -47,6 +48,7 @@ _emake() {
 		\
 		HAVE_GTK=$(usex gtk) \
 		HAVE_LLVM=$(usex llvm) \
+		HAVE_SQLITE=$(usex sqlite) \
 		HAVE_LIBXML=$(usex xml) \
 		\
 		V=1 \


             reply	other threads:[~2020-07-12 21:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-12 21:37 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-16 11:43 [gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/ Sam James
2022-06-16  7:42 Michał Górny
2022-04-15  2:00 Matt Turner
2021-11-08 11:25 Michał Górny
2021-09-19  3:25 Sam James
2021-09-19  2:24 Sam James
2021-09-19  2:24 Sam James
2021-04-16 10:25 David Seifert
2021-02-26 10:25 Sergei Trofimovich
2021-02-25  9:18 Sergei Trofimovich
2021-02-15  0:32 Sam James
2020-12-18  9:53 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-04-01  7:31 Sergei Trofimovich
2020-02-26 18:46 Sergei Trofimovich
2020-02-26 13:42 Sergei Trofimovich
2019-10-05 18:56 Michał Górny
2019-01-28 21:44 Sergei Trofimovich
2019-01-28 21:44 Sergei Trofimovich
2019-01-26 22:08 Sergei Trofimovich
2018-03-09  1:56 Jason Donenfeld
2018-02-25 19:46 Jason Donenfeld
2018-02-22 22:16 Jason Donenfeld

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=1594589860.4496cbadab513d1fad737d48637a5a731b37b537.slyfox@gentoo \
    --to=slyfox@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