summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-09-05 14:58:23 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-09-05 14:58:39 +0200
commit4c4edb8dc755ae78138255caf74d65e3b4a01eb5 (patch)
tree6fb8b1ceffbd50de2875eec1517d6505a0206757
parentdev-libs/ell: Bump to version 0.9 (diff)
downloadgentoo-4c4edb8dc755ae78138255caf74d65e3b4a01eb5.tar.gz
gentoo-4c4edb8dc755ae78138255caf74d65e3b4a01eb5.tar.bz2
gentoo-4c4edb8dc755ae78138255caf74d65e3b4a01eb5.zip
dev-libs/ell: Removed old.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
-rw-r--r--dev-libs/ell/ell-0.6.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/ell/ell-0.6.ebuild b/dev-libs/ell/ell-0.6.ebuild
deleted file mode 100644
index 5c7f1002ae5b..000000000000
--- a/dev-libs/ell/ell-0.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-DESCRIPTION="Embedded Linux Library provides core, low-level functionality for system daemons"
-HOMEPAGE="https://01.org/ell"
-SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="glib pie"
-
-RDEPEND="
- glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_enable glib)
- $(use_enable pie)
- )
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
- find "${ED}" -name "*.la" -delete || die
-}