summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2022-05-21 18:31:29 +0300
committerConrad Kostecki <conikost@gentoo.org>2022-05-23 21:36:01 +0200
commit1e68c03370df685f28cb9b62e34bf5ec1bcc9830 (patch)
treec60aa0b6eebc88bdc78f12dd6fed86197cb7d9ed /dev-libs/libthreadar/libthreadar-1.3.5.ebuild
parentsys-apps/bleachbit: Remove old (diff)
downloadgentoo-1e68c03370df685f28cb9b62e34bf5ec1bcc9830.tar.gz
gentoo-1e68c03370df685f28cb9b62e34bf5ec1bcc9830.tar.bz2
gentoo-1e68c03370df685f28cb9b62e34bf5ec1bcc9830.zip
dev-libs/libthreadar: drop 1.3.5
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libthreadar/libthreadar-1.3.5.ebuild')
-rw-r--r--dev-libs/libthreadar/libthreadar-1.3.5.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/libthreadar/libthreadar-1.3.5.ebuild b/dev-libs/libthreadar/libthreadar-1.3.5.ebuild
deleted file mode 100644
index 36a691d5afa0..000000000000
--- a/dev-libs/libthreadar/libthreadar-1.3.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Threading library used by dar archiver"
-HOMEPAGE="https://sourceforge.net/projects/libthreadar/"
-SRC_URI="mirror://sourceforge/libthreadar/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-src_install() {
- emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install
-
- einstalldocs
-
- find "${ED}" -name '*.la' -delete || die
-}