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/lzlib/
Date: Fri, 30 Jun 2017 11:19:23
Message-Id: 1498821552.89311a4d0309bb7dab5dd2cbeb98c3645b7d0487.mgorny@gentoo
1 commit: 89311a4d0309bb7dab5dd2cbeb98c3645b7d0487
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 10:59:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 11:19:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89311a4d
7
8 app-arch/lzlib: Drop old
9
10 app-arch/lzlib/Manifest | 3 ---
11 app-arch/lzlib/lzlib-1.6.ebuild | 37 -------------------------------------
12 app-arch/lzlib/lzlib-1.7.ebuild | 37 -------------------------------------
13 app-arch/lzlib/lzlib-1.8.ebuild | 36 ------------------------------------
14 4 files changed, 113 deletions(-)
15
16 diff --git a/app-arch/lzlib/Manifest b/app-arch/lzlib/Manifest
17 index 5e2da51438b..b491460f64a 100644
18 --- a/app-arch/lzlib/Manifest
19 +++ b/app-arch/lzlib/Manifest
20 @@ -1,4 +1 @@
21 -DIST lzlib-1.6.tar.gz 91734 SHA256 c187ef5ffa9ffb01abaec667dda4d8c8b378291c68ad094c63bd75ee049e4780 SHA512 b4ebf3ad0c634593b7162479d43497b2daa1c47b979695988ed278e828fc6f6eac721b9eae238f50b7ee543f8c163fc4b51c6dcd575c37aa59aff8ca3cf903a2 WHIRLPOOL da2b6e1755c7697e3f8c7dbd82c4fc51b3503234498bfa9b860a144e8a53345e40fcd0062ad152742b247c3b03ccfb9d66046dc2372503333f30a2692efaa18d
22 -DIST lzlib-1.7.tar.gz 94257 SHA256 88c919dbb16a8b5409fc8ccec31d3c604551d73e84cec8c964fd639452536214 SHA512 de91417f301e7c41da39b57a5bbce112d24170008f24c87ddbe7977ad912a982e62aac7ed5c2964abbf1905d6ebb2faf64b29cfba0a2bea40d35aed5eb437728 WHIRLPOOL 7ee577edf78a3f79319469eafbecd418917c6b2da29be4b000438481b3e4692dca13902516f0486d260832813404e6920c1e8234c6c65ba7fad8eb88093343c8
23 -DIST lzlib-1.8.tar.gz 96324 SHA256 41bfa82c6ee184ed0884437dc4074ad505e64cb747432cefa97976b89045cbad SHA512 4fe8e28068f67d377bcfb0b7335650acd03565f9c8ac247c87a2b4951b82bae5e8b82d8a537bae84ed13ee09555e7ffbf573a2b3738d9bc86771897981cd549b WHIRLPOOL 31b89aac035f3db09c9a9ae2d3a7d81fb7ff1456305713af6cd41098b845f0321d11730f6763437f8fd4d48f47ea65f4bf8e34a14ec63ca8459d37b7ec987ba5
24 DIST lzlib-1.9.tar.gz 96147 SHA256 2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e SHA512 2d36e0b27f544fdab958dbf7d966b41e44c134382ec9f792d94dacf60355eadc25a1cf2b8b7049287995fa5bfc27aec0f3e4253304e3b10813c96b0609408278 WHIRLPOOL 3da26a40c4c9bbe932c28615b257b4b99e835975cfc7e6c25e6864e3eb9511353273427a6ac6990aabd51abb15c534200072d45f9ee944f751a0db6ba151bf57
25
26 diff --git a/app-arch/lzlib/lzlib-1.6.ebuild b/app-arch/lzlib/lzlib-1.6.ebuild
27 deleted file mode 100644
28 index c29fada07ba..00000000000
29 --- a/app-arch/lzlib/lzlib-1.6.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit eutils multilib toolchain-funcs
38 -
39 -DESCRIPTION="Library for lzip compression"
40 -HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html"
41 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="static-libs"
47 -
48 -src_configure() {
49 - # not autotools-based
50 - ./configure \
51 - --enable-shared \
52 - --prefix="${EPREFIX}"/usr \
53 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
54 - CC="$(tc-getCC)" \
55 - CPPFLAGS="${CPPFLAGS}" \
56 - CFLAGS="${CXXFLAGS}" \
57 - LDFLAGS="${LDFLAGS}" || die
58 -}
59 -
60 -src_install() {
61 - emake DESTDIR="${D}" LDCONFIG=: install
62 - einstalldocs
63 -
64 - # this sucking thing does not support disabling static libs
65 - if ! use static-libs; then
66 - rm "${ED%/}"/usr/$(get_libdir)/*.a || die
67 - fi
68 -}
69
70 diff --git a/app-arch/lzlib/lzlib-1.7.ebuild b/app-arch/lzlib/lzlib-1.7.ebuild
71 deleted file mode 100644
72 index c29fada07ba..00000000000
73 --- a/app-arch/lzlib/lzlib-1.7.ebuild
74 +++ /dev/null
75 @@ -1,37 +0,0 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -inherit eutils multilib toolchain-funcs
82 -
83 -DESCRIPTION="Library for lzip compression"
84 -HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html"
85 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -IUSE="static-libs"
91 -
92 -src_configure() {
93 - # not autotools-based
94 - ./configure \
95 - --enable-shared \
96 - --prefix="${EPREFIX}"/usr \
97 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
98 - CC="$(tc-getCC)" \
99 - CPPFLAGS="${CPPFLAGS}" \
100 - CFLAGS="${CXXFLAGS}" \
101 - LDFLAGS="${LDFLAGS}" || die
102 -}
103 -
104 -src_install() {
105 - emake DESTDIR="${D}" LDCONFIG=: install
106 - einstalldocs
107 -
108 - # this sucking thing does not support disabling static libs
109 - if ! use static-libs; then
110 - rm "${ED%/}"/usr/$(get_libdir)/*.a || die
111 - fi
112 -}
113
114 diff --git a/app-arch/lzlib/lzlib-1.8.ebuild b/app-arch/lzlib/lzlib-1.8.ebuild
115 deleted file mode 100644
116 index 109440fec30..00000000000
117 --- a/app-arch/lzlib/lzlib-1.8.ebuild
118 +++ /dev/null
119 @@ -1,36 +0,0 @@
120 -# Copyright 1999-2016 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -inherit multilib toolchain-funcs
126 -
127 -DESCRIPTION="Library for lzip compression"
128 -HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html"
129 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz"
130 -
131 -LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~x86"
134 -IUSE=""
135 -
136 -src_configure() {
137 - local myconf=(
138 - --enable-shared
139 - --disable-static
140 - --prefix="${EPREFIX}"/usr
141 - --libdir="${EPREFIX}"/usr/$(get_libdir)
142 - CC="$(tc-getCC)"
143 - CPPFLAGS="${CPPFLAGS}"
144 - CFLAGS="${CXXFLAGS}"
145 - LDFLAGS="${LDFLAGS}"
146 - )
147 -
148 - # not autotools-based
149 - ./configure "${myconf[@]}" || die
150 -}
151 -
152 -src_install() {
153 - emake DESTDIR="${D}" LDCONFIG=: install
154 - einstalldocs
155 -}