public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Sun, 18 Apr 2021 07:05:58 +0000 (UTC)	[thread overview]
Message-ID: <1618729552.655f8005c841fb437f014e5f4ff6e4567e3dd2a6.mgorny@gentoo> (raw)

commit:     655f8005c841fb437f014e5f4ff6e4567e3dd2a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:59:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 07:05:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655f8005

xfce-base/thunar: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/thunar/Manifest             |  2 -
 xfce-base/thunar/thunar-4.16.5.ebuild | 76 -----------------------------------
 xfce-base/thunar/thunar-4.17.0.ebuild | 76 -----------------------------------
 3 files changed, 154 deletions(-)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 9465a3b08a9..28b584d6585 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,4 +1,2 @@
-DIST thunar-4.16.5.tar.bz2 2435070 BLAKE2B dabab4198d4290162a0e035d444351c6a5e132fcb1379d926315e7aa8ef73d1573ef8b249f3e4049f2557026d06561c96402bdc0184c769eaee1821dbabbcbbe SHA512 8c24be876f20e2fa93b8ef05e230c61a412c674fe8f9c796cf4036e1d2e38f1b4ed582475158cc86ace6fe82affa005b201a1e565cd7ccd4dfebbcc114067140
 DIST thunar-4.16.6.tar.bz2 2435447 BLAKE2B 0ec50e8330643fc0c1881fa49ef1b8d0a90c8ef3ade3f7bb0756525381ec885137f808451db0eff52a0f51f337cf0de787dcb43544e52c832e8e94332345ea75 SHA512 2e9800935907477664d3a17bca5998266873a84423586f9e7ee3b7c6ba41314b372f7a6db5d9dd17f10af6405afafb808a78b8e8d07dbdfa8e00aa5fa9d3a552
-DIST thunar-4.17.0.tar.bz2 2448027 BLAKE2B c3890dfe22384ecaa7a71805c68938d59cdfcd0a602512395e9011692de242c808dc13229c0c3b3ad93973845fe9e291cee4f3b6275fc87c75efade7731d580e SHA512 6a344f89ae51c4c0cbdbac1542558aeab3c0eb45a79320e58785033a3faa2ff95751e72e089f6a2ff23056a18a403845a2b5603c89550a6ba2e0c8286f75a5e4
 DIST thunar-4.17.1.tar.bz2 2461612 BLAKE2B 2afed1e57c3f81ba255a02c3d6092492292e143162c47813159fabca5a0891d7d089053fcbab8e0ec60436a94121828905bece8af2e1e91f5dc3884bf05703bb SHA512 e6f5e70679dafd91d992a950f90b21ef062c7e262443c496724b170baf409e74342dc56d7a046124c0ad00a827c9b1ca616d34c74b543a61316e236810e537af

diff --git a/xfce-base/thunar/thunar-4.16.5.ebuild b/xfce-base/thunar/thunar-4.16.5.ebuild
deleted file mode 100644
index 25406e337a9..00000000000
--- a/xfce-base/thunar/thunar-4.16.5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/ https://docs.xfce.org/xfce/thunar/start"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-DEPEND=">=dev-libs/glib-2.50
-	>=x11-libs/gdk-pixbuf-2.14
-	>=x11-libs/gtk+-3.22:3
-	>=xfce-base/exo-4.15.3:=
-	>=xfce-base/libxfce4ui-4.15.3:=
-	>=xfce-base/libxfce4util-4.15.2:=
-	>=xfce-base/xfconf-4.12:=
-	exif? ( >=media-libs/libexif-0.6.19:= )
-	introspection? ( dev-libs/gobject-introspection:= )
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-	pcre? ( >=dev-libs/libpcre-6:= )
-	trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
-	udisks? ( dev-libs/libgudev:= )"
-RDEPEND="${DEPEND}
-	>=dev-util/desktop-file-utils-0.20-r1
-	x11-misc/shared-mime-info
-	trash-panel-plugin? ( ${GVFS_DEPEND} )
-	udisks? (
-		virtual/udev
-		${GVFS_DEPEND}[udisks,udev]
-		)"
-BDEPEND="
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	local myconf=(
-		$(use_enable introspection)
-		$(use_enable udisks gudev)
-		$(use_enable libnotify notifications)
-		$(use_enable exif)
-		$(use_enable pcre)
-		$(use_enable trash-panel-plugin tpa-plugin)
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	elog "If you were using an older Xfce version and Thunar fails to start"
-	elog "with a message similar to:"
-	elog "  Failed to register: Timeout was reached"
-	elog "you may need to reset your xfce4 session:"
-	elog "  rm ~/.cache/sessions/xfce4-session-*"
-	elog "See https://bugs.gentoo.org/698914."
-
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}

