diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-03-15 17:29:19 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-03-15 17:42:23 +0000 |
commit | 82ab1e6f29072f6d923b9ac73011a1712c6117b5 (patch) | |
tree | a680832d709a2cea6fb408402bc62f0f4636c2c1 /app-arch/unmakeself | |
parent | dev-lang/go: add 1.18 (diff) | |
download | gentoo-82ab1e6f29072f6d923b9ac73011a1712c6117b5.tar.gz gentoo-82ab1e6f29072f6d923b9ac73011a1712c6117b5.tar.bz2 gentoo-82ab1e6f29072f6d923b9ac73011a1712c6117b5.zip |
app-arch/unmakeself: treeclean
Closes: https://bugs.gentoo.org/781947
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-arch/unmakeself')
-rw-r--r-- | app-arch/unmakeself/Manifest | 1 | ||||
-rw-r--r-- | app-arch/unmakeself/metadata.xml | 5 | ||||
-rw-r--r-- | app-arch/unmakeself/unmakeself-1.1-r1.ebuild | 34 |
3 files changed, 0 insertions, 40 deletions
diff --git a/app-arch/unmakeself/Manifest b/app-arch/unmakeself/Manifest deleted file mode 100644 index ac220ed9db06..000000000000 --- a/app-arch/unmakeself/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unmakeself-1.1.tar.gz 3635 BLAKE2B 650a7f45dc5204f5ae42002addc5892fb3ce3d4d2b8b5ed343329cd34ae7086e1f680ddcb25123255feff1dd2a70d4427a30aa0a8ac7c0309b19847fefcb5390 SHA512 3e8a05a907b8807080208300f6c20577587a0e87000c6746ba457c276e4dff37c8d61227bd1db37e60ac20d9532290c4110a1204c8389a8a1e97a121b68c682b diff --git a/app-arch/unmakeself/metadata.xml b/app-arch/unmakeself/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/app-arch/unmakeself/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-arch/unmakeself/unmakeself-1.1-r1.ebuild b/app-arch/unmakeself/unmakeself-1.1-r1.ebuild deleted file mode 100644 index 3f3a7c635f9f..000000000000 --- a/app-arch/unmakeself/unmakeself-1.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Makeself archive extractor" -HOMEPAGE="https://www.freshports.org/archivers/unmakeself" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-arch/libarchive:=[bzip2,zlib(+)]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - append-cppflags $($(tc-getPKG_CONFIG) --cflags libarchive) - export LDLIBS=$($(tc-getPKG_CONFIG) --libs libarchive) - - tc-export CC -} - -src_compile() { - emake ${PN} -} - -src_install() { - dobin unmakeself -} |