public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/lbry/, profiles/
Date: Sun,  9 Apr 2023 10:05:18 +0000 (UTC)	[thread overview]
Message-ID: <1680957234.0140fee74d6bd16f142e190b4da176c21e262418.ceamac@gentoo> (raw)

commit:     0140fee74d6bd16f142e190b4da176c21e262418
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr  8 12:33:54 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 12:33:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0140fee7

net-p2p/lbry: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-p2p/lbry/Manifest           |  3 ---
 net-p2p/lbry/lbry-0.50.2.ebuild | 41 -----------------------------------------
 net-p2p/lbry/lbry-0.51.2.ebuild | 41 -----------------------------------------
 net-p2p/lbry/lbry-0.52.0.ebuild | 41 -----------------------------------------
 net-p2p/lbry/metadata.xml       | 12 ------------
 profiles/package.mask           |  4 ----
 6 files changed, 142 deletions(-)

diff --git a/net-p2p/lbry/Manifest b/net-p2p/lbry/Manifest
deleted file mode 100644
index e94663783..000000000
--- a/net-p2p/lbry/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lbry-0.50.2.deb 171020830 BLAKE2B b6c54dcbc0dd49bc615cbcea97e3d1620c2c47b7fac6e0250ed366377d3b915bceaf0e185eacd2f4241057370c048cce0f6c3041fb6d4ad051ded5d05f0a957b SHA512 034726bdc634e5fc6d7b74f1accd6976f0299a5115eb4dc34de3973071d69db317970e88a42c7246dbc417823beb71906c0b394d09b8a216f52cef1e3a83f696
-DIST lbry-0.51.2.deb 181217578 BLAKE2B b9ae7c761c2d05df84355187eec6cdaefac078e84061790cdd0e246503034a0ec0000ad717e013b31292805ca81fbdd07530fe6a2ef22bfd47bef6b2e63b73b3 SHA512 da01e022402a141caa7d627afeac52698a5b5407de9d2fc9fadc4bb82e599c8a153e7c4444f1ef22ea8bd81624aa67688cd131a1584bb90d3dcd352534158b61
-DIST lbry-0.52.0.deb 291219532 BLAKE2B a6e740f42f32863c887aa5f54037cccb1adfe3bde26a92837eb34afd7a2ae52284f8649860cb94d76351c5b3eb240459a87d959647f2e9a319528050d66e6219 SHA512 b131da951da16e2a22feb0ffc1fa022963dcbcbfb23b50d21ed697748f6d1c72e8eb9be5583204be4c8718f44f3195c0f9fab1ad63505f3d4aa40de8d20776a3

diff --git a/net-p2p/lbry/lbry-0.50.2.ebuild b/net-p2p/lbry/lbry-0.50.2.ebuild
deleted file mode 100644
index 3851c4229..000000000
--- a/net-p2p/lbry/lbry-0.50.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
-HOMEPAGE="https://lbry.com/"
-SRC_URI="https://github.com/lbryio/lbry-desktop/releases/download/v${PV}/LBRY_${PV}.deb -> ${P}.deb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-QA_PREBUILT="*"
-
-RDEPEND="
-	dev-libs/libappindicator
-	dev-libs/nss
-	gnome-base/gconf
-	media-libs/alsa-lib
-	net-print/cups
-	x11-libs/libnotify
-	x11-libs/libXtst
-	x11-libs/libXScrnSaver
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	unpack "${S}"/data.tar.xz
-	rm "${S}"/{control,data,debian}* || die
-}
-
-src_install() {
-	doins -r *
-	rm -rd "${ED}"/usr/share/doc || die
-	fperms 0755 /opt/LBRY/lbry || die
-	fperms 0755 /opt/LBRY/resources/static/daemon/lbrynet || die
-}

diff --git a/net-p2p/lbry/lbry-0.51.2.ebuild b/net-p2p/lbry/lbry-0.51.2.ebuild
deleted file mode 100644
index 3851c4229..000000000
--- a/net-p2p/lbry/lbry-0.51.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
-HOMEPAGE="https://lbry.com/"
-SRC_URI="https://github.com/lbryio/lbry-desktop/releases/download/v${PV}/LBRY_${PV}.deb -> ${P}.deb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-QA_PREBUILT="*"
-
-RDEPEND="
-	dev-libs/libappindicator
-	dev-libs/nss
-	gnome-base/gconf
-	media-libs/alsa-lib
-	net-print/cups
-	x11-libs/libnotify
-	x11-libs/libXtst
-	x11-libs/libXScrnSaver
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	unpack "${S}"/data.tar.xz
-	rm "${S}"/{control,data,debian}* || die
-}
-
-src_install() {
-	doins -r *
-	rm -rd "${ED}"/usr/share/doc || die
-	fperms 0755 /opt/LBRY/lbry || die
-	fperms 0755 /opt/LBRY/resources/static/daemon/lbrynet || die
-}

diff --git a/net-p2p/lbry/lbry-0.52.0.ebuild b/net-p2p/lbry/lbry-0.52.0.ebuild
deleted file mode 100644
index e4c44aa26..000000000
--- a/net-p2p/lbry/lbry-0.52.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
-HOMEPAGE="https://lbry.com/"
-SRC_URI="https://github.com/lbryio/lbry-desktop/releases/download/v${PV}/LBRY_${PV}.deb -> ${P}.deb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-QA_PREBUILT="*"
-
-RDEPEND="
-	dev-libs/libappindicator
-	dev-libs/nss
-	gnome-base/gconf
-	media-libs/alsa-lib
-	net-print/cups
-	x11-libs/libnotify
-	x11-libs/libXtst
-	x11-libs/libXScrnSaver
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	unpack "${S}"/data.tar.xz
-	rm "${S}"/{control,data,debian}* || die
-}
-
-src_install() {
-	doins -r *
-	rm -rd "${ED}"/usr/share/doc || die
-	fperms 0755 /opt/LBRY/lbry || die
-	fperms 0755 /opt/LBRY/resources/static/daemon/lbrynet || die
-}

diff --git a/net-p2p/lbry/metadata.xml b/net-p2p/lbry/metadata.xml
deleted file mode 100644
index d1183daca..000000000
--- a/net-p2p/lbry/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <maintainer type="person">
-        <email>coppens.matthias.abc@gmail.com</email>
-        <name>Matthias Coppens</name>
-    </maintainer>
-    <upstream>
-        <bugs-to>https://github.com/lbryio/lbry-desktop/issues</bugs-to>
-        <remote-id type="github">lbryio/lbry-desktop</remote-id>
-    </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9e456ce49..36eadca23 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -68,10 +68,6 @@ dev-python/mkdocs-render-swagger-plugin
 # https://github.com/McLeopold/PythonSkills/issues/11
 dev-python/skills
 
-# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-03-04)
-# Depend on masked gconf.
-net-p2p/lbry
-
 # Julien Roy <julien@jroy.ca> (2023-01-25)
 # Requires <dev-python/coverage-7, which is no longer available in ::gentoo.
 # Upstream bug: https://github.com/TheKevJames/coveralls-python/issues/377


                 reply	other threads:[~2023-04-09 10:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1680957234.0140fee74d6bd16f142e190b4da176c21e262418.ceamac@gentoo \
    --to=ceamac@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