summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-27 11:57:17 +0000
committerSam James <sam@gentoo.org>2022-12-27 11:57:26 +0000
commit524ac2e8f417bdbe556aa92b17121be3fb744e0a (patch)
treee06e1b2926b7cbeb6fee0f184b1ec81fd1760119 /app-arch/lbzip2
parentapp-arch/pigz: drop masked USE=symlink (diff)
downloadgentoo-524ac2e8f417bdbe556aa92b17121be3fb744e0a.tar.gz
gentoo-524ac2e8f417bdbe556aa92b17121be3fb744e0a.tar.bz2
gentoo-524ac2e8f417bdbe556aa92b17121be3fb744e0a.zip
app-arch/lbzip2: drop masked USE=symlink
Use app-alternative/bzip2 instead (see news item). Bug: https://bugs.gentoo.org/868651 Bug: https://bugs.gentoo.org/868318 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/lbzip2')
-rw-r--r--app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild14
-rw-r--r--app-arch/lbzip2/metadata.xml3
2 files changed, 1 insertions, 16 deletions
diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild
index 3cd1be6ca754..1584b8dd8b07 100644
--- a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild
@@ -12,10 +12,7 @@ SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug static symlink"
-
-RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"
-DEPEND=""
+IUSE="debug static"
PATCHES=(
"${FILESDIR}"/${PN}-2.3-s_isreg.patch
@@ -35,12 +32,3 @@ src_configure() {
)
econf "${myeconfargs[@]}"
}
-
-src_install() {
- default
-
- if use symlink; then
- dosym ${PN} /usr/bin/bzip2
- dosym lbunzip2 /usr/bin/bunzip2
- fi
-}
diff --git a/app-arch/lbzip2/metadata.xml b/app-arch/lbzip2/metadata.xml
index de430ef53ee7..b755b171f2bb 100644
--- a/app-arch/lbzip2/metadata.xml
+++ b/app-arch/lbzip2/metadata.xml
@@ -10,9 +10,6 @@
input-bound splitter even when decompressing .bz2 files created by standard
bzip2
</longdescription>
- <use>
- <flag name="symlink">Install symlinks which override <pkg>app-arch/bzip2</pkg> implementation</flag>
- </use>
<upstream>
<remote-id type="github">kjn/lbzip2</remote-id>
</upstream>