commit: a3667aef055aaee37e56e0b1dd04a3eba7c03ebd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 21:01:38 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Aug 17 13:00:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3667aef
app-emulation/dlx: drop 1.0.0, EAPI-6-- Closes: https://bugs.gentoo.org/828279 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-emulation/dlx/Manifest | 1 - app-emulation/dlx/dlx-1.0.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-emulation/dlx/Manifest b/app-emulation/dlx/Manifest index d495844051b6..ca76a9e2a7dc 100644 --- a/app-emulation/dlx/Manifest +++ b/app-emulation/dlx/Manifest @@ -1,2 +1 @@ -DIST dlx-1.0.0.tar.gz 112589 BLAKE2B 307785d08fd69e45264471fbc21e3b2bdba99798c0b7144c3d6a92819c29e4ac6449a6db83fdd55ba81d3b2e3f8ca6c991ee6c117ddc490a88ae210e5bc07ab8 SHA512 99297f14f6716ada7a29b204723a0c951002529362a22f695b3647517462f43af563ea55467985dda3e21d79a14d46b84dbc9b22a8c0751fba49257e30f70a7f DIST dlx-1.5.20.zip 137039 BLAKE2B 99dbb2e5bcd89b3e9f3d8edc2fe7e7cc0a59f870f597a40a61a993b95d8b27c4f95b8d0490fdbcbc15693040d6e3abdfb8b0062e109916f5299c3da3c203d755 SHA512 5c832c2a486a82574ae03ec0cb4e30bfec74ef968658a38fbd896a1383dcdc558501baef7cbbdf99df453ba2840622d16c1619f9c5fe34b6cd058a7718bd3790 diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild b/app-emulation/dlx/dlx-1.0.0.ebuild deleted file mode 100644 index 401c626c72df..000000000000 --- a/app-emulation/dlx/dlx-1.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -S=${WORKDIR}/dlx - -DESCRIPTION="DLX Simulator" -HOMEPAGE="https://www.davidviner.com/dlx" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -src_install() { - dobin masm mon dasm - dodoc README.txt MANUAL.TXT -}
