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/lzip/
Date: Mon, 26 Mar 2018 06:13:15
Message-Id: 1522044784.63e945b64f99b956cedfa954e45e7c5cb6fd34e4.mgorny@gentoo
1 commit: 63e945b64f99b956cedfa954e45e7c5cb6fd34e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 20:45:00 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 06:13:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e945b6
7
8 app-arch/lzip: Drop old
9
10 app-arch/lzip/Manifest | 2 --
11 app-arch/lzip/lzip-1.19.ebuild | 27 ---------------------------
12 app-arch/lzip/lzip-1.20_rc1.ebuild | 27 ---------------------------
13 3 files changed, 56 deletions(-)
14
15 diff --git a/app-arch/lzip/Manifest b/app-arch/lzip/Manifest
16 index 6e63f9c8b3b..c6af54e7f61 100644
17 --- a/app-arch/lzip/Manifest
18 +++ b/app-arch/lzip/Manifest
19 @@ -1,4 +1,2 @@
20 DIST lzip-1.18.tar.gz 95569 BLAKE2B e6cf5babeb8c95c42761227759fae4f383d9534206275204439a67ad1974d2fe5edfb33eb7d3cbb4030cda3ef9db982147d877a0425aaa6cdf736dd8d3f7d2ac SHA512 cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674
21 -DIST lzip-1.19.tar.gz 100277 BLAKE2B c5c06cff581b0061b28ff659613cc355a772851f26da87a3e2b55f9aa51821540f7bdacd3d32b851cbd88dfacf8f7736d3c83e3b9ac3b6065c114158717a800f SHA512 513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392
22 -DIST lzip-1.20-rc1.tar.gz 103513 BLAKE2B fd3fef6df447d46f5a6f512523206637be8178635ebfe8a27ae0db9c6ab2ca79310c6e94240b6cfc7b5830e235a8bbf6193632c7168a967c4c2ebfc19541d768 SHA512 7a3c5276823ec811155249a10e30dccbf0716764059d1c19d72e602a6db843e3ce07359ccc338173edf723eccfbf788b9db07f328fa109eab580854ba11f1809
23 DIST lzip-1.20.tar.gz 103426 BLAKE2B 1d72b2132e9ceb67339a10bfdb728be2e5057df571306c698fb06b97c8fc310ce6cceca1a9fd6470fe34f4f6c3b63ee28d791d293418ffe302c84219cb92d35d SHA512 0349b4c6c0b41e601b7ee381c3254d741397beb3ef9354c08162f346f131f4f48f6613ee0a610cdc6d827530df634f884ecfeee35215b10045a40fee76f8e938
24
25 diff --git a/app-arch/lzip/lzip-1.19.ebuild b/app-arch/lzip/lzip-1.19.ebuild
26 deleted file mode 100644
27 index 51eba18e851..00000000000
28 --- a/app-arch/lzip/lzip-1.19.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="lossless data compressor based on the LZMA algorithm"
39 -HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
40 -SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
41 - https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 -
47 -S="${WORKDIR}/${P/_/-}"
48 -
49 -src_configure() {
50 - # not autotools-based
51 - ./configure \
52 - --prefix="${EPREFIX}"/usr \
53 - CXX="$(tc-getCXX)" \
54 - CPPFLAGS="${CPPFLAGS}" \
55 - CXXFLAGS="${CXXFLAGS}" \
56 - LDFLAGS="${LDFLAGS}" || die
57 -}
58
59 diff --git a/app-arch/lzip/lzip-1.20_rc1.ebuild b/app-arch/lzip/lzip-1.20_rc1.ebuild
60 deleted file mode 100644
61 index 51eba18e851..00000000000
62 --- a/app-arch/lzip/lzip-1.20_rc1.ebuild
63 +++ /dev/null
64 @@ -1,27 +0,0 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -inherit toolchain-funcs
71 -
72 -DESCRIPTION="lossless data compressor based on the LZMA algorithm"
73 -HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
74 -SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
75 - https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
76 -
77 -LICENSE="GPL-2+"
78 -SLOT="0"
79 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
80 -
81 -S="${WORKDIR}/${P/_/-}"
82 -
83 -src_configure() {
84 - # not autotools-based
85 - ./configure \
86 - --prefix="${EPREFIX}"/usr \
87 - CXX="$(tc-getCXX)" \
88 - CPPFLAGS="${CPPFLAGS}" \
89 - CXXFLAGS="${CXXFLAGS}" \
90 - LDFLAGS="${LDFLAGS}" || die
91 -}