diff options
author | Sam James <sam@gentoo.org> | 2021-01-13 08:17:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-13 09:14:06 +0000 |
commit | e3dcfb15157d3e5fc5c523a3fe2ecb004bf0afad (patch) | |
tree | e314242a2ff4c1dfe1ff2fd938f61fd8df2f6035 /dev-util/diffstat | |
parent | dev-util/diffstat: bump to 1.64 (diff) | |
download | gentoo-e3dcfb15157d3e5fc5c523a3fe2ecb004bf0afad.tar.gz gentoo-e3dcfb15157d3e5fc5c523a3fe2ecb004bf0afad.tar.bz2 gentoo-e3dcfb15157d3e5fc5c523a3fe2ecb004bf0afad.zip |
dev-util/diffstat: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/diffstat')
-rw-r--r-- | dev-util/diffstat/Manifest | 2 | ||||
-rw-r--r-- | dev-util/diffstat/diffstat-1.60.ebuild | 19 | ||||
-rw-r--r-- | dev-util/diffstat/diffstat-1.61.ebuild | 13 |
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/diffstat/Manifest b/dev-util/diffstat/Manifest index aada2d46f97f..75495af177fe 100644 --- a/dev-util/diffstat/Manifest +++ b/dev-util/diffstat/Manifest @@ -1,4 +1,2 @@ -DIST diffstat-1.60.tgz 255922 BLAKE2B 325be7c283580066cd5c2665078320d33f9a97761a641ce53e7a53200cfdd0d047adb3bec527a5c8489320a685bd43979066465886fefd7ce5a29926c43dd95b SHA512 6cbcff7dfe6d51583d59d2c9dfe4cb958202491ca3c4b1096616380564a1842065434d30858c55c3ddcfc76cd07b58dfc4c4cb6cfdcf6346af60998170f51bd2 -DIST diffstat-1.61.tgz 257242 BLAKE2B 8506944255991f3fb093c77e04d1c19e75cce5deffe7ade19f6917c9775e00d02cc8013fcd88440a9d116b66859ffebb0d1c92755ca0ebcca465dd0595fe4bd2 SHA512 48166e1241904b955c0f5543b1f11724a1a91516fcba5ad0603441d985728de3e0fca5f5212704dd0fc9a9e5062788b1b34062869137fd851932233d4abad114 DIST diffstat-1.63.tgz 270855 BLAKE2B 01a54c49200396a102c42d982e952d38d23c78452ae467e799d29ae1199aa179927ff719955d700081c4b4f4296c0b73229fa35823e3e18f80b2edc51e3316e2 SHA512 e1319f95088e615d442b0b02af922605d0c76e15ba2f0e8cf8c4db56949ac63f4a6e3e42099254480b9aab388cbd6550f515ed4d4995c6723d24f392d1872b16 DIST diffstat-1.64.tgz 278873 BLAKE2B 41500977adacf492498a7ea38d5f5a7bb5a31d5e39a202c72ee344ad1996f36c493ff18af74cf4dda18d47617832351fd55e386f008493c39f4b64e6d3f01910 SHA512 d647477beb49b0999c5de41d084da827528571c4848f40c69c2d64d060fc89848d15d03d59b1a31d79f02180f81d92cdf6e19d0172482bc569cf2a87476f12cf diff --git a/dev-util/diffstat/diffstat-1.60.ebuild b/dev-util/diffstat/diffstat-1.60.ebuild deleted file mode 100644 index 2e106c3c7010..000000000000 --- a/dev-util/diffstat/diffstat-1.60.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="Display a histogram of diff changes" -HOMEPAGE="https://invisible-island.net/diffstat/" -SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -src_configure() { - # We can drop this once a new release is made w/newer autotools. - export CONFIG_SHELL="/bin/bash" #529744 - default -} diff --git a/dev-util/diffstat/diffstat-1.61.ebuild b/dev-util/diffstat/diffstat-1.61.ebuild deleted file mode 100644 index 137aa219c23e..000000000000 --- a/dev-util/diffstat/diffstat-1.61.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Display a histogram of diff changes" -HOMEPAGE="https://invisible-island.net/diffstat/" -SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" |