Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mydumper/
Date: Fri, 07 Jan 2022 05:15:18
Message-Id: 1641532324.18eea537caf43ea73264d216a612e48752f2aa03.sam@gentoo
1 commit: 18eea537caf43ea73264d216a612e48752f2aa03
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 17 22:07:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 05:12:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18eea537
7
8 dev-db/mydumper: drop old
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/23391
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-db/mydumper/Manifest | 3 --
15 dev-db/mydumper/mydumper-0.10.3.ebuild | 45 -----------------------------
16 dev-db/mydumper/mydumper-0.10.5.ebuild | 45 -----------------------------
17 dev-db/mydumper/mydumper-0.10.7.2.ebuild | 49 --------------------------------
18 4 files changed, 142 deletions(-)
19
20 diff --git a/dev-db/mydumper/Manifest b/dev-db/mydumper/Manifest
21 index 1befb0082635..39c88ee052a3 100644
22 --- a/dev-db/mydumper/Manifest
23 +++ b/dev-db/mydumper/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST mydumper-0.10.3.tar.gz 64622 BLAKE2B 14020b6bbb72271659dec965de164274e2bf81c72b52fa7c1d6997f393d1c0cc977d06d689bb7d7c6e3da86926add2c61f1551afdd30be71ddc97c4803d4e455 SHA512 d7cf6897815de3d46ec15cbcacc393722f7d547300a45e70960e47b8ce30e06a5e652f52a0ff8999d2ac3662b4a48927aadbab464668ac23f446eee95ba574cf
26 -DIST mydumper-0.10.5.tar.gz 66399 BLAKE2B 77bba97580bcdb267d77be455f56831209a29b71389337c844e4e0cb37749dc22d000d3845e936f5d589951a21ad61bf19cd3b9084004a62aa1b33f16f81b5a0 SHA512 61127c4b9ae5a01111d431672ec3818a6c3db74704ac5db12d286e380273968b8b9e56298ac73eb6c1c32649875fd2ee01d099a73c99cb9c8d4604eaf0eedb09
27 -DIST mydumper-0.10.7-2.tar.gz 71660 BLAKE2B 44410294505beb9752bbd78b9235e2e75606b3423cf4966110732896c1f1934e94dc95554b7f17240e76fafbd0074415159ab89dca4e3f506c9da7bed2eba28d SHA512 6af4cc80a6faee410ed91367147e7cd32eec8a90d798d5cc10bc24090c945192f9d2e151bf8c24d8d593996d72eb93329557580419591bba980eba5efdeefcff
28 DIST mydumper-0.11.1-3.tar.gz 77589 BLAKE2B 5b5a6965ee07fb265e2f3dad288195035554c02da49337ed008b01b6a5f5d399769e67c00f57f4531ed1a1b14233829f617f4bbfb45abb904f1f3054a41b0b01 SHA512 70f5e4dac5af4e016bfc85d8befa2eebbe9e5c1a6b2ee1ccbd491bed29e2625202aee7961ead41d0cf432b23e8ce06dfa4474587663b35fbbdd5bffabc32ae2e
29 DIST mydumper-0.11.3-5.tar.gz 105032 BLAKE2B 722938bf88fdea17804542c28f0613f4e792fece7fcc03b1c27bc9bf52ab4ffb235472a07a13761339ce4db0b6b3b320daaf8924990878752227c5d891a5eb15 SHA512 8eb99c3a949f6547badfe6a291fa63819f4fb3844e7dcf797a9d741e7df7912c6f0006a3ca694c4ad5b5d7efe2bde86c7fdd3c98a3c4a987cc99d8dfcb331f7c
30
31 diff --git a/dev-db/mydumper/mydumper-0.10.3.ebuild b/dev-db/mydumper/mydumper-0.10.3.ebuild
32 deleted file mode 100644
33 index b04b6fc975e0..000000000000
34 --- a/dev-db/mydumper/mydumper-0.10.3.ebuild
35 +++ /dev/null
36 @@ -1,45 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -inherit cmake
43 -
44 -DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL"
45 -HOMEPAGE="https://github.com/maxbube/mydumper"
46 -SRC_URI="https://github.com/maxbube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~x86"
51 -IUSE="doc"
52 -
53 -RDEPEND="app-arch/zstd
54 - dev-db/mysql-connector-c:=
55 - dev-libs/glib:=
56 - dev-libs/libpcre:=
57 - dev-libs/openssl:0=
58 - sys-libs/zlib:="
59 -DEPEND="${RDEPEND}"
60 -BDEPEND="virtual/pkgconfig
61 - doc? ( dev-python/sphinx )"
62 -
63 -PATCHES=(
64 - "${FILESDIR}/${PN}-atomic.patch" #654314
65 -)
66 -
67 -src_prepare() {
68 - # respect user cflags; do not expand ${CMAKE_C_FLAGS} (!)
69 - sed -i -e 's|-Werror -O3 -g|${CMAKE_C_FLAGS}|' CMakeLists.txt || die
70 -
71 - # fix doc install path
72 - sed -i -e "s|share/doc/mydumper|share/doc/${PF}|" docs/CMakeLists.txt || die
73 -
74 - cmake_src_prepare
75 -}
76 -
77 -src_configure() {
78 - local mycmakeargs=("-DBUILD_DOCS=$(usex doc)")
79 -
80 - cmake_src_configure
81 -}
82
83 diff --git a/dev-db/mydumper/mydumper-0.10.5.ebuild b/dev-db/mydumper/mydumper-0.10.5.ebuild
84 deleted file mode 100644
85 index a9e9ab55b395..000000000000
86 --- a/dev-db/mydumper/mydumper-0.10.5.ebuild
87 +++ /dev/null
88 @@ -1,45 +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 cmake
95 -
96 -DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL"
97 -HOMEPAGE="https://github.com/maxbube/mydumper"
98 -SRC_URI="https://github.com/maxbube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="GPL-3"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE="doc"
104 -
105 -RDEPEND="app-arch/zstd
106 - dev-db/mysql-connector-c:=
107 - dev-libs/glib:=
108 - dev-libs/libpcre:=
109 - dev-libs/openssl:0=
110 - sys-libs/zlib:="
111 -DEPEND="${RDEPEND}"
112 -BDEPEND="virtual/pkgconfig
113 - doc? ( dev-python/sphinx )"
114 -
115 -PATCHES=(
116 - "${FILESDIR}/${P}-atomic.patch" #654314
117 -)
118 -
119 -src_prepare() {
120 - # respect user cflags; do not expand ${CMAKE_C_FLAGS} (!)
121 - sed -i -e 's|-Werror -O3 -g|${CMAKE_C_FLAGS}|' CMakeLists.txt || die
122 -
123 - # fix doc install path
124 - sed -i -e "s|share/doc/mydumper|share/doc/${PF}|" docs/CMakeLists.txt || die
125 -
126 - cmake_src_prepare
127 -}
128 -
129 -src_configure() {
130 - local mycmakeargs=("-DBUILD_DOCS=$(usex doc)")
131 -
132 - cmake_src_configure
133 -}
134
135 diff --git a/dev-db/mydumper/mydumper-0.10.7.2.ebuild b/dev-db/mydumper/mydumper-0.10.7.2.ebuild
136 deleted file mode 100644
137 index 34570e699ea1..000000000000
138 --- a/dev-db/mydumper/mydumper-0.10.7.2.ebuild
139 +++ /dev/null
140 @@ -1,49 +0,0 @@
141 -# Copyright 1999-2021 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -
146 -inherit cmake
147 -
148 -MY_PV="$(ver_rs 3 -)"
149 -MY_P="${PN}-${MY_PV}"
150 -
151 -DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL"
152 -HOMEPAGE="https://github.com/maxbube/mydumper"
153 -SRC_URI="https://github.com/maxbube/mydumper/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
154 -S="${WORKDIR}/${MY_P}"
155 -
156 -LICENSE="GPL-3+"
157 -SLOT="0"
158 -KEYWORDS="amd64 ~x86"
159 -IUSE="doc"
160 -
161 -RDEPEND="app-arch/zstd:=
162 - dev-db/mysql-connector-c:=
163 - dev-libs/glib:2
164 - dev-libs/libpcre
165 - dev-libs/openssl:=
166 - sys-libs/zlib:="
167 -DEPEND="${RDEPEND}"
168 -BDEPEND="virtual/pkgconfig
169 - doc? ( dev-python/sphinx )"
170 -
171 -PATCHES=(
172 - "${FILESDIR}/${PN}-0.10.5-atomic.patch" #654314
173 -)
174 -
175 -src_prepare() {
176 - # respect user cflags; do not expand ${CMAKE_C_FLAGS} (!)
177 - sed -i -e 's|-Werror -O3 -g|${CMAKE_C_FLAGS}|' CMakeLists.txt || die
178 -
179 - # fix doc install path
180 - sed -i -e "s|share/doc/mydumper|share/doc/${PF}|" docs/CMakeLists.txt || die
181 -
182 - cmake_src_prepare
183 -}
184 -
185 -src_configure() {
186 - local mycmakeargs=(-DBUILD_DOCS=$(usex doc))
187 -
188 - cmake_src_configure
189 -}