diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-12 11:29:27 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-12 11:29:27 +0100 |
commit | e941720964be2544699cbafa424cf30f49758366 (patch) | |
tree | 27ee7136fc81b695030a468039bcd8a9b7a05d27 /dev-libs/ding-libs/ding-libs-0.6.1.ebuild | |
parent | sys-fs/udisks: Bump to version 2.7.6 (diff) | |
download | gentoo-e941720964be2544699cbafa424cf30f49758366.tar.gz gentoo-e941720964be2544699cbafa424cf30f49758366.tar.bz2 gentoo-e941720964be2544699cbafa424cf30f49758366.zip |
dev-libs/ding-libs: Bump to version 0.6.1
Needed for net-nds/gss-proxy-0.8.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/ding-libs/ding-libs-0.6.1.ebuild')
-rw-r--r-- | dev-libs/ding-libs/ding-libs-0.6.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/ding-libs/ding-libs-0.6.1.ebuild b/dev-libs/ding-libs/ding-libs-0.6.1.ebuild new file mode 100644 index 000000000000..b29bfb4ea957 --- /dev/null +++ b/dev-libs/ding-libs/ding-libs-0.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit multilib-minimal + +DESCRIPTION="set of utility libraries (mostly used by sssd)" +HOMEPAGE="https://pagure.io/SSSD/ding-libs" +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3 GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +IUSE="test static-libs" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-libs/check )" + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf +} |