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/lz4/
Date: Thu, 26 Dec 2019 10:53:29
Message-Id: 1577357590.2c5d7c70f6851bc153408dd9b817aba1c99a7f9f.mgorny@gentoo
1 commit: 2c5d7c70f6851bc153408dd9b817aba1c99a7f9f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 10:45:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 10:53:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5d7c70
7
8 app-arch/lz4: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/lz4/Manifest | 2 --
13 app-arch/lz4/lz4-1.8.3.ebuild | 33 ---------------------------------
14 app-arch/lz4/lz4-1.9.1.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/app-arch/lz4/Manifest b/app-arch/lz4/Manifest
18 index 4f386685433..cfa76df25ec 100644
19 --- a/app-arch/lz4/Manifest
20 +++ b/app-arch/lz4/Manifest
21 @@ -1,3 +1 @@
22 -DIST lz4-1.8.3.tar.gz 327897 BLAKE2B e2be80be14c67cf1a07cc6a2e6f6777a87abdd15499b9c32b8096e09284aea19620adf930e28454ce105e325cff684d2625e0a38211705f3c105a80b72f56be5 SHA512 5d284f75a0c4ad11ebc4abb4394d98c863436da0718d62f648ef2e2cda8e5adf47617a4b43594375f7b0b673541a9ccfaf73880a55fd240986594558214dbf9f
23 -DIST lz4-1.9.1.tar.gz 285336 BLAKE2B 50dfad2e92028a1ccfe186efb5dbe24e4641e104da656990ba5138a84d29fbfea26d96c2d7f64f8d6a686dc98b4890990a280d4d86e321b04f467b65b6c61e1f SHA512 536cdeb6dd73b4769cf9501ad312b004ab01699758534b47ca2eddbc815fd374a3caba40cde36f73a7a70e134065836b733e2b0c023c31740b877ef9317ccf3e
24 DIST lz4-1.9.2.tar.gz 305796 BLAKE2B 0021487bee8657bc825fdd2b98a6dc8a6d10be3240fe0bebf6563e9c855a15bf5440a02d5cd6ee1f1e8502743348bcec1e866d3287b07e623887e9eb9da35eee SHA512 ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1
25
26 diff --git a/app-arch/lz4/lz4-1.8.3.ebuild b/app-arch/lz4/lz4-1.8.3.ebuild
27 deleted file mode 100644
28 index b0acecf06f9..00000000000
29 --- a/app-arch/lz4/lz4-1.8.3.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit cmake-multilib
38 -
39 -if [[ ${PV} == 9999 ]]; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/lz4/lz4.git"
42 - EGIT_BRANCH=dev
43 -else
44 - SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 -fi
47 -
48 -DESCRIPTION="Extremely Fast Compression algorithm"
49 -HOMEPAGE="https://github.com/lz4/lz4"
50 -
51 -LICENSE="BSD-2 GPL-2"
52 -# https://abi-laboratory.pro/tracker/timeline/lz4/
53 -SLOT="0/r131"
54 -IUSE="static-libs"
55 -
56 -CMAKE_USE_DIR=${S}/contrib/cmake_unofficial
57 -
58 -multilib_src_configure() {
59 - local mycmakeargs=(
60 - -DBUILD_STATIC_LIBS=$(usex static-libs)
61 - )
62 -
63 - cmake-utils_src_configure
64 -}
65
66 diff --git a/app-arch/lz4/lz4-1.9.1.ebuild b/app-arch/lz4/lz4-1.9.1.ebuild
67 deleted file mode 100644
68 index 2cbe311b2b2..00000000000
69 --- a/app-arch/lz4/lz4-1.9.1.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -inherit cmake-multilib
78 -
79 -if [[ ${PV} == 9999 ]]; then
80 - inherit git-r3
81 - EGIT_REPO_URI="https://github.com/lz4/lz4.git"
82 - EGIT_BRANCH=dev
83 -else
84 - SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
85 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
86 -fi
87 -
88 -DESCRIPTION="Extremely Fast Compression algorithm"
89 -HOMEPAGE="https://github.com/lz4/lz4"
90 -
91 -LICENSE="BSD-2 GPL-2"
92 -# https://abi-laboratory.pro/tracker/timeline/lz4/
93 -SLOT="0/r132"
94 -IUSE="static-libs"
95 -
96 -CMAKE_USE_DIR=${S}/contrib/cmake_unofficial
97 -
98 -multilib_src_configure() {
99 - local mycmakeargs=(
100 - -DBUILD_STATIC_LIBS=$(usex static-libs)
101 - )
102 -
103 - cmake-utils_src_configure
104 -}