summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smathers <jsin@gentoo.org>2007-12-23 02:29:10 +0000
committerJason Smathers <jsin@gentoo.org>2007-12-23 02:29:10 +0000
commit7257519a5519db641050afb15d2e4bb4c17b8c01 (patch)
tree31a87470b75b9aa1b8a861c20b45246d1bdab1d7 /net-ftp
parentFix cmake dep. (diff)
downloadgentoo-2-7257519a5519db641050afb15d2e4bb4c17b8c01.tar.gz
gentoo-2-7257519a5519db641050afb15d2e4bb4c17b8c01.tar.bz2
gentoo-2-7257519a5519db641050afb15d2e4bb4c17b8c01.zip
removed unicode use flag, it is now the only choice
(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.ebuild12
2 files changed, 6 insertions, 11 deletions
diff --git a/net-ftp/filezilla/ChangeLog b/net-ftp/filezilla/ChangeLog
index aec21b70b94c..ade301743f3b 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.2 2007/12/22 14:50:21 jsin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.3 2007/12/23 02:29:10 jsin Exp $
+
+ 23 Dec 2007; Jason Smathers <jsin@gentoo.org> filezilla-3.0.4.ebuild:
+ removed unicode use flag as it is the only option now
22 Dec 2007; Jason Smathers <jsin@gentoo.org> filezilla-3.0.4.ebuild:
updated rdepend and removed desktop entry
diff --git a/net-ftp/filezilla/filezilla-3.0.4.ebuild b/net-ftp/filezilla/filezilla-3.0.4.ebuild
index 50b70d97c34e..a8edb0cb948c 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.2 2007/12/22 14:50:21 jsin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.3 2007/12/23 02:29:10 jsin Exp $
WX_GTK_VER="2.8"
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE="unicode"
+IUSE=""
RDEPEND="net-dns/libidn
>=x11-libs/wxGTK-2.8.6"
@@ -27,14 +27,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${PN}-${MY_PV}
-pkg_setup() {
- if use unicode; then
- need-wxwidgets "unicode"
- else
- need-wxwidgets "gtk2"
- fi
-}
-
src_compile() {
WXRC="/usr/bin/wxrc-2.8" econf \
--with-wx-config="${WX_CONFIG}" \