Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcoyotl/files/, profiles/, dev-libs/libcoyotl/
Date: Sun, 12 Sep 2021 08:04:35
Message-Id: 1631433859.e19b0de142b2134d79aec1e074da819afc3bb88d.jsmolic@gentoo
1 commit: e19b0de142b2134d79aec1e074da819afc3bb88d
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:59:06 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 08:04:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19b0de1
7
8 dev-libs/libcoyotl: Remove last-rited pkg
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-libs/libcoyotl/Manifest | 1 -
13 dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch | 30 ---------------
14 dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch | 11 ------
15 dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild | 56 ----------------------------
16 dev-libs/libcoyotl/metadata.xml | 5 ---
17 profiles/package.mask | 1 -
18 6 files changed, 104 deletions(-)
19
20 diff --git a/dev-libs/libcoyotl/Manifest b/dev-libs/libcoyotl/Manifest
21 deleted file mode 100644
22 index a8724c8ba9d..00000000000
23 --- a/dev-libs/libcoyotl/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST libcoyotl-3.1.0.tar.gz 346384 BLAKE2B 7b3b63e5cd629bc5a53e95d6fb35f9f8d64df593eca95bafce71934560e38d37b89efa3fa8a0b12a50e570d761609cda4bbdfbd0a1577d062a8c4fa5e12a07a1 SHA512 18d0a71204dc57d44f73fe03fd88c2a040e83615557cf1f018c22ad7c9a11d793c7f71df8e10a156b9fd4fae910882ed6cec37f9e57efd3546ffc15fa82a51b5
27
28 diff --git a/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch b/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch
29 deleted file mode 100644
30 index e81476565e3..00000000000
31 --- a/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 ---- a/libcoyotl/command_line.cpp
35 -+++ b/libcoyotl/command_line.cpp
36 -@@ -30,10 +30,13 @@
37 - // http://www.coyotegulch.com
38 - //
39 - //-----------------------------------------------------------------------
40 -
41 - #include "command_line.h"
42 -+
43 -+#include <cstring>
44 -+
45 - using namespace libcoyotl;
46 -
47 - command_line::command_line(int argc, char * argv[], const set<string> & bool_opts)
48 - : m_options(),
49 - m_inputs(),
50 ---- a/libcoyotl/sortutil.h
51 -+++ b/libcoyotl/sortutil.h
52 -@@ -34,10 +34,11 @@
53 - //-----------------------------------------------------------------------
54 -
55 - #if !defined(LIBCOYOTL_SORTUTIL_H)
56 - #define LIBCOYOTL_SORTUTIL_H
57 -
58 -+#include <climits>
59 - #include <stdexcept>
60 -
61 - namespace libcoyotl
62 - {
63 -
64
65 diff --git a/dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch b/dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch
66 deleted file mode 100644
67 index 266a5631fec..00000000000
68 --- a/dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch
69 +++ /dev/null
70 @@ -1,11 +0,0 @@
71 ---- a/libcoyotl/maze_renderer.cpp
72 -+++ b/libcoyotl/maze_renderer.cpp
73 -@@ -36,6 +36,8 @@
74 - #include "maze_renderer.h"
75 - using namespace libcoyotl;
76 -
77 -+#include <string.h>
78 -+
79 - #include <stdexcept>
80 - using namespace std;
81 -
82
83 diff --git a/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild b/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild
84 deleted file mode 100644
85 index 0e59b18b775..00000000000
86 --- a/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild
87 +++ /dev/null
88 @@ -1,56 +0,0 @@
89 -# Copyright 1999-2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -inherit autotools
95 -
96 -DESCRIPTION="A collection of portable C++ classes"
97 -HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/"
98 -SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz"
99 -
100 -LICENSE="GPL-2"
101 -SLOT="0"
102 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
103 -IUSE="doc"
104 -
105 -RDEPEND="media-libs/libpng:0="
106 -DEPEND="${RDEPEND}"
107 -BDEPEND="doc? ( app-doc/doxygen )"
108 -
109 -DOCS=( AUTHORS ChangeLog NEWS README )
110 -
111 -PATCHES=(
112 - "${FILESDIR}"/${PV}-gcc-4.3.patch
113 - "${FILESDIR}"/${PV}-gcc-4.7.patch
114 -)
115 -
116 -src_prepare() {
117 - default
118 -
119 - eautoreconf
120 -}
121 -
122 -src_configure() {
123 - ac_cv_prog_HAVE_DOXYGEN="false" econf --disable-static
124 -}
125 -
126 -src_compile() {
127 - emake
128 -
129 - if use doc ; then
130 - cd docs || die
131 - doxygen libcoyotl.doxygen || die "generating docs failed"
132 - fi
133 -}
134 -
135 -src_install() {
136 - default
137 -
138 - find "${ED}" -name '*.la' -delete || die
139 -
140 - if use doc ; then
141 - docinto html
142 - dodoc docs/html/*
143 - fi
144 -}
145
146 diff --git a/dev-libs/libcoyotl/metadata.xml b/dev-libs/libcoyotl/metadata.xml
147 deleted file mode 100644
148 index 85e4ed814fa..00000000000
149 --- a/dev-libs/libcoyotl/metadata.xml
150 +++ /dev/null
151 @@ -1,5 +0,0 @@
152 -<?xml version="1.0" encoding="UTF-8"?>
153 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
154 -<pkgmetadata>
155 -<!-- maintainer-needed -->
156 -</pkgmetadata>
157
158 diff --git a/profiles/package.mask b/profiles/package.mask
159 index 98327092e97..13055109032 100644
160 --- a/profiles/package.mask
161 +++ b/profiles/package.mask
162 @@ -210,7 +210,6 @@ dev-perl/Perlbal-XS-HTTPHeaders
163 # HOMEPAGE leads to some scammy site.
164 # Bug #318143, #626666, #626668, Removal in ~30 days.
165 dev-libs/libbrahe
166 -dev-libs/libcoyotl
167
168 # David Seifert <soap@g.o> (2021-08-04)
169 # Last release over 4 years ago, upstream pretty much dead, the