summaryrefslogtreecommitdiff
path: root/dev-util/diffball/diffball-1.0.1.ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-03-18 09:11:59 -0700
committerZac Medico <zmedico@gentoo.org>2020-03-18 09:14:49 -0700
commit31862fbc2744fd8fda8a30611daafe22ed97dbf5 (patch)
treed0ea8549e998c7d5cf4757e42baee3015bf79526 /dev-util/diffball/diffball-1.0.1.ebuild
parent467f45beb03ebf8c4c34a9f6774e932a3d0505ff (diff)
downloadgentoo-31862fbc2744fd8fda8a30611daafe22ed97dbf5.tar.gz
gentoo-31862fbc2744fd8fda8a30611daafe22ed97dbf5.tar.bz2
gentoo-31862fbc2744fd8fda8a30611daafe22ed97dbf5.zip
dev-util/diffball: remove vulnerable versions (bug 543310)
Bug: https://bugs.gentoo.org/543310 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util/diffball/diffball-1.0.1.ebuild')
-rw-r--r--dev-util/diffball/diffball-1.0.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/diffball/diffball-1.0.1.ebuild b/dev-util/diffball/diffball-1.0.1.ebuild
deleted file mode 100644
index 00f22c0d31d9..000000000000
--- a/dev-util/diffball/diffball-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="https://github.com/rafaelmartins/diffball"
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug"
-
-RDEPEND=">=sys-libs/zlib-1.1.4
- >=app-arch/bzip2-1.0.2
- app-arch/xz-utils"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-# Invalid RESTRICT for source package. Investigate.
-RESTRICT="strip"
-
-src_prepare() {
- # fix bug 548316 by restoring pre-GCC5 inline semantics
- append-cflags -std=gnu89
- default
-}
-
-src_configure() {
- econf --disable-static $(use_enable debug asserts)
-}