commit: 5c7f4a7f3c2817136ae0ba5931d15191b75641a6 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Apr 11 11:44:05 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Apr 13 19:27:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f4a7f
x11-misc/qtfm: remove old. Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4408 x11-misc/qtfm/qtfm-5.5.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/x11-misc/qtfm/qtfm-5.5.ebuild b/x11-misc/qtfm/qtfm-5.5.ebuild deleted file mode 100644 index 7fae7fc6b02..00000000000 --- a/x11-misc/qtfm/qtfm-5.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit fdo-mime qt4-r2 - -DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt" -HOMEPAGE="http://www.qtfm.org/" -SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# file is for LIBS += -lmagic -RDEPEND="sys-apps/file - dev-qt/qtgui:4" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i \ - -e "/^docs.path/s:qtfm:${PF}:" \ - -e '/^docs.files/s: COPYING::' \ - ${PN}.desktop || die - sed -i \ - -e '/MimeType=/s|$|;|' \ - -e '/Categories=/s|$|;System;FileTools;|' \ - ${PN}.desktop || die -} - -pkg_postinst() { fdo-mime_desktop_database_update; } -pkg_postrm() { fdo-mime_desktop_database_update; }
