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
This commit is contained in:
Michael Vetter
2018-03-19 16:24:31 +00:00
committed by Andreas Sturmlechner
parent 12a3de246a
commit 30e4e890be
2 changed files with 36 additions and 0 deletions

View File

@@ -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

View File

@@ -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
}