summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-03-28 09:59:27 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-03-28 09:59:27 +0000
commit2b44c7c1ae9f2e732d019785346d1f38b70a7dd6 (patch)
treef67d690ae2053139c94321d09d2d45814efd4ae1 /net-ftp/filezilla
parentAdd patch to fix entity encoding, upstream bug ID 3031828 (diff)
downloadgentoo-2-2b44c7c1ae9f2e732d019785346d1f38b70a7dd6.tar.gz
gentoo-2-2b44c7c1ae9f2e732d019785346d1f38b70a7dd6.tar.bz2
gentoo-2-2b44c7c1ae9f2e732d019785346d1f38b70a7dd6.zip
Version bump, switch to system tinyxml, drop some versions
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/filezilla')
-rw-r--r--net-ftp/filezilla/ChangeLog8
-rw-r--r--net-ftp/filezilla/filezilla-3.3.3.ebuild48
-rw-r--r--net-ftp/filezilla/filezilla-3.3.5.ebuild48
-rw-r--r--net-ftp/filezilla/filezilla-3.4.0.ebuild (renamed from net-ftp/filezilla/filezilla-3.3.3-r1.ebuild)11
4 files changed, 15 insertions, 100 deletions
diff --git a/net-ftp/filezilla/ChangeLog b/net-ftp/filezilla/ChangeLog
index cfb8df8c2ed8..2ec2ab4fe1e3 100644
--- a/net-ftp/filezilla/ChangeLog
+++ b/net-ftp/filezilla/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-ftp/filezilla
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.75 2011/02/28 20:21:39 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.76 2011/03/28 09:59:27 voyageur Exp $
+
+*filezilla-3.4.0 (28 Mar 2011)
+
+ 28 Mar 2011; Bernard Cafarelli <voyageur@gentoo.org> -filezilla-3.3.3.ebuild,
+ -filezilla-3.3.3-r1.ebuild, -filezilla-3.3.5.ebuild, +filezilla-3.4.0.ebuild:
+ Version bump, switch to system tinyxml, drop some versions
28 Feb 2011; Sebastian Pipping <sping@gentoo.org> filezilla-3.3.5.1.ebuild,
+files/filezilla-3.3.5.1-debug.patch:
diff --git a/net-ftp/filezilla/filezilla-3.3.3.ebuild b/net-ftp/filezilla/filezilla-3.3.3.ebuild
deleted file mode 100644
index a36708de3b09..000000000000
--- a/net-ftp/filezilla/filezilla-3.3.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.3.3.ebuild,v 1.3 2010/08/19 19:00:02 voyageur 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]
- dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
- dev-util/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.3.5.ebuild b/net-ftp/filezilla/filezilla-3.3.5.ebuild
deleted file mode 100644
index 98697b4d3b5a..000000000000
--- a/net-ftp/filezilla/filezilla-3.3.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.3.5.ebuild,v 1.1 2010/11/15 10:31:58 voyageur 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]
- dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
- dev-util/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.3.3-r1.ebuild b/net-ftp/filezilla/filezilla-3.4.0.ebuild
index f465bf6f6ecd..42de76c5e795 100644
--- a/net-ftp/filezilla/filezilla-3.3.3-r1.ebuild
+++ b/net-ftp/filezilla/filezilla-3.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.3.3-r1.ebuild,v 1.3 2010/08/19 19:00:02 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.4.0.ebuild,v 1.1 2011/03/28 09:59:27 voyageur Exp $
EAPI=2
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="dbus nls test"
RDEPEND=">=app-admin/eselect-wxwidgets-0.7-r1
- dev-libs/tinyxml[-stl]
+ >=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]
@@ -34,6 +34,11 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${PN}-${MY_PV}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-debug.patch
+ eautoreconf
+}
+
src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \