summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-07-04 15:08:14 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-07-04 15:08:14 +0000
commitd9a1efa5de092cd4ca38eead72cef54f6213d0c4 (patch)
tree3f8ea58919648b6590c67176e7adf0ada248d159 /x11-misc/qtfm
parentRemove old. (diff)
downloadgentoo-2-d9a1efa5de092cd4ca38eead72cef54f6213d0c4.tar.gz
gentoo-2-d9a1efa5de092cd4ca38eead72cef54f6213d0c4.tar.bz2
gentoo-2-d9a1efa5de092cd4ca38eead72cef54f6213d0c4.zip
Remove old.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'x11-misc/qtfm')
-rw-r--r--x11-misc/qtfm/ChangeLog5
-rw-r--r--x11-misc/qtfm/qtfm-5.4.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/x11-misc/qtfm/ChangeLog b/x11-misc/qtfm/ChangeLog
index 769f2e3e93e6..50e1f520105a 100644
--- a/x11-misc/qtfm/ChangeLog
+++ b/x11-misc/qtfm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/qtfm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.15 2013/07/04 12:18:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.16 2013/07/04 15:08:14 kensington Exp $
+
+ 04 Jul 2013; Michael Palimaka <kensington@gentoo.org> -qtfm-5.4.ebuild:
+ Remove old.
04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> qtfm-5.5.ebuild:
Stable for x86, wrt bug #471678
diff --git a/x11-misc/qtfm/qtfm-5.4.ebuild b/x11-misc/qtfm/qtfm-5.4.ebuild
deleted file mode 100644
index 021c3ca9b278..000000000000
--- a/x11-misc/qtfm/qtfm-5.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-5.4.ebuild,v 1.4 2013/03/02 23:52:24 hwoarang Exp $
-
-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::' \
- qtfm.pro || die
-}
-
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }