Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/
Date: Wed, 02 Nov 2016 02:59:26
Message-Id: 1478055551.ff2586c6e1f8ccd64028feaa03f48d800a55a62e.polynomial-c@gentoo
1 commit: ff2586c6e1f8ccd64028feaa03f48d800a55a62e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 02:45:02 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 02:59:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2586c6
7
8 dev-libs/libfilezilla: Removed old.
9
10 Package-Manager: portage-2.3.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libfilezilla/Manifest | 2 --
14 dev-libs/libfilezilla/libfilezilla-0.6.1.ebuild | 30 -------------------------
15 dev-libs/libfilezilla/libfilezilla-0.7.0.ebuild | 30 -------------------------
16 3 files changed, 62 deletions(-)
17
18 diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
19 index cde958c..c8ecec5 100644
20 --- a/dev-libs/libfilezilla/Manifest
21 +++ b/dev-libs/libfilezilla/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libfilezilla-0.6.1.tar.bz2 379625 SHA256 73c3ada6f9c5649abd93e6a3e7ecc6682d4f43248660b5506918eab76a7b901b SHA512 586fa7be30d70b8f2998f4f510367ba5ce75d0afdf22f69a06881cee22059ab5f626396079d779ad51e49bbc6c539408867f852c870045820bf1b57873a77bc5 WHIRLPOOL 3373f9eb84e74d0a2cf1bc7fd07f3219f50f409ccce464cc0c4791ba597dc4b91ddab04fd64438c177ff32d13dc859b3a1d1f10dcf0344bdbd0fecc94dbcf9e4
24 -DIST libfilezilla-0.7.0.tar.bz2 381630 SHA256 276528e4aafca9c89dc5ed6dd047f2db1aa72aa3f2c564eb3fd6cf9f594bab1d SHA512 d8043f086ac91b4a9577d9c8417e790fff6a354299f0fafd8a1150f633f823a2571b677e0362450e292b83a193146894892e0d2503059701341736bf06b5f177 WHIRLPOOL a316be9fb4dd7c4301b416f9f53ab01571c3445cfaadee73875db8b32ef3aa27543d410c3b8c43da2fde1da27488ca315c0bf69e61f880e4f53e20bd74d6a5de
25 DIST libfilezilla-0.7.1.tar.bz2 382319 SHA256 d95d2db75e523462c3f4b72b663b395dfe988cb71c3abef609f794a155a6ddd3 SHA512 a84eca2081507588668d05aa1088bcfe28534abe8a6cdb9de399d3a484c295842b5f0c8894f11fbb37124fc316e67eeb20e4d8befab04b42a868a7812ae3ec32 WHIRLPOOL 24d4f76d5232cc05bd3e6fd1ed66e6e3a900eb63f195a15962026677c22771d2c13629305bd7bcb7d3c1800eef642861590dc2fef9197ae8a15f43624bbb1375
26 DIST libfilezilla-0.8.0.tar.bz2 382980 SHA256 0bee16be8d68d3b393a914458a586b4c684e781f2dcc9d287ce60129dc20015f SHA512 d235a0a150a47d85a09ad04d30937d517f6fd8ac2719bec7475657547164f68c027b9322bc606f8aea253aaa244ce2ba9a3169d2f9c6234194eb5642eb84bd5f WHIRLPOOL ce6f0bfee674d222f17019196632450b5bc292e603131d395ad0da0a7e0d7563193bcd3705d3923a3163657da23b8f5355229c6401af76d7898577b772b436b6
27
28 diff --git a/dev-libs/libfilezilla/libfilezilla-0.6.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.6.1.ebuild
29 deleted file mode 100644
30 index d7530f4..00000000
31 --- a/dev-libs/libfilezilla/libfilezilla-0.6.1.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=6
39 -inherit flag-o-matic
40 -
41 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
42 -HOMEPAGE="https://lib.filezilla-project.org/"
43 -SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~x86"
48 -IUSE="test"
49 -
50 -RDEPEND=""
51 -DEPEND="${RDEPEND}
52 - test? ( dev-util/cppunit )"
53 -
54 -pkg_pretend() {
55 - if [[ ${MERGE_TYPE} != binary ]]; then
56 - if ! test-flag-CXX -std=c++14; then
57 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
58 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
59 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
60 - die "Currently active compiler does not support -std=c++14"
61 - fi
62 - fi
63 -}
64
65 diff --git a/dev-libs/libfilezilla/libfilezilla-0.7.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.7.0.ebuild
66 deleted file mode 100644
67 index d7530f4..00000000
68 --- a/dev-libs/libfilezilla/libfilezilla-0.7.0.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=6
76 -inherit flag-o-matic
77 -
78 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
79 -HOMEPAGE="https://lib.filezilla-project.org/"
80 -SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2"
81 -
82 -LICENSE="GPL-2+"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~arm ~x86"
85 -IUSE="test"
86 -
87 -RDEPEND=""
88 -DEPEND="${RDEPEND}
89 - test? ( dev-util/cppunit )"
90 -
91 -pkg_pretend() {
92 - if [[ ${MERGE_TYPE} != binary ]]; then
93 - if ! test-flag-CXX -std=c++14; then
94 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
95 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
96 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
97 - die "Currently active compiler does not support -std=c++14"
98 - fi
99 - fi
100 -}