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 D80D4158010 for ; Fri, 3 Feb 2023 12:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32ED4E08EF; Fri, 3 Feb 2023 12:36:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F56EE08EF for ; Fri, 3 Feb 2023 12:36:22 +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 48B23340CCE for ; Fri, 3 Feb 2023 12:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DD0899 for ; Fri, 3 Feb 2023 12:36:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1675427748.a90c8bfb635f7cba8dc749bab082c2951de4d760.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-shares-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/thunar-shares-plugin/Manifest xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild X-VCS-Directories: xfce-extra/thunar-shares-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a90c8bfb635f7cba8dc749bab082c2951de4d760 X-VCS-Branch: master Date: Fri, 3 Feb 2023 12:36:19 +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: 86433fe9-aeaf-40bf-8143-5542472e8491 X-Archives-Hash: 262eb429c4cd00ae82da45c200b482a1 commit: a90c8bfb635f7cba8dc749bab082c2951de4d760 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 3 12:35:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 3 12:35:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90c8bfb xfce-extra/thunar-shares-plugin: Remove old Signed-off-by: Michał Górny gentoo.org> xfce-extra/thunar-shares-plugin/Manifest | 1 - .../thunar-shares-plugin-0.3.1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest index 250e9540b30e..c948b22e0093 100644 --- a/xfce-extra/thunar-shares-plugin/Manifest +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -1,2 +1 @@ -DIST thunar-shares-plugin-0.3.1.tar.bz2 373071 BLAKE2B 25562e8583503a170d15b611aa07c2e1426bee292b8cda4ae9c4eaa6861fa4c1a2fec531b3bdeca6bf06097e4bb2be924fddc07d73633c5f9d714837e8fe80f5 SHA512 08fca3fbf88448808ca84753d867c71114d1700fa63d792771c3c99a6da8c69ee7c53f05f883b2180cb06d2c187ee2a4d1fc889c7f392b1ec0d5981532284a3c DIST thunar-shares-plugin-0.3.2.tar.bz2 365609 BLAKE2B 25f959d81b689dabe930910402dddb047208caf9400db9830b1e5a1f8fad6b676706ce79b9c7e0036292c995451998ff40cadd60ae2eaa47bcaf7994772081ba SHA512 26c3085b3ede065a0c9cdaf5a97d1617d581148e14d35e690f592316beb4e261f31cf864b5f47449030a77cdab33a22cfd4f9f36ccc47d4736e754de459b89e3 diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild deleted file mode 100644 index c1b06c8d314f..000000000000 --- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Thunar plugin to share files using Samba" -HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin" -SRC_URI="https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.18 - >=x11-libs/gtk+-3.22:3 - >=xfce-base/thunar-1.7:=" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}