summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-07-22 13:53:42 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-07-22 13:54:51 +0300
commit6176ae999aa6e9fb9424e234033ae6f020b4cdf6 (patch)
tree77e16f77b4b6be7d9bbd9014c26a6b845dada77f
parentapp-misc/fastfetch: drop 2.15.0 (diff)
downloadgentoo-6176ae999aa6e9fb9424e234033ae6f020b4cdf6.tar.gz
gentoo-6176ae999aa6e9fb9424e234033ae6f020b4cdf6.tar.bz2
gentoo-6176ae999aa6e9fb9424e234033ae6f020b4cdf6.zip
dev-libs/libthreadar: drop 1.4.0
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r--dev-libs/libthreadar/libthreadar-1.4.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/libthreadar/libthreadar-1.4.0.ebuild b/dev-libs/libthreadar/libthreadar-1.4.0.ebuild
deleted file mode 100644
index f25dd5a27e7e..000000000000
--- a/dev-libs/libthreadar/libthreadar-1.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Threading library used by dar archiver"
-HOMEPAGE="https://sourceforge.net/projects/libthreadar/"
-SRC_URI="https://downloads.sourceforge.net/libthreadar/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-src_prepare() {
- default
-
- # this is an example binary that is not installed
- # the original Makefile tries to compile it statically,
- # no longer supported
- sed -i -e '/^test_barrier_LDFLAGS/d' doc/examples/Makefile.am || die
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install
-
- einstalldocs
-
- find "${ED}" -name '*.la' -delete || die
-}