diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-08 13:39:48 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-08 13:39:52 +0100 |
commit | f2341bce703fa3ce7e0f9c87b8adbfc82341ce3b (patch) | |
tree | 14a9ef7d2bb8fa2fccc47b3df17ae0d4695bd964 /dev-libs | |
parent | x11-misc/rodent: treeclean (diff) | |
download | gentoo-f2341bce703fa3ce7e0f9c87b8adbfc82341ce3b.tar.gz gentoo-f2341bce703fa3ce7e0f9c87b8adbfc82341ce3b.tar.bz2 gentoo-f2341bce703fa3ce7e0f9c87b8adbfc82341ce3b.zip |
dev-libs/libtubo: treeclean
Closes: https://bugs.gentoo.org/898314
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtubo/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libtubo/libtubo-5.0.15.ebuild | 27 | ||||
-rw-r--r-- | dev-libs/libtubo/metadata.xml | 8 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/libtubo/Manifest b/dev-libs/libtubo/Manifest deleted file mode 100644 index 5725a55bc138..000000000000 --- a/dev-libs/libtubo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libtubo0-5.0.15.tar.bz2 389945 BLAKE2B c43122bbba766da40130ea06e3209be47c42003ea2955b66c10d94f2e977d573040d0d7c41485b403a471966ff077033c9e4de0d3561ad73eb9b78cf79074014 SHA512 148147ef30b4f803ed3e45d07b85ce9fe68750938fd6a1f5e87f08e1da41d633b99934f0766ba0f62c793bd664ab43335e273068bbae1d2fe06f0cc9825d1d98 diff --git a/dev-libs/libtubo/libtubo-5.0.15.ebuild b/dev-libs/libtubo/libtubo-5.0.15.ebuild deleted file mode 100644 index c6feb05d374e..000000000000 --- a/dev-libs/libtubo/libtubo-5.0.15.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P=${PN}0-${PV} - -DESCRIPTION="small and simple interprocess communication library" -HOMEPAGE="http://xffm.org/libtubo" -SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}"/${MY_P} - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/libtubo/metadata.xml b/dev-libs/libtubo/metadata.xml deleted file mode 100644 index 99052ec6f8d2..000000000000 --- a/dev-libs/libtubo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <upstream> - <remote-id type="sourceforge">xffm</remote-id> - </upstream> -</pkgmetadata> |