Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
Date: Thu, 04 Jun 2020 08:40:44
Message-Id: 1591260027.9bbf8514e6593249ceee96a5598c4dcbbeb03058.asturm@gentoo
1 commit: 9bbf8514e6593249ceee96a5598c4dcbbeb03058
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 08:24:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 08:40:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbf8514
7
8 sys-devel/qconf: Drop 2.3 and 2.4
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-devel/qconf/Manifest | 2 --
14 sys-devel/qconf/qconf-2.3.ebuild | 41 ----------------------------------------
15 sys-devel/qconf/qconf-2.4.ebuild | 39 --------------------------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
19 index 955440b5582..87fc52a3821 100644
20 --- a/sys-devel/qconf/Manifest
21 +++ b/sys-devel/qconf/Manifest
22 @@ -1,3 +1 @@
23 -DIST qconf-2.3.tar.xz 51848 BLAKE2B 836f22e50cd4c9bb2beefd85d0e5f85f7aee40078dd4a696492c344ae9dffeae20840025a3262b5abcc2c74b22ed9e0bd4b44d077b83ab1e904c0a93bde394ff SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253
24 -DIST qconf-2.4.tar.xz 51880 BLAKE2B c87a2a6dbca56fa52bccd0cdbbdba64013adcbf03c6cca6744d3e1c3166f74a09e945022854b1143e0c08a70a6124c0b890be8d7f9d4a91be7c6c0e2c89bf800 SHA512 982ace9e1d30f6c92078d661e103418fc7e3352a56eb78dae64a004e563f5e7bbf8f71972ca482e2f5229a6f88bb51372e543833f99c4b596d0ae4be5f443317
25 DIST qconf-2.5.tar.gz 100704 BLAKE2B 01dcca053e020cfc76e8595927dd3cedb6c82ade24381c95935c87994037ca5129f5e9e0ec58dd0e0fc6815b1500249b767367fbf7a16549459f814bb1591368 SHA512 4ce032eb5b9ba2d584807b3283b0dd5cf973c2fdd6792dfec13c54bb7c639d23eeaab03eb52f1a395113d973d2b01d87bf713d717e691641203865b934c7da5e
26
27 diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
28 deleted file mode 100644
29 index 4292f0c9508..00000000000
30 --- a/sys-devel/qconf/qconf-2.3.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit qmake-utils
39 -
40 -DESCRIPTION="./configure like generator for qmake-based projects"
41 -HOMEPAGE="https://github.com/psi-plus/qconf"
42 -SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
47 -IUSE=""
48 -
49 -# There is no one to one match to autotools-based configure
50 -QA_CONFIGURE_OPTIONS=".*"
51 -
52 -RDEPEND="
53 - dev-qt/qtcore:5
54 - dev-qt/qtxml:5
55 -"
56 -DEPEND="${RDEPEND}"
57 -
58 -src_configure() {
59 - econf \
60 - --qtdir="$(qt5_get_libdir)/qt5" \
61 - --extraconf=QMAKE_STRIP= \
62 - --verbose
63 -
64 - # just to set all the Gentoo toolchain flags
65 - eqmake5
66 -}
67 -
68 -src_install() {
69 - emake INSTALL_ROOT="${D}" install
70 - einstalldocs
71 - insinto /usr/share/doc/${PF}
72 - doins -r examples
73 -}
74
75 diff --git a/sys-devel/qconf/qconf-2.4.ebuild b/sys-devel/qconf/qconf-2.4.ebuild
76 deleted file mode 100644
77 index ba6e9b593c2..00000000000
78 --- a/sys-devel/qconf/qconf-2.4.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2018 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -
86 -inherit qmake-utils
87 -
88 -DESCRIPTION="./configure like generator for qmake-based projects"
89 -HOMEPAGE="https://github.com/psi-plus/qconf"
90 -SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
95 -IUSE=""
96 -
97 -RDEPEND="
98 - dev-qt/qtcore:5
99 - dev-qt/qtxml:5
100 -"
101 -DEPEND="${RDEPEND}"
102 -
103 -src_configure() {
104 - # not autotools configure. generates warnings for some autotools params.
105 - ./configure \
106 - --prefix="${EPREFIX}"/usr \
107 - --qtdir="$(qt5_get_libdir)/qt5" \
108 - --extraconf=QMAKE_STRIP= \
109 - --verbose || die "configure failed"
110 -
111 - # just to set all the Gentoo toolchain flags
112 - eqmake5
113 -}
114 -
115 -src_install() {
116 - emake INSTALL_ROOT="${D}" install
117 - einstalldocs
118 - dodoc -r examples
119 -}