Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
Date: Sun, 28 Jul 2019 21:21:09
Message-Id: 1564348847.560ca53bf724587d134c74b3845ed19985d565ff.asturm@gentoo
1 commit: 560ca53bf724587d134c74b3845ed19985d565ff
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 28 21:06:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 28 21:20:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560ca53b
7
8 dev-libs/libebml: Drop 1.3.6 and 1.3.7
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libebml/Manifest | 2 --
14 dev-libs/libebml/libebml-1.3.6.ebuild | 20 --------------------
15 dev-libs/libebml/libebml-1.3.7.ebuild | 20 --------------------
16 3 files changed, 42 deletions(-)
17
18 diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
19 index 90cef6e7e88..811e5cc3d7e 100644
20 --- a/dev-libs/libebml/Manifest
21 +++ b/dev-libs/libebml/Manifest
22 @@ -1,3 +1 @@
23 -DIST libebml-1.3.6.tar.xz 57764 BLAKE2B 554f9d4d162d02ba05e2b1eecd688a6c25a4c727ee1a2a93cd6c4ceec94c5628ec20306dc5fa41a2dfcf189afb7a3add33b09a3bcf62f8b5f8fb2ac6657916d3 SHA512 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
24 -DIST libebml-1.3.7.tar.xz 69460 BLAKE2B 53cb7ab3c553cc533b025bdf1953c1de33108e506900e8df0ecafa5f88bc43b0a54611c69bd169401ddea162a1e669bde0e93dc38255b8ea24d04dd41fae9599 SHA512 ad574a73a1d2c5fbd4581991ff790ef22cfcaf5645295b06dce36235b43d552bbec3b400d3c80550c8020ed3720226fad05348c6034c444da1106439c7fd9fc1
25 DIST libebml-1.3.9.tar.xz 69836 BLAKE2B d37bf9d74cb21a0c4cea3550bbd25f081e48085ba8d97d2f133e3f5da292527f0f31fc5aa3978c21f82262698877a76670b4b120e915573d339751234c4450c7 SHA512 a388fa8ff7acf9a0fb33faf9c00fc07f53794d86a4f894e04e2a690a24e781a7f380a0896e607e801a6f1f0b215407ee09a801e96d4b3e15f39ca71ec3a6d64e
26
27 diff --git a/dev-libs/libebml/libebml-1.3.6.ebuild b/dev-libs/libebml/libebml-1.3.6.ebuild
28 deleted file mode 100644
29 index 77792f6ff04..00000000000
30 --- a/dev-libs/libebml/libebml-1.3.6.ebuild
31 +++ /dev/null
32 @@ -1,20 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-utils
39 -
40 -DESCRIPTION="Extensible binary format library (kinda like XML)"
41 -HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
42 -SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0/4" # subslot = soname major version
46 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
47 -IUSE=""
48 -
49 -src_configure() {
50 - local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
51 - cmake-utils_src_configure
52 -}
53
54 diff --git a/dev-libs/libebml/libebml-1.3.7.ebuild b/dev-libs/libebml/libebml-1.3.7.ebuild
55 deleted file mode 100644
56 index daa59d42571..00000000000
57 --- a/dev-libs/libebml/libebml-1.3.7.ebuild
58 +++ /dev/null
59 @@ -1,20 +0,0 @@
60 -# Copyright 1999-2019 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=7
64 -
65 -inherit cmake-utils
66 -
67 -DESCRIPTION="Extensible binary format library (kinda like XML)"
68 -HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
69 -SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
70 -
71 -LICENSE="LGPL-2.1"
72 -SLOT="0/4" # subslot = soname major version
73 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
74 -IUSE=""
75 -
76 -src_configure() {
77 - local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
78 - cmake-utils_src_configure
79 -}