summaryrefslogtreecommitdiff
path: root/dev-libs/ding-libs/ding-libs-0.4.0.ebuild
diff options
context:
space:
mode:
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.ebuild24
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 b64fddba5b07..000000000000
--- 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 )
- "