public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
Date: Tue, 25 Oct 2022 18:36:35 +0000 (UTC)	[thread overview]
Message-ID: <1666722920.6f28d54e0f250c129ba4c102eba41a0befe75aae.asturm@gentoo> (raw)

commit:     6f28d54e0f250c129ba4c102eba41a0befe75aae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 18:34:16 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 18:35:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f28d54e

x11-misc/qtfm: drop 6.2.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/qtfm/Manifest          |  1 -
 x11-misc/qtfm/qtfm-6.2.0.ebuild | 57 -----------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 8b36857b40c6..bc1f91b23848 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,2 +1 @@
-DIST qtfm-6.2.0.tar.gz 411064 BLAKE2B dce16b79753de31c58b36aa51b2f5555a12e19778ce81ca980bb5775f694d5315df97f4ac7b060653748a3ec2bc69b0f88599bca44696ce8b6a8026b30abbf9f SHA512 44bcef3d9e4111388aa93fd8c51d65a5210e969071d79336a4451a78ec7503867d8c667325eeafa5f85ee922dd787746e6ac94e17a61c07914c12364cfa8951d
 DIST qtfm-6.2.1.tar.gz 410958 BLAKE2B fe542b935dfa0d16198f9a0dc3fb5e0b43718056ebc0987ef73ff8c56258e8ba660ef7f294cc424aab397cd26a2aba37048806d9175fe86004298129443c707b SHA512 911c90a6f9bcfe539aaacf3476d660116f2dc18821b23cc420615be649bbffd530abf640ebf77d80ee85b61779e4844e0bc10f8fd3f3b0686366e6b5372f9f2c

diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
deleted file mode 100644
index 2701a220c7e8..000000000000
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Small, lightweight file manager based on pure Qt"
-HOMEPAGE="https://qtfm.eu/"
-SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus shared"
-
-BDEPEND="
-	app-arch/unzip
-	dev-qt/linguist-tools:5
-"
-RDEPEND="
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	sys-apps/file
-	dbus? ( dev-qt/qtdbus:5 )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-qt-5.15.patch )
-
-src_configure() {
-	eqmake5 \
-		$(usex dbus '' 'CONFIG+=no_dbus CONFIG+=no_tray') \
-		$(usex shared 'CONFIG+=sharedlib' '') \
-		$(usex shared 'CONFIG+=with_includes' '') \
-		LIBDIR="/usr/$(get_libdir)" \
-		PREFIX="/usr" \
-		XDGDIR="/etc/xdg"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


             reply	other threads:[~2022-10-25 18:36 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 18:36 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-25 17:55 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/ Sam James
2022-10-25 17:55 Sam James
2022-09-26 17:18 Andreas Sturmlechner
2022-04-06 19:53 Jonas Stein
2020-06-14 21:51 Andreas Sturmlechner
2020-04-26 11:00 David Seifert
2019-12-15 13:56 Jeroen Roovers
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-06-09 12:45 Jeroen Roovers
2019-06-09 12:25 Jeroen Roovers
2019-06-07 20:53 Jeroen Roovers
2019-06-07  6:38 Jeroen Roovers
2019-06-07  6:38 Jeroen Roovers
2019-04-25  7:24 Jeroen Roovers
2019-04-25  7:24 Jeroen Roovers
2019-03-23 14:03 Jeroen Roovers
2019-02-12 22:08 Jeroen Roovers
2019-02-08  9:10 Mikle Kolyada
2019-02-02 14:04 Jeroen Roovers
2019-01-31 22:15 Thomas Deutschmann
2018-12-11 12:21 Jeroen Roovers
2018-12-11 12:21 Jeroen Roovers
2018-12-02 19:22 Jeroen Roovers
2018-11-27 16:23 Jeroen Roovers
2018-11-23 18:09 Jeroen Roovers
2018-11-22 11:30 Jeroen Roovers
2018-03-10  1:26 Michael Palimaka
2018-03-10  1:26 Michael Palimaka
2018-03-07 13:51 Agostino Sarubbo
2018-02-11  2:37 Michael Palimaka
2018-01-13 11:13 Jeroen Roovers
2017-04-13 19:28 Patrice Clement
2017-03-01 20:45 David Seifert

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=1666722920.6f28d54e0f250c129ba4c102eba41a0befe75aae.asturm@gentoo \
    --to=asturm@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