diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:06:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:20:47 +0200 |
commit | 560ca53bf724587d134c74b3845ed19985d565ff (patch) | |
tree | 2832df9687b1c3eac6a66e776a9bd0d12c675c1b /dev-libs/libebml | |
parent | media-video/mkvtoolnix: Drio 29.0.0 (diff) | |
download | gentoo-560ca53bf724587d134c74b3845ed19985d565ff.tar.gz gentoo-560ca53bf724587d134c74b3845ed19985d565ff.tar.bz2 gentoo-560ca53bf724587d134c74b3845ed19985d565ff.zip |
dev-libs/libebml: Drop 1.3.6 and 1.3.7
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-1.3.6.ebuild | 20 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-1.3.7.ebuild | 20 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest index 90cef6e7e887..811e5cc3d7e1 100644 --- a/dev-libs/libebml/Manifest +++ b/dev-libs/libebml/Manifest @@ -1,3 +1 @@ -DIST libebml-1.3.6.tar.xz 57764 BLAKE2B 554f9d4d162d02ba05e2b1eecd688a6c25a4c727ee1a2a93cd6c4ceec94c5628ec20306dc5fa41a2dfcf189afb7a3add33b09a3bcf62f8b5f8fb2ac6657916d3 SHA512 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f -DIST libebml-1.3.7.tar.xz 69460 BLAKE2B 53cb7ab3c553cc533b025bdf1953c1de33108e506900e8df0ecafa5f88bc43b0a54611c69bd169401ddea162a1e669bde0e93dc38255b8ea24d04dd41fae9599 SHA512 ad574a73a1d2c5fbd4581991ff790ef22cfcaf5645295b06dce36235b43d552bbec3b400d3c80550c8020ed3720226fad05348c6034c444da1106439c7fd9fc1 DIST libebml-1.3.9.tar.xz 69836 BLAKE2B d37bf9d74cb21a0c4cea3550bbd25f081e48085ba8d97d2f133e3f5da292527f0f31fc5aa3978c21f82262698877a76670b4b120e915573d339751234c4450c7 SHA512 a388fa8ff7acf9a0fb33faf9c00fc07f53794d86a4f894e04e2a690a24e781a7f380a0896e607e801a6f1f0b215407ee09a801e96d4b3e15f39ca71ec3a6d64e diff --git a/dev-libs/libebml/libebml-1.3.6.ebuild b/dev-libs/libebml/libebml-1.3.6.ebuild deleted file mode 100644 index 77792f6ff04d..000000000000 --- a/dev-libs/libebml/libebml-1.3.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Extensible binary format library (kinda like XML)" -HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/" -SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0/4" # subslot = soname major version -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=YES ) - cmake-utils_src_configure -} diff --git a/dev-libs/libebml/libebml-1.3.7.ebuild b/dev-libs/libebml/libebml-1.3.7.ebuild deleted file mode 100644 index daa59d42571e..000000000000 --- a/dev-libs/libebml/libebml-1.3.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="Extensible binary format library (kinda like XML)" -HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/" -SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0/4" # subslot = soname major version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=YES ) - cmake-utils_src_configure -} |