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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99EC7158042 for ; Tue, 12 Nov 2024 13:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC968E085B; Tue, 12 Nov 2024 13:20:59 +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 9CD82E085A for ; Tue, 12 Nov 2024 13:20:59 +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 B258E340DC8 for ; Tue, 12 Nov 2024 13:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A685213D for ; Tue, 12 Nov 2024 13:20:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1731336854.9f24c11d0ba8c919b807ae835a2cd9e8972c9a7c.davidroman@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-3.0.0.ebuild X-VCS-Directories: net-p2p/fragments/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9f24c11d0ba8c919b807ae835a2cd9e8972c9a7c X-VCS-Branch: master Date: Tue, 12 Nov 2024 13:20:55 +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: e0a2b21a-372a-4029-9941-6f82d61ce8f7 X-Archives-Hash: 41d29276b42b06d098277d829f07a4a1 commit: 9f24c11d0ba8c919b807ae835a2cd9e8972c9a7c Author: Takuya Wakazono gmail com> AuthorDate: Mon Nov 11 14:51:49 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 11 14:54:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f24c11d net-p2p/fragments: drop 3.0.0 Signed-off-by: Takuya Wakazono gmail.com> net-p2p/fragments/Manifest | 1 - net-p2p/fragments/fragments-3.0.0.ebuild | 379 ------------------------------- 2 files changed, 380 deletions(-) diff --git a/net-p2p/fragments/Manifest b/net-p2p/fragments/Manifest index 66a02934c..38ea719c5 100644 --- a/net-p2p/fragments/Manifest +++ b/net-p2p/fragments/Manifest @@ -1,2 +1 @@ -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-3.0.0.ebuild b/net-p2p/fragments/fragments-3.0.0.ebuild deleted file mode 100644 index 7ff3f05f6..000000000 --- a/net-p2p/fragments/fragments-3.0.0.ebuild +++ /dev/null @@ -1,379 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" - aes@0.7.5 - aho-corasick@1.1.3 - android-tzdata@0.1.1 - android_system_properties@0.1.5 - anyhow@1.0.81 - ashpd@0.8.1 - async-broadcast@0.7.0 - async-channel@1.9.0 - async-channel@2.2.0 - async-executor@1.9.1 - async-fs@2.1.1 - async-io@1.13.0 - async-io@2.3.2 - async-lock@2.8.0 - async-lock@3.3.0 - async-net@2.0.0 - async-process@2.2.0 - async-recursion@1.1.0 - async-signal@0.2.5 - async-task@4.7.0 - async-trait@0.1.79 - atomic-waker@1.1.2 - autocfg@1.2.0 - base64@0.21.7 - base64@0.22.0 - bitflags@1.3.2 - bitflags@2.5.0 - block-buffer@0.10.4 - block-buffer@0.9.0 - block-modes@0.8.1 - block-padding@0.2.1 - block@0.1.6 - blocking@1.5.1 - bumpalo@3.15.4 - byteorder@1.5.0 - bytes@1.6.0 - cairo-rs@0.19.2 - cairo-sys-rs@0.19.2 - castaway@0.1.2 - cc@1.0.91 - cfg-expr@0.15.7 - cfg-if@1.0.0 - cfg_aliases@0.1.1 - chrono@0.4.37 - cipher@0.3.0 - concurrent-queue@2.4.0 - core-foundation-sys@0.8.6 - cpufeatures@0.2.12 - crossbeam-utils@0.8.19 - crypto-common@0.1.6 - crypto-mac@0.11.1 - curl-sys@0.4.72+curl-8.6.0 - curl@0.4.46 - darling@0.20.8 - darling_core@0.20.8 - darling_macro@0.20.8 - deranged@0.3.11 - derivative@2.2.0 - digest@0.10.7 - digest@0.9.0 - dtoa@0.4.8 - encoding_rs@0.8.33 - endi@1.1.0 - enumflags2@0.6.4 - enumflags2@0.7.9 - enumflags2_derive@0.6.4 - enumflags2_derive@0.7.9 - env_logger@0.10.2 - equivalent@1.0.1 - errno@0.3.8 - event-listener-strategy@0.4.0 - event-listener-strategy@0.5.1 - event-listener@2.5.3 - event-listener@4.0.3 - event-listener@5.3.0 - fastrand@1.9.0 - fastrand@2.0.2 - field-offset@0.3.6 - fnv@1.0.7 - form_urlencoded@1.2.1 - futures-channel@0.3.30 - futures-core@0.3.30 - futures-executor@0.3.30 - futures-io@0.3.30 - futures-lite@1.13.0 - futures-lite@2.3.0 - futures-macro@0.3.30 - futures-sink@0.3.30 - futures-task@0.3.30 - futures-util@0.3.30 - futures@0.3.30 - gdk-pixbuf-sys@0.19.0 - gdk-pixbuf@0.19.2 - gdk4-sys@0.8.1 - gdk4-wayland-sys@0.8.1 - gdk4-wayland@0.8.1 - gdk4-x11-sys@0.8.1 - gdk4-x11@0.8.1 - gdk4@0.8.1 - generic-array@0.12.4 - generic-array@0.14.7 - getrandom@0.2.13 - gettext-rs@0.7.0 - gettext-sys@0.21.3 - gio-sys@0.19.0 - gio@0.19.3 - glib-macros@0.19.3 - glib-sys@0.19.0 - glib@0.19.3 - gobject-sys@0.19.0 - graphene-rs@0.19.2 - graphene-sys@0.19.0 - gsk4-sys@0.8.1 - gsk4@0.8.1 - gtk4-macros@0.8.1 - gtk4-sys@0.8.1 - gtk4@0.8.1 - hashbrown@0.12.3 - hashbrown@0.14.3 - heck@0.4.1 - heck@0.5.0 - hermit-abi@0.3.9 - hex@0.4.3 - hkdf@0.11.0 - hmac@0.11.0 - http@0.2.12 - human-sort@0.2.2 - humantime@2.1.0 - iana-time-zone-haiku@0.1.2 - iana-time-zone@0.1.60 - ident_case@1.0.1 - idna@0.1.5 - idna@0.5.0 - indexmap@1.9.3 - indexmap@2.2.6 - instant@0.1.12 - io-lifetimes@1.0.11 - is-terminal@0.4.12 - isahc@1.7.2 - itoa@0.4.8 - itoa@1.0.11 - js-sys@0.3.69 - lazy_static@1.4.0 - libadwaita-sys@0.6.0 - libadwaita@0.6.0 - libc@0.2.153 - libnghttp2-sys@0.1.9+1.58.0 - libz-sys@1.1.16 - linux-raw-sys@0.3.8 - linux-raw-sys@0.4.13 - locale_config@0.3.0 - log@0.4.21 - magnet-uri@0.2.0 - malloc_buf@0.0.6 - matches@0.1.10 - memchr@2.7.2 - memoffset@0.6.5 - memoffset@0.9.1 - mime@0.3.17 - nb-connect@1.2.0 - nix@0.22.3 - nix@0.28.0 - num-bigint@0.4.4 - num-complex@0.2.4 - num-complex@0.4.5 - num-conv@0.1.0 - num-integer@0.1.46 - num-iter@0.1.44 - num-rational@0.2.4 - num-rational@0.4.1 - num-traits@0.2.18 - num@0.2.1 - num@0.4.1 - num_enum@0.7.2 - num_enum_derive@0.7.2 - objc-foundation@0.1.1 - objc@0.2.7 - objc_id@0.1.1 - once_cell@1.19.0 - opaque-debug@0.3.1 - openssl-probe@0.1.5 - openssl-sys@0.9.102 - ordered-stream@0.2.0 - pango-sys@0.19.0 - pango@0.19.3 - parking@2.2.0 - percent-encoding@1.0.1 - percent-encoding@2.3.1 - pin-project-internal@1.1.5 - pin-project-lite@0.2.14 - pin-project@1.1.5 - pin-utils@0.1.0 - piper@0.2.1 - pkg-config@0.3.30 - polling@2.8.0 - polling@3.6.0 - powerfmt@0.2.0 - ppv-lite86@0.2.17 - pretty_env_logger@0.5.0 - proc-macro-crate@0.1.5 - proc-macro-crate@1.3.1 - proc-macro-crate@3.1.0 - proc-macro-error-attr@1.0.4 - proc-macro-error@1.0.4 - proc-macro2@1.0.79 - quote@1.0.35 - rand@0.8.5 - rand_chacha@0.3.1 - rand_core@0.6.4 - regex-automata@0.4.6 - regex-syntax@0.8.3 - regex@1.10.4 - rustc_version@0.4.0 - rustix@0.37.27 - rustix@0.38.32 - rustversion@1.0.15 - ryu@1.0.17 - schannel@0.1.23 - scoped-tls@1.0.1 - secret-service@2.0.2 - semver@1.0.22 - serde@1.0.197 - serde_derive@1.0.197 - serde_json@1.0.115 - serde_path_to_error@0.1.16 - serde_repr@0.1.18 - serde_spanned@0.6.5 - serde_urlencoded@0.5.5 - serde_with@3.7.0 - serde_with_macros@3.7.0 - sha1@0.10.6 - sha2@0.9.9 - signal-hook-registry@1.4.1 - size_format@1.0.2 - slab@0.4.9 - sluice@0.5.5 - smallvec@1.13.2 - smol@2.0.0 - socket2@0.4.10 - socket2@0.5.6 - static_assertions@1.1.0 - strsim@0.10.0 - strum@0.26.2 - strum_macros@0.26.2 - subtle@2.4.1 - syn@1.0.109 - syn@2.0.58 - system-deps@6.2.2 - target-lexicon@0.12.14 - temp-dir@0.1.13 - tempfile@3.10.1 - termcolor@1.4.1 - thiserror-impl@1.0.58 - thiserror@1.0.58 - time-core@0.1.2 - time-macros@0.2.17 - time@0.3.34 - tinyvec@1.6.0 - tinyvec_macros@0.1.1 - toml@0.5.11 - toml@0.8.12 - toml_datetime@0.6.5 - toml_edit@0.19.15 - toml_edit@0.21.1 - toml_edit@0.22.9 - tracing-attributes@0.1.27 - tracing-core@0.1.32 - tracing-futures@0.2.5 - tracing@0.1.40 - transmission-client@0.1.5 - transmission-gobject@0.1.5 - typenum@1.17.0 - uds_windows@1.1.0 - unicode-bidi@0.3.15 - unicode-ident@1.0.12 - unicode-normalization@0.1.23 - url@1.7.2 - url@2.5.0 - uuid@1.8.0 - vcpkg@0.2.15 - version-compare@0.2.0 - version_check@0.9.4 - waker-fn@1.1.1 - wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen-backend@0.2.92 - wasm-bindgen-macro-support@0.2.92 - wasm-bindgen-macro@0.2.92 - wasm-bindgen-shared@0.2.92 - wasm-bindgen@0.2.92 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-util@0.1.6 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-core@0.52.0 - windows-sys@0.48.0 - windows-sys@0.52.0 - windows-targets@0.48.5 - windows-targets@0.52.4 - windows_aarch64_gnullvm@0.48.5 - windows_aarch64_gnullvm@0.52.4 - windows_aarch64_msvc@0.48.5 - windows_aarch64_msvc@0.52.4 - windows_i686_gnu@0.48.5 - windows_i686_gnu@0.52.4 - windows_i686_msvc@0.48.5 - windows_i686_msvc@0.52.4 - windows_x86_64_gnu@0.48.5 - windows_x86_64_gnu@0.52.4 - windows_x86_64_gnullvm@0.48.5 - windows_x86_64_gnullvm@0.52.4 - windows_x86_64_msvc@0.48.5 - windows_x86_64_msvc@0.52.4 - winnow@0.5.40 - winnow@0.6.5 - xdg-home@1.1.0 - zbus@1.9.3 - zbus@4.1.2 - zbus_macros@1.9.3 - zbus_macros@4.1.2 - zbus_names@3.0.0 - zvariant@2.10.0 - zvariant@4.0.2 - zvariant_derive@2.10.0 - zvariant_derive@4.0.2 - zvariant_utils@1.1.0 -" - -inherit cargo gnome2-utils meson xdg - -DESCRIPTION="Fragments is an easy to use BitTorrent client" -HOMEPAGE="https://gitlab.gnome.org/World/Fragments" -SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/${PV}/${P}.tar.bz2" -BUILD_DIR="${S}/build" - -LICENSE="GPL-3+" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 -" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-libs/glib-2.76.0:2 - >=dev-libs/openssl-1.0.0:= - >=gui-libs/gtk-4.12.0:4 - >=gui-libs/libadwaita-1.5.0:1 - net-p2p/transmission - sys-apps/dbus -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/rust -" - -# Rust package -QA_FLAGS_IGNORED="usr/bin/${PN}" - -src_unpack() { - default - mv "${P^}"* "${P}" || die -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}