diff options
author | 2021-01-23 22:35:19 +0100 | |
---|---|---|
committer | 2021-01-23 22:35:19 +0100 | |
commit | deb7ea4539fa2f88c63b0386736df62e688b0d2e (patch) | |
tree | 12c54c6d458b3101ca03fd667242c5db3437fc7a /dev-libs/ding-libs/ding-libs-0.4.0.ebuild | |
parent | media-libs/libdmtx: Drop static-libs, no consumers (diff) | |
download | gentoo-deb7ea4539fa2f88c63b0386736df62e688b0d2e.tar.gz gentoo-deb7ea4539fa2f88c63b0386736df62e688b0d2e.tar.bz2 gentoo-deb7ea4539fa2f88c63b0386736df62e688b0d2e.zip |
dev-libs/ding-libs: Drop 0.4.0, 0.5.0, 0.6.0
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/ding-libs/ding-libs-0.4.0.ebuild')
-rw-r--r-- | dev-libs/ding-libs/ding-libs-0.4.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/ding-libs/ding-libs-0.4.0.ebuild b/dev-libs/ding-libs/ding-libs-0.4.0.ebuild deleted file mode 100644 index b64fddba5b0..00000000000 --- a/dev-libs/ding-libs/ding-libs-0.4.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-multilib - -DESCRIPTION="Library set needed for build 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="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux" -IUSE="test static-libs" -RESTRICT="!test? ( test )" - -RDEPEND="" - -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-libs/check ) - " |