Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ansifilter/
Date: Fri, 22 Feb 2019 06:58:59
Message-Id: 1550818725.3abf05c79adaf3cb1ffb1dfeb7cb2b43f60a1e86.kensington@gentoo
1 commit: 3abf05c79adaf3cb1ffb1dfeb7cb2b43f60a1e86
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 06:58:22 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 06:58:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abf05c7
7
8 app-text/ansifilter: remove 2.10 and 2.12
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
12
13 app-text/ansifilter/Manifest | 2 --
14 app-text/ansifilter/ansifilter-2.10.ebuild | 57 ------------------------------
15 app-text/ansifilter/ansifilter-2.12.ebuild | 57 ------------------------------
16 3 files changed, 116 deletions(-)
17
18 diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest
19 index 607550687a2..1e7b317ef69 100644
20 --- a/app-text/ansifilter/Manifest
21 +++ b/app-text/ansifilter/Manifest
22 @@ -1,3 +1 @@
23 -DIST ansifilter-2.10.tar.bz2 436180 BLAKE2B b00a76867c17c63fa457c6e3ff6a57cfaedb6218df240d8afb52ec4acb46745f02b785fdbde294deb606a77564b9e6deb52e652cc4fdff32ebbb4c3a2ffcc846 SHA512 b2b2f7ec9d3343701cb1de19a1a3cb678ca9a908cc72e26e0eaf1e4cdf61cf7237edb4221bcde3159299aee3c05a84c46cf5706ad4f74b96ccec41b161ad44ec
24 -DIST ansifilter-2.12.tar.bz2 438051 BLAKE2B 112993b6f93d5fce6fc72c5e2d51dd99ba550902212098b3e75a6b4d910ccb9f49e9705a9f93d8d14f1423ae8a36e2ec0c442894241733a58a3b2a6c742e5691 SHA512 fd4e50f654c5e975f96bed8af1705c21d47d9e7f87f22411b2c7403362d4ee09c1be6fb5b31647daf6bea509d66f44e379ef7476a116470217d9c176302f7ffe
25 DIST ansifilter-2.13.tar.bz2 439681 BLAKE2B 4f23bfd05647046f9cb739f9ce0820b5b3ccad397a80558ecd5ca584c695dc4f942c1db3edd2f1b2d5a78b2c1e1b043677b1be3486ff7237090c27072e15f0fb SHA512 0d74607d2155f1cd0f66cf6470d1d83889d27c62475e366518a78b310c9681307e2fe662fea67078f95e6b9ce28e6f15656ab1ffc9e9e825d680808c673b7bfe
26
27 diff --git a/app-text/ansifilter/ansifilter-2.10.ebuild b/app-text/ansifilter/ansifilter-2.10.ebuild
28 deleted file mode 100644
29 index 7cbeb18c1f4..00000000000
30 --- a/app-text/ansifilter/ansifilter-2.10.ebuild
31 +++ /dev/null
32 @@ -1,57 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit toolchain-funcs qmake-utils
39 -
40 -DESCRIPTION="Handles text files containing ANSI terminal escape codes"
41 -HOMEPAGE="http://www.andre-simon.de/"
42 -SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~ppc64 x86"
47 -IUSE="qt5"
48 -
49 -RDEPEND="
50 - qt5? (
51 - dev-qt/qtcore:5
52 - dev-qt/qtgui:5
53 - dev-qt/qtwidgets:5
54 - )"
55 -DEPEND="${RDEPEND}"
56 -
57 -src_prepare() {
58 - default
59 -
60 - # bug 431452
61 - rm src/qt-gui/moc_mydialog.cpp || die
62 -}
63 -
64 -src_configure() {
65 - if use qt5 ; then
66 - pushd src/qt-gui > /dev/null || die
67 - eqmake5
68 - popd > /dev/null || die
69 - fi
70 -}
71 -
72 -src_compile() {
73 - emake -f makefile CC="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -DNDEBUG -std=c++11"
74 -
75 - if use qt5 ; then
76 - pushd src/qt-gui > /dev/null || die
77 - emake
78 - popd > /dev/null || die
79 - fi
80 -}
81 -
82 -src_install() {
83 - dobin src/${PN}
84 - use qt5 && dobin src/qt-gui/${PN}-gui
85 -
86 - gunzip man/${PN}.1.gz
87 - doman man/${PN}.1
88 - einstalldocs
89 -}
90
91 diff --git a/app-text/ansifilter/ansifilter-2.12.ebuild b/app-text/ansifilter/ansifilter-2.12.ebuild
92 deleted file mode 100644
93 index a6d2e931667..00000000000
94 --- a/app-text/ansifilter/ansifilter-2.12.ebuild
95 +++ /dev/null
96 @@ -1,57 +0,0 @@
97 -# Copyright 1999-2018 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=7
101 -
102 -inherit toolchain-funcs qmake-utils
103 -
104 -DESCRIPTION="Handles text files containing ANSI terminal escape codes"
105 -HOMEPAGE="http://www.andre-simon.de/"
106 -SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
107 -
108 -LICENSE="GPL-3+"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~ppc64 ~x86"
111 -IUSE="qt5"
112 -
113 -RDEPEND="
114 - qt5? (
115 - dev-qt/qtcore:5
116 - dev-qt/qtgui:5
117 - dev-qt/qtwidgets:5
118 - )"
119 -DEPEND="${RDEPEND}"
120 -
121 -src_prepare() {
122 - default
123 -
124 - # bug 431452
125 - rm src/qt-gui/moc_mydialog.cpp || die
126 -}
127 -
128 -src_configure() {
129 - if use qt5 ; then
130 - pushd src/qt-gui > /dev/null || die
131 - eqmake5
132 - popd > /dev/null || die
133 - fi
134 -}
135 -
136 -src_compile() {
137 - emake -f makefile CC="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -DNDEBUG -std=c++11"
138 -
139 - if use qt5 ; then
140 - pushd src/qt-gui > /dev/null || die
141 - emake
142 - popd > /dev/null || die
143 - fi
144 -}
145 -
146 -src_install() {
147 - dobin src/${PN}
148 - use qt5 && dobin src/qt-gui/${PN}-gui
149 -
150 - gunzip man/${PN}.1.gz
151 - doman man/${PN}.1
152 - einstalldocs
153 -}