diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-25 13:57:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-25 13:57:20 +0100 |
commit | ee5c6ba9a4dcb4662c5a7dfe9092ff3378547e54 (patch) | |
tree | 094e4d7bf415bb63e9cd80846a36ec08b64f7f0e /dev-libs/libebml/libebml-1.4.1.ebuild | |
parent | profiles: amd64/x32: Drop <kde-apps/libkgapi-20.12.0:5 package.mask (diff) | |
download | gentoo-ee5c6ba9a4dcb4662c5a7dfe9092ff3378547e54.tar.gz gentoo-ee5c6ba9a4dcb4662c5a7dfe9092ff3378547e54.tar.bz2 gentoo-ee5c6ba9a4dcb4662c5a7dfe9092ff3378547e54.zip |
dev-libs/libebml: Security cleanup
Bug: https://bugs.gentoo.org/772272
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libebml/libebml-1.4.1.ebuild')
-rw-r--r-- | dev-libs/libebml/libebml-1.4.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/libebml/libebml-1.4.1.ebuild b/dev-libs/libebml/libebml-1.4.1.ebuild deleted file mode 100644 index be4140b75697..000000000000 --- a/dev-libs/libebml/libebml-1.4.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -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/5" # subslot = soname major version -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=YES - ) - - cmake_src_configure -} |