diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-10 12:58:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-10 12:58:54 +0000 |
commit | 93dd8bfd6bf0fb429c60df7f09e2a0c29fa8c364 (patch) | |
tree | a6af9bd6fbeb0c818b18c1ff1758996d8d580014 /x11-misc/qtfm | |
parent | Stable on alpha, bug #359233 (diff) | |
download | gentoo-2-93dd8bfd6bf0fb429c60df7f09e2a0c29fa8c364.tar.gz gentoo-2-93dd8bfd6bf0fb429c60df7f09e2a0c29fa8c364.tar.bz2 gentoo-2-93dd8bfd6bf0fb429c60df7f09e2a0c29fa8c364.zip |
Version bump.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/qtfm')
-rw-r--r-- | x11-misc/qtfm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/qtfm/qtfm-3.1.ebuild | 32 | ||||
-rw-r--r-- | x11-misc/qtfm/qtfm-4.9.ebuild | 28 |
3 files changed, 35 insertions, 34 deletions
diff --git a/x11-misc/qtfm/ChangeLog b/x11-misc/qtfm/ChangeLog index 2c1a620545be..0053bcb88e8e 100644 --- a/x11-misc/qtfm/ChangeLog +++ b/x11-misc/qtfm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/qtfm -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.1 2010/09/30 23:47:13 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.2 2011/04/10 12:58:54 ssuominen Exp $ + +*qtfm-4.9 (10 Apr 2011) + + 10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> +qtfm-4.9.ebuild: + Version bump. *qtfm-3.1 (30 Sep 2010) diff --git a/x11-misc/qtfm/qtfm-3.1.ebuild b/x11-misc/qtfm/qtfm-3.1.ebuild deleted file mode 100644 index 504174d9c59c..000000000000 --- a/x11-misc/qtfm/qtfm-3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-3.1.ebuild,v 1.1 2010/09/30 23:47:13 ssuominen Exp $ - -EAPI=2 -inherit eutils qt4-r2 - -DESCRIPTION="A lightweight file manager (based on Qt4)" -HOMEPAGE="http://www.wittfella.com/" -SRC_URI="http://www.wittfella.com/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i \ - -e 's:qtfm.png:qtfm:' \ - -e 's:Application;::' \ - qtfm.desktop || die -} - -src_install() { - dobin qtfm || die - dodoc CHANGELOG README - domenu qtfm.desktop - doicon images/qtfm.png -} diff --git a/x11-misc/qtfm/qtfm-4.9.ebuild b/x11-misc/qtfm/qtfm-4.9.ebuild new file mode 100644 index 000000000000..5ab623438021 --- /dev/null +++ b/x11-misc/qtfm/qtfm-4.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-4.9.ebuild,v 1.1 2011/04/10 12:58:54 ssuominen Exp $ + +EAPI=2 +inherit eutils 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="" + +RDEPEND="x11-libs/qt-gui:4" +DEPEND="${RDEPEND}" + +src_install() { + dobin qtfm || die + dodoc CHANGELOG README + domenu qtfm.desktop + doicon images/qtfm.png +} + +pkg_postinst() { fdo-mime_desktop_database_update; } +pkg_postrm() { fdo-mime_desktop_database_update; } |