diff --git a/xfce-base/thunar/thunar-4.17.0.ebuild b/xfce-base/thunar/thunar-4.17.0.ebuild
deleted file mode 100644
index a50b1046a41..00000000000
--- a/xfce-base/thunar/thunar-4.17.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/ https://docs.xfce.org/xfce/thunar/start"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-DEPEND=">=dev-libs/glib-2.50
-	>=x11-libs/gdk-pixbuf-2.14
-	>=x11-libs/gtk+-3.22:3
-	>=xfce-base/exo-4.15.3:=
-	>=xfce-base/libxfce4ui-4.15.3:=
-	>=xfce-base/libxfce4util-4.15.2:=
-	>=xfce-base/xfconf-4.12:=
-	exif? ( >=media-libs/libexif-0.6.19:= )
-	introspection? ( dev-libs/gobject-introspection:= )
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-	pcre? ( >=dev-libs/libpcre-6:= )
-	trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
-	udisks? ( dev-libs/libgudev:= )"
-RDEPEND="${DEPEND}
-	>=dev-util/desktop-file-utils-0.20-r1
-	x11-misc/shared-mime-info
-	trash-panel-plugin? ( ${GVFS_DEPEND} )
-	udisks? (
-		virtual/udev
-		${GVFS_DEPEND}[udisks,udev]
-		)"
-BDEPEND="
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	local myconf=(
-		$(use_enable introspection)
-		$(use_enable udisks gudev)
-		$(use_enable libnotify notifications)
-		$(use_enable exif)
-		$(use_enable pcre)
-		$(use_enable trash-panel-plugin tpa-plugin)
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	elog "If you were using an older Xfce version and Thunar fails to start"
-	elog "with a message similar to:"
-	elog "  Failed to register: Timeout was reached"
-	elog "you may need to reset your xfce4 session:"
-	elog "  rm ~/.cache/sessions/xfce4-session-*"
-	elog "See https://bugs.gentoo.org/698914."
-
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


             reply	other threads:[~2021-04-18  7:06 UTC|newest]

Thread overview: 242+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18  7:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-18  4:34 [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/ Sam James
2024-08-17  7:28 Michał Górny
2024-08-17  7:28 Michał Górny
2024-08-17  7:28 Michał Górny
2024-08-17  7:28 Michał Górny
2024-08-17  7:06 Michał Górny
2024-07-30 16:23 Michał Górny
2024-07-30 16:23 Michał Górny
2024-04-08 16:14 Michał Górny
2024-01-23 16:53 Michał Górny
2024-01-23  4:17 Sam James
2024-01-07 13:26 Sam James
2024-01-06 11:54 Sam James
2024-01-06 11:54 Sam James
2024-01-06 11:54 Sam James
2023-12-31  7:17 Michał Górny
2023-12-31  7:17 Michał Górny
2023-12-29  4:38 Michał Górny
2023-12-29  4:38 Michał Górny
2023-11-11 20:50 Michał Górny
2023-11-11 20:02 Sam James
2023-10-25  5:54 Michał Górny
2023-10-10 17:57 Michał Górny
2023-10-06 19:05 Michał Górny
2023-10-06 18:36 Arthur Zamarin
2023-10-06 17:25 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:30 Arthur Zamarin
2023-09-02  2:58 Michał Górny
2023-08-17  5:59 Michał Górny
2023-08-17  2:55 Sam James
2023-08-15  3:17 Sam James
2023-08-03 15:10 Sam James
2023-08-03 15:10 Sam James
2023-08-02 16:54 Sam James
2023-08-02 16:37 Sam James
2023-04-30 14:56 Michał Górny
2023-04-30 14:56 Michał Górny
2023-04-29  5:48 Michał Górny
2023-03-17 15:30 Michał Górny
2023-03-17 15:27 Arthur Zamarin
2023-03-17 14:46 Arthur Zamarin
2023-03-17 14:25 Arthur Zamarin
2023-03-17 14:23 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-03-17 10:50 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-03-15  6:55 Michał Górny
2023-02-23  6:19 Michał Górny
2023-02-23  6:19 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2023-01-21  5:14 Michał Górny
2023-01-10 13:04 Michał Górny
2022-12-22 15:45 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-01 13:55 Michał Górny
2022-11-02  6:18 Michał Górny
2022-11-01 12:35 Michał Górny
2022-10-17 15:29 Michał Górny
2022-10-16 11:58 Michał Górny
2022-08-28  6:49 WANG Xuerui
2022-07-25 10:45 Michał Górny
2022-07-09 20:22 Michał Górny
2022-05-05  8:16 Michał Górny
2022-05-05  7:07 Jakov Smolić
2022-04-27 18:31 Arthur Zamarin
2022-04-27 18:08 Arthur Zamarin
2022-04-27 11:21 Jakov Smolić
2022-04-27 11:21 Jakov Smolić
2022-04-03  7:38 Michał Górny
2022-04-03  7:38 Michał Górny
2022-02-10 10:35 Michał Górny
2021-11-22 23:04 Michał Górny
2021-11-09 21:46 Michał Górny
2021-11-09 21:36 Sam James
2021-11-06 19:56 Sam James
2021-11-05 18:01 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:33 Sam James
2021-11-05 10:04 Agostino Sarubbo
2021-09-26 22:01 Michał Górny
2021-09-26 22:01 Michał Górny
2021-09-17 22:22 Michał Górny
2021-09-11 14:33 Michał Górny
2021-09-11 14:33 Michał Górny
2021-07-18  6:21 Michał Górny
2021-05-29  0:03 Yixun Lan
2021-05-13 19:31 Michał Górny
2021-05-13  4:35 Sam James
2021-05-13  4:35 Sam James
2021-05-13  4:35 Sam James
2021-05-13  4:35 Sam James
2021-05-13  4:32 Sam James
2021-05-13  4:31 Sam James
2021-05-07 14:47 Michał Górny
2021-05-07 14:47 Michał Górny
2021-05-07 10:33 Michał Górny
2021-05-06 23:03 Michał Górny
2021-04-18  1:47 Sam James
2021-04-13 18:23 Sergei Trofimovich
2021-04-12 23:33 Sam James
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-04-09 22:22 Sam James
2021-04-09 22:17 Sam James
2021-03-28 12:30 Michał Górny
2021-03-28 12:17 Sam James
2021-03-27 16:04 Sam James
2021-03-25 21:32 Sam James
2021-03-25 21:29 Sam James
2021-03-22  0:10 Sam James
2021-03-22  0:10 Sam James
2021-03-21 10:25 Michał Górny
2021-03-21 10:25 Michał Górny
2021-03-08 10:29 Sam James
2021-03-08 10:29 Sam James
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2021-03-08  9:22 Michał Górny
2021-03-07  7:59 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18  7:26 Sam James
2021-02-09 14:16 Michał Górny
2021-02-08  6:11 Sam James
2021-01-23 11:49 Michał Górny
2021-01-18 20:29 Michał Górny
2021-01-18 20:29 Michał Górny
2021-01-12 23:06 Michał Górny
2021-01-12 21:11 Michał Górny
2020-12-30  0:02 Michał Górny
2020-12-22 23:35 Michał Górny
2020-11-18  9:35 Michał Górny
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-17 18:49 Agostino Sarubbo
2020-11-16 23:37 Sam James
2020-11-16  2:55 Sam James
2020-11-01  7:20 Michał Górny
2020-11-01  7:20 Michał Górny
2020-09-18  9:45 Michał Górny
2020-08-24  6:35 Michał Górny
2020-07-30 20:46 Michał Górny
2020-07-21  9:33 Agostino Sarubbo
2020-07-21  9:29 Agostino Sarubbo
2020-07-20 14:28 Sam James
2020-07-20  2:30 Sam James
2020-07-19 15:48 Sam James
2020-07-19 14:19 Michał Górny
2020-07-02 10:06 Michał Górny
2020-06-19  9:10 Michał Górny
2020-05-24 19:51 Michał Górny
2020-05-08 10:46 Agostino Sarubbo
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-05-03 10:12 Agostino Sarubbo
2020-03-25 17:59 Michał Górny
2020-03-25 17:59 Michał Górny
2020-03-24  7:55 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 18:05 Mikle Kolyada
2020-03-13 18:54 Agostino Sarubbo
2020-01-31  6:25 Michał Górny
2020-01-01 19:43 Agostino Sarubbo
2019-12-31 14:02 Agostino Sarubbo
2019-12-31  8:18 Agostino Sarubbo
2019-12-31  8:15 Agostino Sarubbo
2019-12-31  7:43 Agostino Sarubbo
2019-12-06 14:20 Michał Górny
2019-11-16  0:19 Michał Górny
2019-11-09 22:31 Michał Górny
2019-11-04 21:08 Michał Górny
2019-11-03 14:01 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-08-22 12:31 Michał Górny
2019-08-12 13:21 Michał Górny
2019-07-20  5:26 Michał Górny
2019-07-20  5:26 Michał Górny
2019-06-29  6:13 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-19  6:18 Michał Górny
2019-05-18 11:11 Michał Górny
2019-05-18  6:53 Michał Górny
2019-05-18  6:53 Michał Górny
2019-05-18  6:53 Michał Górny
2019-04-20 17:57 Mikle Kolyada
2019-04-08 19:17 Michał Górny
2019-04-07 21:36 Mikle Kolyada
2019-04-07 14:43 Mikle Kolyada
2019-04-07 14:41 Mikle Kolyada
2019-01-28  3:30 Michał Górny
2019-01-25 13:34 Michał Górny
2019-01-25 13:34 Michał Górny
2019-01-25 13:34 Michał Górny
2019-01-25 13:34 Michał Górny
2018-10-01 18:43 Michał Górny
2018-06-17 12:11 Michał Górny
2018-06-16 19:47 Michał Górny
2018-06-07 11:36 Michał Górny
2018-05-27 20:56 Mikle Kolyada
2018-04-19 21:08 Mikle Kolyada
2018-04-18 21:04 Sergei Trofimovich
2018-04-10 11:32 Tobias Klausmann
2018-04-08 17:28 Aaron Bauman
2018-04-08 15:48 Sergei Trofimovich
2018-04-05 22:05 Michał Górny
2018-04-05 21:52 Michał Górny
2018-03-23 22:04 Michał Górny
2018-03-23 19:53 Markus Meier
2018-03-03 17:48 Tobias Klausmann
2018-02-16  7:10 Jason Zaman
2018-02-16  7:10 Jason Zaman
2018-01-27  9:02 Michał Górny
2018-01-25  8:39 Michał Górny
2018-01-08  8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-05 10:59 Mikle Kolyada
2017-11-25 22:56 Michał Górny
2017-11-25 20:18 Michał Górny
2017-09-02  8:16 Michał Górny
2017-08-15  9:15 Michał Górny
2017-07-09 21:41 Michał Górny
2017-07-01  7:07 Michał Górny
2017-06-07 20:06 Michał Górny
2017-02-16 21:06 Michał Górny
2017-01-26 10:22 Agostino Sarubbo
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29  4:37 Jeroen Roovers
2016-06-26 18:37 Markus Meier
2015-10-17 18:32 Mikle Kolyada

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=1618729552.655f8005c841fb437f014e5f4ff6e4567e3dd2a6.mgorny@gentoo \
    --to=mgorny@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