commit: 30e4e890be7d33d935694415e24bbd487b46dedf Author: Michael Vetter <jubalh <AT> iodoru <DOT> org> AuthorDate: Mon Mar 19 16:24:31 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 5 12:20:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e4e890
dev-libs/sblim-sfcc: Update to 2.2.8 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7510 dev-libs/sblim-sfcc/Manifest | 1 + dev-libs/sblim-sfcc/sblim-sfcc-2.2.8.ebuild | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-libs/sblim-sfcc/Manifest b/dev-libs/sblim-sfcc/Manifest index c6d3a9da877..de4c4cc2064 100644 --- a/dev-libs/sblim-sfcc/Manifest +++ b/dev-libs/sblim-sfcc/Manifest @@ -1 +1,2 @@ DIST sblim-sfcc-2.2.5.tar.bz2 376288 BLAKE2B aefe1381abf0b4db5eb19e21f0658cb0ea0503082972313a0187192510d2322035575fed6e36ced3cec61792a012c51482942a9121b0af9692c16dbbc56a1610 SHA512 c4ae3e36eec0a9faab347ba742d4a10cd72c906e89794e4e5a52411ac5bcd10b86ed8130efd02a44bba573654a10cfd1b504cedb638f7f66a47f8ee7215bc78b +DIST sblim-sfcc-2.2.8.tar.bz2 376918 BLAKE2B 867d7643a9f11cf546e39e839ef5a8d3addc8902dd024f741561b0e22016a11e009779c8f50b7228e7ab21b8b697bd8f767b08a08f61727a07ee37c465c0d223 SHA512 b5eb7712aed1e40f19993ba5f5ee2f1f48c01246d28e9f4d89cee53000801ce4fe7c862a82163a55774c71094223b32bf8981a883ad04e820f9c749e746f52fa diff --git a/dev-libs/sblim-sfcc/sblim-sfcc-2.2.8.ebuild b/dev-libs/sblim-sfcc/sblim-sfcc-2.2.8.ebuild new file mode 100644 index 00000000000..b128ee38f4b --- /dev/null +++ b/dev-libs/sblim-sfcc/sblim-sfcc-2.2.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Small Footprint CIM Client Library" +HOMEPAGE="https://sourceforge.net/apps/mediawiki/sblim" +SRC_URI="mirror://sourceforge/project/sblim/${PN}/${P}.tar.bz2" + +LICENSE="EPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + net-misc/curl[ssl] +" +RDEPEND="${DEPEND}" + +DOCS=() + +src_configure() { + local myconf=( + --enable-http-chunking + --disable-static + ) + + econf "${myconf[@]}" +} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +}
