summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2021-11-29 05:26:12 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-11-30 09:27:45 +0200
commita02c92a10f5c3531567791477d759d67b1d59168 (patch)
tree75149d1b5eac5486af6a9f7a43fb5fa30bf3a3a9
parentsys-devel/dwz: Version update to 0.14 (diff)
downloadgentoo-a02c92a1.tar.gz
gentoo-a02c92a1.tar.bz2
gentoo-a02c92a1.zip
sys-devel/dwz: Remove old version 0.13
Signed-off-by: Konstantin Tokarev <annulen@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/23104 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sys-devel/dwz/Manifest1
-rw-r--r--sys-devel/dwz/dwz-0.13.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index 218f3233c2f9..e46195dbc905 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1,2 +1 @@
-DIST dwz-0.13.tar.xz 114016 BLAKE2B 0e53bb99a7790dbdd724594ad00f76267483fe31bf99c9a6ea67f8ca031d2559d5cfc79f613c81b1a99f9086aa16570cb4d850f36ddbc60bdec443dc3122cae7 SHA512 8dc5e647a99ab652fbbed2d37c595a072a2e31198e66f84220d4caf04a9ee0b2900b116932f268b68015e4cc6b49b87313bf1a2d00748d2b3c4799c9ee58c2f4
DIST dwz-0.14.tar.xz 147428 BLAKE2B 286350a8276a1a674937a7adc99560562782044fd6caa50c9a55ec08343f34d8bd27140cca904e648859aba61d181e01ab0755f2115151fab16d498aa1549450 SHA512 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1
diff --git a/sys-devel/dwz/dwz-0.13.ebuild b/sys-devel/dwz/dwz-0.13.ebuild
deleted file mode 100644
index 58aaf22593d5..000000000000
--- a/sys-devel/dwz/dwz-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/dwz"
-SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/elfutils"
-DEPEND="${RDEPEND}"
-BDEPEND="test? (
- dev-util/dejagnu
- dev-libs/elfutils[utils]
-)"
-
-src_prepare() {
- default
- sed -e '/^CFLAGS/d' -i Makefile || die
- tc-export CC
-}