From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qtfm: metadata.xml ChangeLog qtfm-3.1.ebuild
Date: Thu, 30 Sep 2010 23:47:13 +0000 (UTC) [thread overview]
Message-ID: <20100930234713.EB3F920051@flycatcher.gentoo.org> (raw)
ssuominen 10/09/30 23:47:13
Added: metadata.xml ChangeLog qtfm-3.1.ebuild
Log:
Initial commit. Qt4 based filemanager for the masses
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.1 x11-misc/qtfm/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtfm/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtfm/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>desktop-misc</herd>
<maintainer>
<email>ssuominen@gentoo.org</email>
<name>Samuli Suominen</name>
</maintainer>
</pkgmetadata>
1.1 x11-misc/qtfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtfm/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtfm/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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 $
*qtfm-3.1 (30 Sep 2010)
30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> +qtfm-3.1.ebuild:
Initial commit.
1.1 x11-misc/qtfm/qtfm-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtfm/qtfm-3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtfm/qtfm-3.1.ebuild?rev=1.1&content-type=text/plain
Index: qtfm-3.1.ebuild
===================================================================
# 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
}
reply other threads:[~2010-09-30 23:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100930234713.EB3F920051@flycatcher.gentoo.org \
--to=ssuominen@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