Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
Date: Thu, 13 Apr 2017 19:28:45
Message-Id: 1492111674.5c7f4a7f3c2817136ae0ba5931d15191b75641a6.monsieurp@gentoo
1 commit: 5c7f4a7f3c2817136ae0ba5931d15191b75641a6
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 11 11:44:05 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 19:27:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f4a7f
7
8 x11-misc/qtfm: remove old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4408
12
13 x11-misc/qtfm/qtfm-5.5.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/x11-misc/qtfm/qtfm-5.5.ebuild b/x11-misc/qtfm/qtfm-5.5.ebuild
17 deleted file mode 100644
18 index 7fae7fc6b02..00000000000
19 --- a/x11-misc/qtfm/qtfm-5.5.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit fdo-mime qt4-r2
27 -
28 -DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
29 -HOMEPAGE="http://www.qtfm.org/"
30 -SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -# file is for LIBS += -lmagic
38 -RDEPEND="sys-apps/file
39 - dev-qt/qtgui:4"
40 -DEPEND="${RDEPEND}"
41 -
42 -src_prepare() {
43 - sed -i \
44 - -e "/^docs.path/s:qtfm:${PF}:" \
45 - -e '/^docs.files/s: COPYING::' \
46 - ${PN}.desktop || die
47 - sed -i \
48 - -e '/MimeType=/s|$|;|' \
49 - -e '/Categories=/s|$|;System;FileTools;|' \
50 - ${PN}.desktop || die
51 -}
52 -
53 -pkg_postinst() { fdo-mime_desktop_database_update; }
54 -pkg_postrm() { fdo-mime_desktop_database_update; }