summaryrefslogtreecommitdiff
path: root/dev-libs/libdwarf/libdwarf-20210305.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-08-30 08:59:40 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-08-30 08:59:40 -0400
commitd1f3bb32fd7220a1f797dbe03e5bae0d0e8fa560 (patch)
tree45652f4302a762c6a2547a55ce63fc0288240d07 /dev-libs/libdwarf/libdwarf-20210305.ebuild
parent2be4d7c08ce05665007274578a2378bd6b64afeb (diff)
downloadgentoo-overlay-d1f3bb32fd7220a1f797dbe03e5bae0d0e8fa560.tar.xz
gentoo-overlay-d1f3bb32fd7220a1f797dbe03e5bae0d0e8fa560.zip
dev-libs/dwarf: bump, fixes
Diffstat (limited to 'dev-libs/libdwarf/libdwarf-20210305.ebuild')
-rw-r--r--dev-libs/libdwarf/libdwarf-20210305.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/libdwarf/libdwarf-20210305.ebuild b/dev-libs/libdwarf/libdwarf-20210305.ebuild
deleted file mode 100644
index 4b8675f..0000000
--- a/dev-libs/libdwarf/libdwarf-20210305.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The DWARF Debugging Information Format"
-HOMEPAGE="https://www.prevanders.net/dwarf.html"
-SRC_URI="https://www.prevanders.net/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="virtual/libelf"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf --includedir="${EPREFIX}/usr/include/${PN}" --enable-shared --disable-static
-}