Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libzpaq/, app-arch/libzpaq/files/
Date: Thu, 07 Jul 2016 20:55:09
Message-Id: 1467924887.9062759d03792fca822569e25e73f7bfb0a6473e.mgorny@gentoo
1 commit: 9062759d03792fca822569e25e73f7bfb0a6473e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 20:44:21 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 20:54:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9062759d
7
8 app-arch/libzpaq: Prune after being merged to app-arch/zpaq
9
10 app-arch/libzpaq/Manifest | 3 --
11 .../libzpaq/files/0001-Add-autotools-files.patch | 50 ----------------------
12 app-arch/libzpaq/libzpaq-6.53.ebuild | 40 -----------------
13 app-arch/libzpaq/libzpaq-7.04.ebuild | 40 -----------------
14 app-arch/libzpaq/libzpaq-7.13.ebuild | 38 ----------------
15 app-arch/libzpaq/metadata.xml | 12 ------
16 6 files changed, 183 deletions(-)
17
18 diff --git a/app-arch/libzpaq/Manifest b/app-arch/libzpaq/Manifest
19 deleted file mode 100644
20 index 5e27e4d..0000000
21 --- a/app-arch/libzpaq/Manifest
22 +++ /dev/null
23 @@ -1,3 +0,0 @@
24 -DIST zpaq653.zip 536808 SHA256 295e4e491958c222bf51a30d36eb2d013a6f427422b91ee9d5be7f1c332590b3 SHA512 7999f0e35e8b0f46b586e5a0f5346b3501f21ab39fa25d57b9bdf5b87eee16d9e846f6b60fc7c447195bbdd0345ec4e220606d8c100167611231afe36f5558ed WHIRLPOOL 9d66fc51d2d48df1853c68686a65bc492756e11378c8e9075d6c976f11e69941fe52405ce66a57497fcde0524879ce04ef0430df3ff84da28e7d2f9d2cc70034
25 -DIST zpaq704.zip 630426 SHA256 21b595f8452b32c780f6ff29e0fc716cdf3595338774e1f72d4d4b5df212da39 SHA512 2655febd6e1352858c4daa7abe743c77e2b4b554b6c5961e1dde2c4011b1b4dd647decf60b7a86585eb5a1606253789afb85551923c6f542cf31dfecd984eaaa WHIRLPOOL 8a4ff4dd0c9e53d2f4a85c600537d83d7876f24ba4d4371d5a647d873c5ecc92ed80626f7abc3127f62346a1ffa69bc88172366a4fe4e0ea4236086c55a5ee72
26 -DIST zpaq713.zip 829863 SHA256 9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919 SHA512 93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f WHIRLPOOL 494c3b9a6e6e0f50cecaf2630bcb4c9edd2433c128c13a1fc7a31d1695cbfbfadeda68f7fa2bd0023a0854d8548221ee52a1c218755b4a5a10b695db6b5a142d
27
28 diff --git a/app-arch/libzpaq/files/0001-Add-autotools-files.patch b/app-arch/libzpaq/files/0001-Add-autotools-files.patch
29 deleted file mode 100644
30 index 15b6228..0000000
31 --- a/app-arch/libzpaq/files/0001-Add-autotools-files.patch
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -From 0f4930dd8bdc1bb67c197fd3cdc3d8d832323209 Mon Sep 17 00:00:00 2001
35 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@g.o>
36 -Date: Thu, 6 Jan 2011 17:30:56 +0100
37 -Subject: [PATCH] Add autotools files.
38 -
39 -Now with libtool support!
40 ----
41 - Makefile.am | 5 +++++
42 - configure.ac | 17 +++++++++++++++++
43 - 2 files changed, 22 insertions(+)
44 - create mode 100644 Makefile.am
45 - create mode 100644 configure.ac
46 -
47 -diff --git a/Makefile.am b/Makefile.am
48 -new file mode 100644
49 -index 0000000..c60308f
50 ---- /dev/null
51 -+++ b/Makefile.am
52 -@@ -0,0 +1,5 @@
53 -+lib_LTLIBRARIES = libzpaq.la
54 -+include_HEADERS = libzpaq.h
55 -+
56 -+libzpaq_la_SOURCES = libzpaq.cpp libzpaq.h
57 -+libzpaq_la_LDFLAGS = -version-info @ABI_VERSION@
58 -diff --git a/configure.ac b/configure.ac
59 -new file mode 100644
60 -index 0000000..4118d18
61 ---- /dev/null
62 -+++ b/configure.ac
63 -@@ -0,0 +1,17 @@
64 -+AC_PREREQ([2.60])
65 -+AC_INIT([libzpaq], [na])
66 -+AC_CONFIG_AUX_DIR([build-aux])
67 -+AM_INIT_AUTOMAKE([1.6 foreign no-dependencies])
68 -+
69 -+LT_INIT([disable-static])
70 -+AC_PROG_CXX
71 -+
72 -+AC_ARG_WITH([library-version],
73 -+ [AS_HELP_STRING([--with-library-version=<VERSION>],
74 -+ [Set library libtool version])],, [
75 -+ AC_MSG_ERROR([--with-library-version not set])
76 -+])
77 -+AC_SUBST([ABI_VERSION], [$with_library_version])
78 -+
79 -+AC_CONFIG_FILES([Makefile])
80 -+AC_OUTPUT
81 ---
82 -1.9.0
83 -
84
85 diff --git a/app-arch/libzpaq/libzpaq-6.53.ebuild b/app-arch/libzpaq/libzpaq-6.53.ebuild
86 deleted file mode 100644
87 index 450d6cc..0000000
88 --- a/app-arch/libzpaq/libzpaq-6.53.ebuild
89 +++ /dev/null
90 @@ -1,40 +0,0 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=5
96 -
97 -AUTOTOOLS_AUTORECONF=1
98 -inherit autotools-utils flag-o-matic eutils
99 -
100 -MY_P=zpaq${PV/./}
101 -DESCRIPTION="Library to compress files in the ZPAQ format"
102 -HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
103 -SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
104 -
105 -LICENSE="zpaq"
106 -SLOT="0/4"
107 -KEYWORDS="~amd64 ~x86"
108 -IUSE="debug +jit static-libs"
109 -
110 -DEPEND="app-arch/unzip"
111 -RDEPEND=""
112 -
113 -S=${WORKDIR}
114 -
115 -src_prepare() {
116 - EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
117 - autotools-utils_src_prepare
118 -}
119 -
120 -src_configure() {
121 - local myeconfargs=(
122 - --with-library-version=5:1:1
123 - )
124 -
125 - use debug || append-cppflags -DNDEBUG
126 - use jit || append-cppflags -DNOJIT
127 - append-cppflags -Dunix
128 -
129 - autotools-utils_src_configure
130 -}
131
132 diff --git a/app-arch/libzpaq/libzpaq-7.04.ebuild b/app-arch/libzpaq/libzpaq-7.04.ebuild
133 deleted file mode 100644
134 index 0685f5a..0000000
135 --- a/app-arch/libzpaq/libzpaq-7.04.ebuild
136 +++ /dev/null
137 @@ -1,40 +0,0 @@
138 -# Copyright 1999-2015 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -# $Id$
141 -
142 -EAPI=5
143 -
144 -AUTOTOOLS_AUTORECONF=1
145 -inherit autotools-utils flag-o-matic eutils
146 -
147 -MY_P=zpaq${PV/./}
148 -DESCRIPTION="Library to compress files in the ZPAQ format"
149 -HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
150 -SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
151 -
152 -LICENSE="zpaq"
153 -SLOT="0/5"
154 -KEYWORDS="~amd64 ~x86"
155 -IUSE="debug +jit static-libs"
156 -
157 -DEPEND="app-arch/unzip"
158 -RDEPEND=""
159 -
160 -S=${WORKDIR}
161 -
162 -src_prepare() {
163 - EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
164 - autotools-utils_src_prepare
165 -}
166 -
167 -src_configure() {
168 - local myeconfargs=(
169 - --with-library-version=6:0:0
170 - )
171 -
172 - use debug || append-cppflags -DNDEBUG
173 - use jit || append-cppflags -DNOJIT
174 - append-cppflags -Dunix
175 -
176 - autotools-utils_src_configure
177 -}
178
179 diff --git a/app-arch/libzpaq/libzpaq-7.13.ebuild b/app-arch/libzpaq/libzpaq-7.13.ebuild
180 deleted file mode 100644
181 index 270a8d1..0000000
182 --- a/app-arch/libzpaq/libzpaq-7.13.ebuild
183 +++ /dev/null
184 @@ -1,38 +0,0 @@
185 -# Copyright 1999-2016 Gentoo Foundation
186 -# Distributed under the terms of the GNU General Public License v2
187 -# $Id$
188 -
189 -EAPI=6
190 -
191 -inherit flag-o-matic toolchain-funcs
192 -
193 -MY_P=zpaq${PV/./}
194 -DESCRIPTION="Library to compress files in the ZPAQ format"
195 -HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
196 -SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
197 -
198 -LICENSE="zpaq"
199 -SLOT="0"
200 -KEYWORDS="~amd64 ~x86"
201 -IUSE="debug +jit"
202 -
203 -DEPEND="app-arch/unzip"
204 -RDEPEND=""
205 -
206 -S=${WORKDIR}
207 -
208 -src_compile() {
209 - use debug || append-cppflags -DNDEBUG
210 - use jit || append-cppflags -DNOJIT
211 - emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" libzpaq.so
212 -}
213 -
214 -src_test() {
215 - :
216 -}
217 -
218 -src_install() {
219 - # there's a common 'install' target for lib and cli
220 - dolib libzpaq.so*
221 - doheader libzpaq.h
222 -}
223
224 diff --git a/app-arch/libzpaq/metadata.xml b/app-arch/libzpaq/metadata.xml
225 deleted file mode 100644
226 index c560fb5..0000000
227 --- a/app-arch/libzpaq/metadata.xml
228 +++ /dev/null
229 @@ -1,12 +0,0 @@
230 -<?xml version="1.0" encoding="UTF-8"?>
231 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
232 -<pkgmetadata>
233 - <maintainer type="person">
234 - <email>mgorny@g.o</email>
235 - <name>Michał Górny</name>
236 - </maintainer>
237 - <use>
238 - <flag name="jit">Enable just-in-time compilation for faster
239 - compression (requires SSE2)</flag>
240 - </use>
241 -</pkgmetadata>