commit:     e989ea021ccebd43559c4be8faff303487b17632
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 12:11:15 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 12:11:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e989ea02

net-ftp/filezilla: version bump

Dropped some keywords as it now requires dev-libs/libfilezilla (#571888)
Now uses system pugixml

Package-Manager: portage-2.2.27

 net-ftp/filezilla/Manifest                |  1 +
 net-ftp/filezilla/filezilla-3.15.0.ebuild | 68 +++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 538b79d..7884781 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,3 +1,4 @@
 DIST FileZilla_3.12.0.2_src.tar.bz2 4440836 SHA256 
7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d SHA512 
163ab37d0b15ffd511c9237727b2a2879c2ff38f264853148633c87ec2d6e07cca1847104eb8c7190a0d27a6978ddb10b10dd8e1ef6e157051567b04d1ec5930
 WHIRLPOOL 
1b3c859f77ab1c10adcbbbdf6201adfd388d25af4ff91c4a96cba7ff57eadf66a181ddd421b01dc124b2a58ca96599d5cfd11e321dac76afc18a69698dd8d8e1
 DIST FileZilla_3.14.0_src.tar.bz2 4415005 SHA256 
92385ab4f30bc7e5e457d6a3310645cc6c4bd0e83a78e12c33f2778b73d579fd SHA512 
00d81aeef1d30d16884d34a5c15584204f55f72d9a7ab88cca4ff953c6beda5ef2a7883d095c60826ccadc1c4529c0e6e93c50f5ececc598c2200c32cec5d4c5
 WHIRLPOOL 
fd994ad7f150506111642015bf9ff87481231843512b6b5eac3b2e64ff4e63e2cd2933deb72b466785a09700fd88b9f45302b28dfed71f509001dbeb8a001d99
 DIST FileZilla_3.14.1_src.tar.bz2 4411187 SHA256 
b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c SHA512 
c97767ed01f4538a2f4b8760601778ca7f9aa99b5b928cb86c9508eba0490bbc1f31921d098e0ccd30712ff06dc9f21d323201fb8bee80b9fb7a6528fbb03368
 WHIRLPOOL 
1fbccfbb0de5111fad14eb0b38ee190aefc4c80777c3611189c74412dfefdf2fd96d4a42c917791d3a3318b6ae22f01a7d24a4a0904386b22a98693151b5a822
+DIST FileZilla_3.15.0_src.tar.bz2 4406433 SHA256 
ff852187e11ffe49237ae15c8ca8c920e9dc9019cc88743eeaa62afaeecf9277 SHA512 
aa0d3505b36ef3efe9d7912b6236e09d55a9020f2d4a68fb304ea6aff828a50809c0a9b96446ac49514396378cf252f1bf02596a0cb7fa1d9945494816ec6802
 WHIRLPOOL 
8970ea461f51fd59668df92b5db199700bc935b494d443cafa48b72c92f5bcee0bae81a3f3df5a80c3532fc19be9afb59e023b72388a48f2f0de6db1804f5da7

diff --git a/net-ftp/filezilla/filezilla-3.15.0.ebuild 
b/net-ftp/filezilla/filezilla-3.15.0.ebuild
new file mode 100644
index 0000000..4749c32
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.15.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+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 ~x86"
+IUSE="dbus nls test"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
+       >=dev-db/sqlite-3.7
+       >=dev-libs/libfilezilla-0.3.0
+       >=dev-libs/pugixml-1.7
+       net-dns/libidn
+       >=net-libs/gnutls-3.1.12
+       >=x11-libs/wxGTK-3.0.2.0-r1:3.0[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}
+
+pkg_pretend() {
+       if [[ ${MERGE_TYPE} != binary ]]; then
+               if ! test-flag-CXX -std=c++14; then
+                       eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+                       eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+                       eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+                       die "Currently active compiler does not support 
-std=c++14"
+               fi
+       fi
+}
+
+src_prepare() {
+       epatch "${FILESDIR}"/${PN}-3.10.2-debug.patch
+       eautoreconf
+}
+
+src_configure() {
+       econf $(use_with dbus) $(use_enable nls locales) \
+               --with-pugixml=system \
+               --disable-autoupdatecheck
+}
+
+src_install() {
+       emake DESTDIR="${D}" install
+
+       doicon src/interface/resources/48x48/${PN}.png
+
+       dodoc AUTHORS ChangeLog NEWS
+}

Reply via email to