diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-06 10:42:04 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-06 10:42:45 +0100 |
commit | 2c1d9b50101a5af60a74728df1e502da27f15e03 (patch) | |
tree | 083876987d616fc4261c6d831ecb5543c7220474 /dev-util/mad-numdiff | |
parent | dev-util/mad-numdiff: add new snapshot, EAPI bump, cmake-utils -> cmake (diff) | |
download | sci-2c1d9b50101a5af60a74728df1e502da27f15e03.tar.gz sci-2c1d9b50101a5af60a74728df1e502da27f15e03.tar.bz2 sci-2c1d9b50101a5af60a74728df1e502da27f15e03.zip |
dev-util/mad-numdiff: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-util/mad-numdiff')
-rw-r--r-- | dev-util/mad-numdiff/Manifest | 1 | ||||
-rw-r--r-- | dev-util/mad-numdiff/mad-numdiff-20150724.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/mad-numdiff/Manifest b/dev-util/mad-numdiff/Manifest index e2d05a463..2c7d9f66e 100644 --- a/dev-util/mad-numdiff/Manifest +++ b/dev-util/mad-numdiff/Manifest @@ -1,2 +1 @@ -DIST mad-numdiff-20150724.tar.gz 1212994 BLAKE2B c5ccc00e5fb95ca00c66a2502ab8fdd56bc17c787edb6fff064fe0828ef06d8b13dc1d58d01e25de089080954670ebb42dca29ade369a6681b7d5e70dbb266fb SHA512 2c01c37e1e34045c38386111d39225850053bde4efbfaccd8f684e900b9f155c6629e25a8b7935d45e5d02ab0f7b7a973064b5407a842970c52299b2fe965ff3 DIST mad-numdiff-20180125.tar.gz 1213204 BLAKE2B 4ee36965f292230d0d7ef721d468a5c7c93839bd026bd4ba63ea82f13048c64909544aac54ccffc0c73a24ed4fe340a7d6dc3d2da15d9bb17e992baf4fbed1e1 SHA512 a4c3c75e8c22c8c6df7d000f9d1ca95f4c85008fb9e575fe907ee5c6cd29158aa893ec35eec5e8d5713e86e2483dd4e786967285b80486c831af47a9c8ed5948 diff --git a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild deleted file mode 100644 index 141df3952..000000000 --- a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils vcs-snapshot - -DESCRIPTION="compare unformatted text files with numerical content" -HOMEPAGE="https://github.com/quinoacomputing/ndiff" -COMMIT="3154ade48853851bd82251f3e98dded92c9998f0" -SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |