summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smathers <jsin@gentoo.org>2007-12-22 14:50:21 +0000
committerJason Smathers <jsin@gentoo.org>2007-12-22 14:50:21 +0000
commitfc867abe39fd07afb9e153111dc19f69835da5a7 (patch)
tree70c77a3dbf5cb9e09d016f8cdf4efacb8ff967e5 /net-ftp
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-fc867abe39fd07afb9e153111dc19f69835da5a7.tar.gz
gentoo-2-fc867abe39fd07afb9e153111dc19f69835da5a7.tar.bz2
gentoo-2-fc867abe39fd07afb9e153111dc19f69835da5a7.zip
removed desktop entry and updated rdepend
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/filezilla/ChangeLog5
-rw-r--r--net-ftp/filezilla/filezilla-3.0.4.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/net-ftp/filezilla/ChangeLog b/net-ftp/filezilla/ChangeLog
index 963f6eb551d2..aec21b70b94c 100644
--- a/net-ftp/filezilla/ChangeLog
+++ b/net-ftp/filezilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/filezilla
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.1 2007/12/22 04:27:55 jsin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.2 2007/12/22 14:50:21 jsin Exp $
+
+ 22 Dec 2007; Jason Smathers <jsin@gentoo.org> filezilla-3.0.4.ebuild:
+ updated rdepend and removed desktop entry
22 Dec 2007; Jason Smathers <jsin@gentoo.org> +metadata.xml,
+filezilla-3.0.4.ebuild:
diff --git a/net-ftp/filezilla/filezilla-3.0.4.ebuild b/net-ftp/filezilla/filezilla-3.0.4.ebuild
index b779492779df..50b70d97c34e 100644
--- a/net-ftp/filezilla/filezilla-3.0.4.ebuild
+++ b/net-ftp/filezilla/filezilla-3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.1 2007/12/22 04:27:55 jsin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.2 2007/12/22 14:50:21 jsin Exp $
WX_GTK_VER="2.8"
@@ -18,12 +18,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="unicode"
-RDEPEND="net-dns/libidn"
+RDEPEND="net-dns/libidn
+ >=x11-libs/wxGTK-2.8.6"
DEPEND="${RDEPEND}
>=sys-devel/libtool-1.4
>=sys-devel/gettext-0.11
- >=net-libs/gnutls-2.0.4
- >=x11-libs/wxGTK-2.8.6"
+ >=net-libs/gnutls-2.0.4"
S="${WORKDIR}"/${PN}-${MY_PV}
@@ -47,7 +47,6 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
doicon src/interface/resources/48x48/${PN}.png || die "doicon failed"
- make_desktop_entry ${PN} "FileZilla" ${PN}.png
dodoc AUTHORS ChangeLog NEWS
}