public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/fragments/
Date: Fri,  7 Jun 2024 23:48:55 +0000 (UTC)	[thread overview]
Message-ID: <1717802106.c22e222ddd4cb611d54cada11a56926cacfb5f0a.julien@gentoo> (raw)

commit:     c22e222ddd4cb611d54cada11a56926cacfb5f0a
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jun  7 23:15:06 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jun  7 23:15:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c22e222d

net-p2p/fragments: drop 2.1-r1, 2.1.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 net-p2p/fragments/Manifest                |  2 --
 net-p2p/fragments/fragments-2.1-r1.ebuild | 42 -------------------------------
 net-p2p/fragments/fragments-2.1.1.ebuild  | 42 -------------------------------
 3 files changed, 86 deletions(-)

diff --git a/net-p2p/fragments/Manifest b/net-p2p/fragments/Manifest
index 1071a431c..66a02934c 100644
--- a/net-p2p/fragments/Manifest
+++ b/net-p2p/fragments/Manifest
@@ -1,4 +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
 DIST fragments-3.0.0.tar.bz2 431439 BLAKE2B 553c82d6d8b0d6701b26ee6ef843531f26a90cd71bc39a14bd2ab5a1083c0a39ab4f43d7deea4379ad54fefcfd2c6cd8d2d535b5820e532d3aef7f9dcd46bf06 SHA512 b4e828db34d868c91d6c25f8a226f1d94702402709bcafac89f15da4321a04814e20974203bb184a7aaa0fb65853b64ace1c4442f3cbe100c3c30007b6407118
 DIST fragments-3.0.1.tar.xz 35732112 BLAKE2B 47d2060f984575d0ba93efb20dd09fda2bc5eb8af51475cf7c2044c8f3253ac4844d404c1ba1366080bce4cae919e3711858da3ae94557cab7155d3745ff37d8 SHA512 96cb6253c8b19c761a73b456801de3f4a4b33eb71a6513e93bdf646d7c6e12b9f1f7d28f3f9bc0cf31882498758008923976f8bef073e8ba2f9e7345eb9b723a

diff --git a/net-p2p/fragments/fragments-2.1-r1.ebuild b/net-p2p/fragments/fragments-2.1-r1.ebuild
deleted file mode 100644
index ea2b36f62..000000000
--- a/net-p2p/fragments/fragments-2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson xdg
-
-UPLOADHASH="bc6347513638efaf1a9e095ffa4c23ca"
-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 -> ${PF}.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
-}

diff --git a/net-p2p/fragments/fragments-2.1.1.ebuild b/net-p2p/fragments/fragments-2.1.1.ebuild
deleted file mode 100644
index 110acf2a6..000000000
--- a/net-p2p/fragments/fragments-2.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/fragments/
Date: Fri,  7 Jun 2024 23:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1717802106.c22e222ddd4cb611d54cada11a56926cacfb5f0a.julien@gentoo> (raw)
Message-ID: <20240607232916.AOx1pjp90Pk0RkbFpt8gSiheOygub8MS1CZk67UFneU@z> (raw)

commit:     c22e222ddd4cb611d54cada11a56926cacfb5f0a
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jun  7 23:15:06 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jun  7 23:15:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c22e222d

net-p2p/fragments: drop 2.1-r1, 2.1.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 net-p2p/fragments/Manifest                |  2 --
 net-p2p/fragments/fragments-2.1-r1.ebuild | 42 -------------------------------
 net-p2p/fragments/fragments-2.1.1.ebuild  | 42 -------------------------------
 3 files changed, 86 deletions(-)

diff --git a/net-p2p/fragments/Manifest b/net-p2p/fragments/Manifest
index 1071a431c..66a02934c 100644
--- a/net-p2p/fragments/Manifest
+++ b/net-p2p/fragments/Manifest
@@ -1,4 +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
 DIST fragments-3.0.0.tar.bz2 431439 BLAKE2B 553c82d6d8b0d6701b26ee6ef843531f26a90cd71bc39a14bd2ab5a1083c0a39ab4f43d7deea4379ad54fefcfd2c6cd8d2d535b5820e532d3aef7f9dcd46bf06 SHA512 b4e828db34d868c91d6c25f8a226f1d94702402709bcafac89f15da4321a04814e20974203bb184a7aaa0fb65853b64ace1c4442f3cbe100c3c30007b6407118
 DIST fragments-3.0.1.tar.xz 35732112 BLAKE2B 47d2060f984575d0ba93efb20dd09fda2bc5eb8af51475cf7c2044c8f3253ac4844d404c1ba1366080bce4cae919e3711858da3ae94557cab7155d3745ff37d8 SHA512 96cb6253c8b19c761a73b456801de3f4a4b33eb71a6513e93bdf646d7c6e12b9f1f7d28f3f9bc0cf31882498758008923976f8bef073e8ba2f9e7345eb9b723a

diff --git a/net-p2p/fragments/fragments-2.1-r1.ebuild b/net-p2p/fragments/fragments-2.1-r1.ebuild
deleted file mode 100644
index ea2b36f62..000000000
--- a/net-p2p/fragments/fragments-2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson xdg
-
-UPLOADHASH="bc6347513638efaf1a9e095ffa4c23ca"
-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 -> ${PF}.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
-}

diff --git a/net-p2p/fragments/fragments-2.1.1.ebuild b/net-p2p/fragments/fragments-2.1.1.ebuild
deleted file mode 100644
index 110acf2a6..000000000
--- a/net-p2p/fragments/fragments-2.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}


             reply	other threads:[~2024-06-07 23:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07 23:48 Julien Roy [this message]
2024-06-07 23:29 ` [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/fragments/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11 22:19 Julien Roy
2025-01-11 23:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-22 23:11 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-23  0:05 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-12 13:20 David Roman
2024-06-07 23:32 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-06-07 23:48 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-07 23:29 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-06-07 23:48 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 19:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-05-29 20:57 Florian Schmaus
2023-04-01 21:30 Haelwenn Monnier
2023-03-31 10:16 Florian Schmaus
2023-03-31 10:16 Florian Schmaus

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=1717802106.c22e222ddd4cb611d54cada11a56926cacfb5f0a.julien@gentoo \
    --to=julien@jroy.ca \
    --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