From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5777315806E for ; Mon, 29 May 2023 20:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14041E09A7; Mon, 29 May 2023 20:57:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBDB0E09A7 for ; Mon, 29 May 2023 20:57:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08DC9341114 for ; Mon, 29 May 2023 20:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63CC9A83 for ; Mon, 29 May 2023 20:57:27 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1685365740.a9b18fda0ddaeedd6cf899c2ee67f013b3825a2d.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/fragments/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/fragments/Manifest net-p2p/fragments/fragments-2.1.1.ebuild X-VCS-Directories: net-p2p/fragments/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a9b18fda0ddaeedd6cf899c2ee67f013b3825a2d X-VCS-Branch: master Date: Mon, 29 May 2023 20:57:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a616f373-f21c-46a4-88b0-e48ff4ba7363 X-Archives-Hash: 2cbb479c1f983b4b8a454fcf4748c4b1 commit: a9b18fda0ddaeedd6cf899c2ee67f013b3825a2d Author: Julien Roy jroy ca> AuthorDate: Mon May 29 13:09:00 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon May 29 13:09:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9b18fda net-p2p/fragments: add 2.1.1 Signed-off-by: Julien Roy jroy.ca> net-p2p/fragments/Manifest | 1 + net-p2p/fragments/fragments-2.1.1.ebuild | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/net-p2p/fragments/Manifest b/net-p2p/fragments/Manifest index d7e91120f..f778c80f9 100644 --- a/net-p2p/fragments/Manifest +++ b/net-p2p/fragments/Manifest @@ -1 +1,2 @@ DIST fragments-2.1-r1.tar.xz 34069548 BLAKE2B bd8cb124abb8e569860a24aa1a2e18b1decfdd7b99674b1cb884b2d2d0550be8f4ba7becb5185a6ac0727fb1d229f3f857c76967892ba318aebd6b7ac9cbc6dd SHA512 f14b0a0019c750f20b65990fbf0531044d236543df27fe294480bb08ae873d648f564d60fb423132f6e928852f45492244e272f28a77a9bedd152645899f20dd +DIST fragments-2.1.1.tar.xz 40624720 BLAKE2B 48960d56d53e96c35ce476899b4cf7129733e73b52c03ce1402f2fb125bf0a9c896537003fa3198d77b55105567bfe81bd14dcf30dc968816999b024bc9b152d SHA512 a5edfbcff8b978cb9f267f28fdf2b189daa620439b3eaaa4400ee97c5a3576ccfb2cbf620340d0d01fd4890a2eff02224acb4b8e655afc995410d4c6cc7bc58e diff --git a/net-p2p/fragments/fragments-2.1.1.ebuild b/net-p2p/fragments/fragments-2.1.1.ebuild new file mode 100644 index 000000000..110acf2a6 --- /dev/null +++ b/net-p2p/fragments/fragments-2.1.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson xdg + +UPLOADHASH="7578eee7df552d1f9b995120100959a2" +DESCRIPTION="Fragments is an easy to use BitTorrent client" +HOMEPAGE="https://gitlab.gnome.org/World/Fragments" +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${UPLOADHASH}/${P}.tar.xz" +BUILD_DIR="${S}/build" + +LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 GPL-3+ MIT Unicode-DFS-2016 Unlicense ZLIB" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/glib + dev-libs/openssl:= + gui-libs/gtk + gui-libs/libadwaita + net-p2p/transmission + sys-apps/dbus +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/gettext + virtual/rust +" + +QA_FLAGS_IGNORED="usr/bin/${PN}" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}