From: "Pedro Arizmendi" <dwosky@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/freetube-bin/
Date: Tue, 16 Jul 2024 11:01:41 +0000 (UTC) [thread overview]
Message-ID: <1721127685.84e6b079e9487e09554dda422a76701a9f94b314.dwosky@gentoo> (raw)
commit: 84e6b079e9487e09554dda422a76701a9f94b314
Author: Pedro Arizmendi <dwosky <AT> pm <DOT> me>
AuthorDate: Tue Jul 16 11:00:10 2024 +0000
Commit: Pedro Arizmendi <dwosky <AT> pm <DOT> me>
CommitDate: Tue Jul 16 11:01:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84e6b079
net-misc/freetube-bin: drop 0.20.0, 0.21.0
Previous versions should not work anymore due to Youtube's API change.
Signed-off-by: Pedro Arizmendi <dwosky <AT> pm.me>
net-misc/freetube-bin/Manifest | 2 -
net-misc/freetube-bin/freetube-bin-0.20.0.ebuild | 68 ------------------------
net-misc/freetube-bin/freetube-bin-0.21.0.ebuild | 68 ------------------------
3 files changed, 138 deletions(-)
diff --git a/net-misc/freetube-bin/Manifest b/net-misc/freetube-bin/Manifest
index adce59a6e..c3ac6d689 100644
--- a/net-misc/freetube-bin/Manifest
+++ b/net-misc/freetube-bin/Manifest
@@ -1,3 +1 @@
-DIST freetube_0.20.0_amd64.deb 73896480 BLAKE2B c38a42b453d4ebe4192a09d0d84881f1ad0a6d5da7e84279bfcb5d48b35f9ad4563d0e9f5dd626a25df822e28471f4f844c5cf282c47f77becfaaa1b2b5eeed5 SHA512 c58ce017bc5e5d1a06ee24bb0991758df37ec8e4b7cb920cc4117e01e4f0ca7f8c00b06311f46c750475249f11c09968eae6a1387c3347bdac5cc4b892caa699
-DIST freetube_0.21.0_amd64.deb 75362144 BLAKE2B 320be6b225f0b4f8063fad53f4e5c8189aa5e152f427faf2e8f6edc6f8a863f3eb374ecbb4a38c0c5d8460d37e4fb6cd2032fbb742e9da869e063cd7f2315c09 SHA512 ee4b78cd8fc3599909f02b7cbb9f190407a03a668318065b9b099cce261b3033d2519595cc88de983060bca4fd5d2aee9e717f5554919fbd1330c66ce6ee7f4d
DIST freetube_0.21.1_amd64.deb 75622924 BLAKE2B b263cd13c078f7a7fbf9396271dd47d3cd8d2a2dc19bd668fcc25df7db11f8361cea4ac00466bae9a657bcb2181d82e2a0c3dcfe2b68fc8ef4b72dcbac4a2346 SHA512 c34da514e7b61999108e3e98ada1fc68f8487915df1ddd0e04273cb608c3bc86253848298cf0518aec1c68ab488d7960176b2163627c269399735cfcafcc529e
diff --git a/net-misc/freetube-bin/freetube-bin-0.20.0.ebuild b/net-misc/freetube-bin/freetube-bin-0.20.0.ebuild
deleted file mode 100644
index 927bfd73e..000000000
--- a/net-misc/freetube-bin/freetube-bin-0.20.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg
-
-DESCRIPTION="A private YouTube desktop client"
-HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
-SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV}-beta/freetube_${PV}_amd64.deb"
-
-S=${WORKDIR}
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="
- /opt/FreeTube/freetube
- /opt/FreeTube/libEGL.so
- /opt/FreeTube/libffmpeg.so
- /opt/FreeTube/libGLESv2.so
- /opt/FreeTube/libvulkan.so*
- /opt/FreeTube/chrome_crashpad_handler
- /opt/FreeTube/chrome-sandbox
- /opt/FreeTube/libvk_swiftshader.so
- /opt/FreeTube/swiftshader/libEGL.so
- /opt/FreeTube/swiftshader/libGLESv2.so
-"
-
-RDEPEND="
- app-accessibility/at-spi2-core:2
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/nspr
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/mesa
- net-print/cups
- sys-apps/dbus
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libdrm
- x11-libs/libxcb
- x11-libs/libxkbcommon
- x11-libs/libxshmfence
- x11-libs/pango
-"
-
-src_install() {
- insinto /opt
- doins -r opt/*
-
- domenu usr/share/applications/freetube.desktop
- doicon -s scalable usr/share/icons/hicolor/scalable/apps/freetube.svg
-
- fperms 4755 /opt/FreeTube/chrome-sandbox || die
- fperms +x /opt/FreeTube/freetube || die
-
- dosym -r /opt/FreeTube/freetube /usr/bin/freetube-bin
-}
diff --git a/net-misc/freetube-bin/freetube-bin-0.21.0.ebuild b/net-misc/freetube-bin/freetube-bin-0.21.0.ebuild
deleted file mode 100644
index 927bfd73e..000000000
--- a/net-misc/freetube-bin/freetube-bin-0.21.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg
-
-DESCRIPTION="A private YouTube desktop client"
-HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
-SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV}-beta/freetube_${PV}_amd64.deb"
-
-S=${WORKDIR}
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="
- /opt/FreeTube/freetube
- /opt/FreeTube/libEGL.so
- /opt/FreeTube/libffmpeg.so
- /opt/FreeTube/libGLESv2.so
- /opt/FreeTube/libvulkan.so*
- /opt/FreeTube/chrome_crashpad_handler
- /opt/FreeTube/chrome-sandbox
- /opt/FreeTube/libvk_swiftshader.so
- /opt/FreeTube/swiftshader/libEGL.so
- /opt/FreeTube/swiftshader/libGLESv2.so
-"
-
-RDEPEND="
- app-accessibility/at-spi2-core:2
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/nspr
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/mesa
- net-print/cups
- sys-apps/dbus
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libdrm
- x11-libs/libxcb
- x11-libs/libxkbcommon
- x11-libs/libxshmfence
- x11-libs/pango
-"
-
-src_install() {
- insinto /opt
- doins -r opt/*
-
- domenu usr/share/applications/freetube.desktop
- doicon -s scalable usr/share/icons/hicolor/scalable/apps/freetube.svg
-
- fperms 4755 /opt/FreeTube/chrome-sandbox || die
- fperms +x /opt/FreeTube/freetube || die
-
- dosym -r /opt/FreeTube/freetube /usr/bin/freetube-bin
-}
next reply other threads:[~2024-07-16 11:01 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 11:01 Pedro Arizmendi [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 16:33 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/freetube-bin/ Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-08-09 15:41 Ronny Gutbrod
2024-07-28 18:31 Lucio Sauer
2024-07-28 18:31 Lucio Sauer
2024-07-28 16:31 Pedro Arizmendi
2024-07-11 16:13 Pedro Arizmendi
2024-07-11 15:53 Pedro Arizmendi
2024-07-11 15:52 Pedro Arizmendi
2024-06-24 18:28 Pedro Arizmendi
2024-04-05 10:47 Pedro Arizmendi
2024-04-05 10:46 Pedro Arizmendi
2024-03-03 18:46 Pedro Arizmendi
2023-10-09 10:18 Pedro Arizmendi
2023-09-14 17:59 Pedro Arizmendi
2022-08-12 7:04 Hayley Hughes
2022-08-03 13:53 Hayley Hughes
2022-02-28 21:51 Adrian Schollmeyer
2022-02-07 6:24 Hayley Hughes
2021-12-02 0:59 Hayley Hughes
2021-04-13 12:15 Andrew Ammerlaan
2021-04-06 0:15 Mustafa Salih
2021-04-02 17:38 Kerim Kocabaş
2021-03-28 10:52 Andrew Ammerlaan
2021-02-21 15:05 Simon van der Maas
2021-02-20 20:06 Simon van der Maas
2021-02-20 16:19 Simon van der Maas
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=1721127685.84e6b079e9487e09554dda422a76701a9f94b314.dwosky@gentoo \
--to=dwosky@pm.me \
--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