commit: f4303599956d379071cd1dbe9059b1b813131c05 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Fri Apr 2 12:25:49 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 28 07:08:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4303599
dev-libs/libite: add 2.4.0 Also, disable static library build. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/libite/Manifest | 1 + dev-libs/libite/libite-2.4.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-libs/libite/Manifest b/dev-libs/libite/Manifest index 1d3e1dc2ccb..b266cc9cee4 100644 --- a/dev-libs/libite/Manifest +++ b/dev-libs/libite/Manifest @@ -1 +1,2 @@ DIST libite-2.2.0.tar.xz 267172 BLAKE2B 6f3e76fca28b72978fd92e2e52234ebeaee764945108c0d3b1049c759bbba3a1e1c6aa6822707ae8323b1fc8d1b56b360b93c58f109ba1072123a27488b54c34 SHA512 56b4d21730b1e31f7c70ec16d0983d5c060866d6579fa69c44d1d3d2a539a7b4691adb4964bfac3f8bc04282537e93f53dc2bb5af2efbca637ddc6442db181af +DIST libite-2.4.0.tar.xz 276008 BLAKE2B dcd721d02d15b6e8dbe84a885548429552eb4a683e51c49d144be2e40922e3f6e6e36f1fb92ec96db148f71068826b3a1f80812d8d5b1bf381a88b1598a3a1a8 SHA512 8e79084b616150dd4de491c6b8441d5043c81cf161bb655a32b6b7f8536682b967f4810870d8af4ae92780dedb7302bbc8db093036493506c88126143cb9bbef diff --git a/dev-libs/libite/libite-2.4.0.ebuild b/dev-libs/libite/libite-2.4.0.ebuild new file mode 100644 index 00000000000..2caf2e8389a --- /dev/null +++ b/dev-libs/libite/libite-2.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A collection of useful BSD APIs" +HOMEPAGE="https://github.com/troglobit/libite" +SRC_URI="https://github.com/troglobit/libite/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_configure() { + econf --enable-static=no +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die + rm "${D}/usr/share/doc/${PF}/LICENSE" || die +}
