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, 06 Mar 2019 20:44:26
Message-Id: 1551905051.fc0eef95a70660332098e0b1316aadd609e57ec5.polynomial-c@gentoo
1 commit: fc0eef95a70660332098e0b1316aadd609e57ec5
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 6 20:44:11 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 6 20:44:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0eef95
7
8 dev-libs/libfilezilla: Removed old.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libfilezilla/Manifest | 3 ---
14 dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild | 29 ------------------------
15 dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild | 29 ------------------------
16 dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild | 29 ------------------------
17 4 files changed, 90 deletions(-)
18
19 diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
20 index ceacca25756..d9233c340a0 100644
21 --- a/dev-libs/libfilezilla/Manifest
22 +++ b/dev-libs/libfilezilla/Manifest
23 @@ -1,4 +1 @@
24 -DIST libfilezilla-0.12.3.tar.bz2 398275 BLAKE2B 0ba30e64b6aeae0bed58913248992b7152b389fc560291174388196a02a583dcbc485c9fb9680e0541e788c2d6691a6050f465e8719c2c3e7974eb5fd293bf8a SHA512 a08343a418b4147b42d38afd04c66a26c405770109818b48a291c127a5fde6c98515b716990fb056b319c3be859f44060d4ee83e96ec5c4bfa40c755ddc01bba
25 -DIST libfilezilla-0.14.0.tar.bz2 399398 BLAKE2B 25c1397769adaf532823f85abcc8bec0a885f5c92af49219a1aa9379c12692bdcc94d223ac2ddeefbb221f0ce0d709b058b7018f3c358a40cc046e7c45c4ee82 SHA512 f20932e14ab81df9562e030ce10009b9ab55b6798f7bfff7249e9f472fc8cae4278eb142a655dffb63fec53894783874973eb33444bfdacdb06fa682c2dd66a6
26 -DIST libfilezilla-0.15.0.tar.bz2 404535 BLAKE2B 9390025ef14553ce6ce9494ba84c888efbf78799b681eb6d6f6ae3f3a626026587eca1898aef907adbbbe970ef6f1cd30aef66a94fc287331e6e29f66761ff3e SHA512 64b0e2a8dd4dd06a1c2daf52f3036fcaed60b95240672f28032ec390361ddb1a59cd26a91b7b7c525cfc8262381db09a081a29c723f487cc5b41454ce4e9d47e
27 DIST libfilezilla-0.15.1.tar.bz2 404746 BLAKE2B 644f4b8949670d5b07f9e7b861d388ce70eae6612e34bf938cb628b65724a527e33c1f039087fd8381c06a15c12cc2b4fc6f616cc5949bf325e2eebf41abdf2d SHA512 d557f7636bfc3958b8558fab3384b0ea84caea594566d39c051f20f02dfd71213369c50df282a3f7d2dd757038bd26e9722214839dab965cb7cde9733d59883a
28
29 diff --git a/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild b/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild
30 deleted file mode 100644
31 index b9c70e99b79..00000000000
32 --- a/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild
33 +++ /dev/null
34 @@ -1,29 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
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="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm ~ia64 ~ppc 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.14.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild
66 deleted file mode 100644
67 index 5088d4edb82..00000000000
68 --- a/dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild
69 +++ /dev/null
70 @@ -1,29 +0,0 @@
71 -# Copyright 1999-2018 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -inherit flag-o-matic
76 -
77 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
78 -HOMEPAGE="https://lib.filezilla-project.org/"
79 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
80 -
81 -LICENSE="GPL-2+"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
84 -IUSE="test"
85 -
86 -RDEPEND=""
87 -DEPEND="${RDEPEND}
88 - test? ( dev-util/cppunit )"
89 -
90 -pkg_pretend() {
91 - if [[ ${MERGE_TYPE} != binary ]]; then
92 - if ! test-flag-CXX -std=c++14; then
93 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
94 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
95 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
96 - die "Currently active compiler does not support -std=c++14"
97 - fi
98 - fi
99 -}
100
101 diff --git a/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild
102 deleted file mode 100644
103 index 5088d4edb82..00000000000
104 --- a/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild
105 +++ /dev/null
106 @@ -1,29 +0,0 @@
107 -# Copyright 1999-2018 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=7
111 -inherit flag-o-matic
112 -
113 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
114 -HOMEPAGE="https://lib.filezilla-project.org/"
115 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
116 -
117 -LICENSE="GPL-2+"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
120 -IUSE="test"
121 -
122 -RDEPEND=""
123 -DEPEND="${RDEPEND}
124 - test? ( dev-util/cppunit )"
125 -
126 -pkg_pretend() {
127 - if [[ ${MERGE_TYPE} != binary ]]; then
128 - if ! test-flag-CXX -std=c++14; then
129 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
130 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
131 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
132 - die "Currently active compiler does not support -std=c++14"
133 - fi
134 - fi
135 -}