public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary/
Date: Sun, 10 May 2020 19:37:00 +0000 (UTC)	[thread overview]
Message-ID: <1589139012.fe0e3bfb515d17a0cfc4e531051f2f27cd47d10d.andrewammerlaan@gentoo> (raw)

commit:     fe0e3bfb515d17a0cfc4e531051f2f27cd47d10d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 10 19:30:12 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 10 19:30:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe0e3bfb

net-im/discord-canary: inherit xdg

also add QA_PREBUILT to avoid warnings

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary/discord-canary-0.0.103.ebuild | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-im/discord-canary/discord-canary-0.0.103.ebuild b/net-im/discord-canary/discord-canary-0.0.103.ebuild
index beced54..fcdb7ef 100644
--- a/net-im/discord-canary/discord-canary-0.0.103.ebuild
+++ b/net-im/discord-canary/discord-canary-0.0.103.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-inherit eutils desktop
+inherit desktop eutils xdg
 
 DESCRIPTION="All-in-one voice and text chat"
 
 HOMEPAGE="https://discordapp.com/"
 
 SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
-RESTRICT="mirror"
+RESTRICT="mirror bindist"
 KEYWORDS="~amd64"
 
 SLOT="0"
@@ -35,6 +35,16 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/DiscordCanary
 
+QA_PREBUILT="
+	opt/discord-canary/DiscordCanary
+	opt/discord-canary/libEGL.so
+	opt/discord-canary/libGLESv2.so
+	opt/discord-canary/swiftshader/libEGL.so
+	opt/discord-canary/swiftshader/libGLESv2.so
+	opt/discord-canary/libVkICD_mock_icd.so
+	opt/discord-canary/libffmpeg.so
+"
+
 src_install() {
 	local destdir="/opt/${PN}"
 


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary/
Date: Sun, 10 May 2020 19:30:20 +0000 (UTC)	[thread overview]
Message-ID: <1589139012.fe0e3bfb515d17a0cfc4e531051f2f27cd47d10d.andrewammerlaan@gentoo> (raw)
Message-ID: <20200510193020.Fr67HUjfjNi5myti66MIdKKBJyUQZTKI8ckjUXMOJbc@z> (raw)

commit:     fe0e3bfb515d17a0cfc4e531051f2f27cd47d10d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 10 19:30:12 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 10 19:30:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe0e3bfb

net-im/discord-canary: inherit xdg

also add QA_PREBUILT to avoid warnings

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary/discord-canary-0.0.103.ebuild | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-im/discord-canary/discord-canary-0.0.103.ebuild b/net-im/discord-canary/discord-canary-0.0.103.ebuild
index beced54..fcdb7ef 100644
--- a/net-im/discord-canary/discord-canary-0.0.103.ebuild
+++ b/net-im/discord-canary/discord-canary-0.0.103.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-inherit eutils desktop
+inherit desktop eutils xdg
 
 DESCRIPTION="All-in-one voice and text chat"
 
 HOMEPAGE="https://discordapp.com/"
 
 SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
-RESTRICT="mirror"
+RESTRICT="mirror bindist"
 KEYWORDS="~amd64"
 
 SLOT="0"
@@ -35,6 +35,16 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/DiscordCanary
 
+QA_PREBUILT="
+	opt/discord-canary/DiscordCanary
+	opt/discord-canary/libEGL.so
+	opt/discord-canary/libGLESv2.so
+	opt/discord-canary/swiftshader/libEGL.so
+	opt/discord-canary/swiftshader/libGLESv2.so
+	opt/discord-canary/libVkICD_mock_icd.so
+	opt/discord-canary/libffmpeg.so
+"
+
 src_install() {
 	local destdir="/opt/${PN}"
 


             reply	other threads:[~2020-05-10 19:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 19:37 Andrew Ammerlaan [this message]
2020-05-10 19:30 ` [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-05-10 19:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-11  8:39 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-11  8:57 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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=1589139012.fe0e3bfb515d17a0cfc4e531051f2f27cd47d10d.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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