summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-11-11 21:00:47 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-11-11 21:00:47 +0000
commiteff922cc8c85cfb5c6fad02b33e0131fc0c0dca1 (patch)
tree489949c8ec48b78eaf4e1c9b9e8ee2047b89e121 /net-ftp/filezilla
parentversion bump (diff)
downloadgentoo-2-eff922cc8c85cfb5c6fad02b33e0131fc0c0dca1.tar.gz
gentoo-2-eff922cc8c85cfb5c6fad02b33e0131fc0c0dca1.tar.bz2
gentoo-2-eff922cc8c85cfb5c6fad02b33e0131fc0c0dca1.zip
Version bump, GUI new features, improved TLS performances with gnutls-3.1, bugfixes (including some for IPv6). Drop old versions
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-ftp/filezilla')
-rw-r--r--net-ftp/filezilla/ChangeLog10
-rw-r--r--net-ftp/filezilla/filezilla-3.3.4.1.ebuild49
-rw-r--r--net-ftp/filezilla/filezilla-3.5.2.ebuild57
-rw-r--r--net-ftp/filezilla/filezilla-3.6.0.ebuild (renamed from net-ftp/filezilla/filezilla-3.5.1.ebuild)4
4 files changed, 11 insertions, 109 deletions
diff --git a/net-ftp/filezilla/ChangeLog b/net-ftp/filezilla/ChangeLog
index 3d55c20ba3f9..78ad84cc9cff 100644
--- a/net-ftp/filezilla/ChangeLog
+++ b/net-ftp/filezilla/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-ftp/filezilla
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.90 2012/07/29 16:10:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.91 2012/11/11 21:00:47 voyageur Exp $
+
+*filezilla-3.6.0 (11 Nov 2012)
+
+ 11 Nov 2012; Bernard Cafarelli <voyageur@gentoo.org>
+ -filezilla-3.3.4.1.ebuild, -filezilla-3.5.1.ebuild, -filezilla-3.5.2.ebuild,
+ +filezilla-3.6.0.ebuild:
+ Version bump, GUI new features, improved TLS performances with gnutls-3.1,
+ bugfixes (including some for IPv6). Drop old versions
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> filezilla-3.5.3.ebuild:
sparc stable wrt #398285
diff --git a/net-ftp/filezilla/filezilla-3.3.4.1.ebuild b/net-ftp/filezilla/filezilla-3.3.4.1.ebuild
deleted file mode 100644
index c7219ef90e16..000000000000
--- a/net-ftp/filezilla/filezilla-3.3.4.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.3.4.1.ebuild,v 1.7 2012/05/03 05:37:16 jdhore Exp $
-
-EAPI=2
-
-WX_GTK_VER="2.8"
-
-inherit eutils multilib wxwidgets
-
-MY_PV=${PV/_/-}
-MY_P="FileZilla_${MY_PV}"
-
-DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
-HOMEPAGE="http://filezilla-project.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc sparc x86"
-IUSE="dbus nls test"
-
-RDEPEND=">=app-admin/eselect-wxwidgets-0.7-r1
- net-dns/libidn
- >=net-libs/gnutls-2.8.3
- >=x11-libs/wxGTK-2.8.9:2.8[X]
- x11-misc/xdg-utils
- dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=sys-devel/libtool-1.4
- nls? ( >=sys-devel/gettext-0.11 )
- test? ( dev-util/cppunit )"
-
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-src_configure() {
- econf $(use_with dbus) $(use_enable nls locales) \
- --with-tinyxml=builtin \
- --disable-autoupdatecheck || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- doicon src/interface/resources/48x48/${PN}.png || die "doicon failed"
-
- dodoc AUTHORS ChangeLog NEWS
-}
diff --git a/net-ftp/filezilla/filezilla-3.5.2.ebuild b/net-ftp/filezilla/filezilla-3.5.2.ebuild
deleted file mode 100644
index 962dfbaa7237..000000000000
--- a/net-ftp/filezilla/filezilla-3.5.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.5.2.ebuild,v 1.2 2012/05/03 05:37:16 jdhore Exp $
-
-EAPI=2
-
-WX_GTK_VER="2.8"
-
-inherit autotools eutils flag-o-matic multilib wxwidgets
-
-MY_PV=${PV/_/-}
-MY_P="FileZilla_${MY_PV}"
-
-DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
-HOMEPAGE="http://filezilla-project.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="dbus nls test"
-
-RDEPEND=">=app-admin/eselect-wxwidgets-0.7-r1
- >=dev-db/sqlite-3.7
- >=dev-libs/tinyxml-2.6.1-r1[stl]
- net-dns/libidn
- >=net-libs/gnutls-2.8.3
- >=x11-libs/wxGTK-2.8.9:2.8[X]
- x11-misc/xdg-utils
- dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=sys-devel/libtool-1.4
- nls? ( >=sys-devel/gettext-0.11 )
- test? ( dev-util/cppunit )"
-
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.3.5.1-debug.patch
- append-flags -DTIXML_USE_STL
- eautoreconf
-}
-
-src_configure() {
- econf $(use_with dbus) $(use_enable nls locales) \
- --with-tinyxml=system \
- --disable-autoupdatecheck || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- doicon src/interface/resources/48x48/${PN}.png || die "doicon failed"
-
- dodoc AUTHORS ChangeLog NEWS
-}
diff --git a/net-ftp/filezilla/filezilla-3.5.1.ebuild b/net-ftp/filezilla/filezilla-3.6.0.ebuild
index a1a3e8bb7c4d..b20fba9377cc 100644
--- a/net-ftp/filezilla/filezilla-3.5.1.ebuild
+++ b/net-ftp/filezilla/filezilla-3.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.5.1.ebuild,v 1.3 2012/05/03 05:37:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.6.0.ebuild,v 1.1 2012/11/11 21:00:47 voyageur Exp $
EAPI=2
@@ -25,7 +25,7 @@ RDEPEND=">=app-admin/eselect-wxwidgets-0.7-r1
>=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
>=net-libs/gnutls-2.8.3
- >=x11-libs/wxGTK-2.8.9:2.8[X]
+ >=x11-libs/wxGTK-2.8.12:2.8[X]
x11-misc/xdg-utils
dbus? ( sys-apps/dbus )"
DEPEND="${RDEPEND}