public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary/
@ 2020-05-10 16:27 Marcin Woźniak
  0 siblings, 0 replies; 4+ messages in thread
From: Marcin Woźniak @ 2020-05-10 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     44053a6c3258e9288a7df4f915d952b254f3ce6b
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun May 10 16:26:15 2020 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun May 10 16:26:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44053a6c

net-im/discord-canary: Added

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary/Manifest                     |  1 +
 .../discord-canary/discord-canary-0.0.103.ebuild   | 57 ++++++++++++++++++++++
 net-im/discord-canary/metadata.xml                 |  8 +++
 3 files changed, 66 insertions(+)

diff --git a/net-im/discord-canary/Manifest b/net-im/discord-canary/Manifest
new file mode 100644
index 0000000..c9fbd62
--- /dev/null
+++ b/net-im/discord-canary/Manifest
@@ -0,0 +1 @@
+DIST discord-canary-0.0.103.tar.gz 68577002 BLAKE2B ec25101d595d42bfb2e4c867f535ee957241d46e11b407affda00b69c7fa57e5c9b644bee10866838531f5de1d90bc0d74ea2f1f0a7b6fd018e19117cd0be964 SHA512 d1f83e51fb15d7d414dc0a1fea67a5a4a66cf1afa6460a5f58cb1f807015b74de10327117475a8971f5ab7d79dd51e6bde25588e6a5264eebd9f505ba053127c

diff --git a/net-im/discord-canary/discord-canary-0.0.103.ebuild b/net-im/discord-canary/discord-canary-0.0.103.ebuild
new file mode 100644
index 0000000..beced54
--- /dev/null
+++ b/net-im/discord-canary/discord-canary-0.0.103.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils desktop
+
+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"
+KEYWORDS="~amd64"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	sys-libs/libcxx
+	dev-libs/expat
+	dev-libs/nss
+	gnome-base/gconf
+	media-gfx/graphite2
+	media-libs/alsa-lib
+	media-libs/libpng
+	net-print/cups
+	net-libs/gnutls
+	sys-libs/zlib
+	x11-libs/gtk+
+	x11-libs/libnotify
+	x11-libs/libxcb
+	x11-libs/libXtst
+	media-libs/opus"
+
+S=${WORKDIR}/DiscordCanary
+
+src_install() {
+	local destdir="/opt/${PN}"
+
+	insinto $destdir
+	doins -r locales resources
+	doins \
+		*.pak \
+		*.png \
+		*.dat \
+		*.bin \
+		*.so
+
+	exeinto $destdir
+	doexe DiscordCanary
+
+	dosym $destdir/DiscordCanary /usr/bin/discord-canary
+	make_desktop_entry discord Discord \
+		"/opt/discord-canary/discord.png" \
+		Network
+}

diff --git a/net-im/discord-canary/metadata.xml b/net-im/discord-canary/metadata.xml
new file mode 100644
index 0000000..7bb0ff7
--- /dev/null
+++ b/net-im/discord-canary/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>y0rune@aol.com</email>
+		<name>Marcin Woźniak</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary/
  2020-05-10 19:37 [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary/ Andrew Ammerlaan
@ 2020-05-10 19:30 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-05-10 19:30 UTC (permalink / raw
  To: gentoo-commits

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}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary/
@ 2020-05-10 19:37 Andrew Ammerlaan
  2020-05-10 19:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-05-10 19:37 UTC (permalink / raw
  To: gentoo-commits

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}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary/
@ 2020-05-11  8:39 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-05-11  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b0b1ac8762424d4b3e8373b215323dfc0d9f30
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May 11 08:39:09 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 11 08:39:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4b0b1ac

net-im: clean up old discord-canary

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

 net-im/discord-canary/Manifest                     |  1 -
 .../discord-canary/discord-canary-0.0.103.ebuild   | 67 ----------------------
 net-im/discord-canary/metadata.xml                 |  8 ---
 3 files changed, 76 deletions(-)

diff --git a/net-im/discord-canary/Manifest b/net-im/discord-canary/Manifest
deleted file mode 100644
index c9fbd62..0000000
--- a/net-im/discord-canary/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST discord-canary-0.0.103.tar.gz 68577002 BLAKE2B ec25101d595d42bfb2e4c867f535ee957241d46e11b407affda00b69c7fa57e5c9b644bee10866838531f5de1d90bc0d74ea2f1f0a7b6fd018e19117cd0be964 SHA512 d1f83e51fb15d7d414dc0a1fea67a5a4a66cf1afa6460a5f58cb1f807015b74de10327117475a8971f5ab7d79dd51e6bde25588e6a5264eebd9f505ba053127c

diff --git a/net-im/discord-canary/discord-canary-0.0.103.ebuild b/net-im/discord-canary/discord-canary-0.0.103.ebuild
deleted file mode 100644
index fcdb7ef..0000000
--- a/net-im/discord-canary/discord-canary-0.0.103.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 bindist"
-KEYWORDS="~amd64"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-RDEPEND=""
-DEPEND="${RDEPEND}
-	sys-libs/libcxx
-	dev-libs/expat
-	dev-libs/nss
-	gnome-base/gconf
-	media-gfx/graphite2
-	media-libs/alsa-lib
-	media-libs/libpng
-	net-print/cups
-	net-libs/gnutls
-	sys-libs/zlib
-	x11-libs/gtk+
-	x11-libs/libnotify
-	x11-libs/libxcb
-	x11-libs/libXtst
-	media-libs/opus"
-
-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}"
-
-	insinto $destdir
-	doins -r locales resources
-	doins \
-		*.pak \
-		*.png \
-		*.dat \
-		*.bin \
-		*.so
-
-	exeinto $destdir
-	doexe DiscordCanary
-
-	dosym $destdir/DiscordCanary /usr/bin/discord-canary
-	make_desktop_entry discord Discord \
-		"/opt/discord-canary/discord.png" \
-		Network
-}

diff --git a/net-im/discord-canary/metadata.xml b/net-im/discord-canary/metadata.xml
deleted file mode 100644
index 7bb0ff7..0000000
--- a/net-im/discord-canary/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>y0rune@aol.com</email>
-		<name>Marcin Woźniak</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-11  8:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-10 19:37 [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary/ Andrew Ammerlaan
2020-05-10 19:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-05-11  8:39 Andrew Ammerlaan
2020-05-10 16:27 Marcin Woźniak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox