app-misc/zisofs-tools: remove 1.0.6
authorMichael Palimaka <kensington@gentoo.org>
Thu, 2 Feb 2017 11:41:54 +0000 (22:41 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 2 Feb 2017 11:42:02 +0000 (22:42 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-misc/zisofs-tools/Manifest
app-misc/zisofs-tools/zisofs-tools-1.0.6.ebuild [deleted file]

index 88c1e63f260a48ffd57c8cc5aeb4c0d966843669..6af06ad64583246857baff5fda115d0eee7a0418 100644 (file)
@@ -1,2 +1 @@
-DIST zisofs-tools-1.0.6.tar.bz2 53138 SHA256 a7d80141be2b52df99423cc617ad9dab8e81b1c79ca437789bbb1a9433524e3e SHA512 7928c40bd421853adde1da874a574ccaaa2b9ac3cb6d0fe241763bb64f66717dd83991f92bad093a1044e35f72f84643568af4a4999cfe62b85777df24fc0b96 WHIRLPOOL eb3a0ed0394bba3a2dc4f51aba0a2071b4f69db997f46f577550afbe296dbbede564641cc29d5b8d032ab8e1cc9ea90abbc3f43aa33984d564def8aadfd3eddf
 DIST zisofs-tools-1.0.8.tar.bz2 52968 SHA256 ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3 SHA512 2c50bb73428c065e02e95def81950e1f64aff3cec0a4d74ee91ddbf4c15b81a423d8a128a4abc2e11aeb866b9d5f67f55019f7ae884c9e1a8b013ed3133db50d WHIRLPOOL 05b59ba8423be7ac1f257ce6106f32be00cc62ffd2891c8f620e65b5eda28611aefd073f3832088bfcb42309d92e0b8866ed219b273b9d9431af928e032a061f
diff --git a/app-misc/zisofs-tools/zisofs-tools-1.0.6.ebuild b/app-misc/zisofs-tools/zisofs-tools-1.0.6.ebuild
deleted file mode 100644 (file)
index 4108bef..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit flag-o-matic
-
-DESCRIPTION="User utilities for zisofs"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
-SRC_URI="mirror://kernel/linux/utils/fs/zisofs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="static"
-
-DEPEND=">=sys-libs/zlib-1.1.4"
-
-src_compile() {
-       use static && append-ldflags -static
-       econf || die
-       emake || die
-}
-
-src_install() {
-       emake INSTALLROOT="${D}" install || die
-       dodoc CHANGES INSTALL README
-}