diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 11:36:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 11:36:13 +0200 |
commit | a33992cf21098d53642a15d3df4eba053732b4ec (patch) | |
tree | 095461022eeb8ce24a245b6f4ae6aa1f47603c33 /games-misc | |
parent | games-engines/scummvm-tools: drop 2.2.0-r1 (diff) | |
download | gentoo-a33992cf21098d53642a15d3df4eba053732b4ec.tar.gz gentoo-a33992cf21098d53642a15d3df4eba053732b4ec.tar.bz2 gentoo-a33992cf21098d53642a15d3df4eba053732b4ec.zip |
games-misc/sound-of-sorting: drop 0.6.6_pre20151107-r1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/sound-of-sorting/Manifest | 1 | ||||
-rw-r--r-- | games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/games-misc/sound-of-sorting/Manifest b/games-misc/sound-of-sorting/Manifest index 7912fc995d2e..ee807178ed77 100644 --- a/games-misc/sound-of-sorting/Manifest +++ b/games-misc/sound-of-sorting/Manifest @@ -1,3 +1,2 @@ -DIST sound-of-sorting-0.6.6_pre20151107.tar.gz 179044 BLAKE2B 8027851e63cf8f3a0cec7e184b1970b9a138bcaa10b345e9fd742950bc397a7eb3d6911fbf8138eab3418c66788c6218b74ed03c1e6e72374b4b7dab0ce06387 SHA512 530caeefe4a37fed401ce56803900806a86efc1e4c0ff083c52e4bfc1cf78f8158539ca3c22f5cdf5cd176c8d6953089d14ca855643ce353457419a4f931a125 DIST sound-of-sorting-0.6.6_pre20221012.tar.gz 196461 BLAKE2B 18eb44619078bd823a3bed4a97e29080d8e0d3fdf8ca56841d73c15af0c1b8d1c57852b77675c4abcaca4ab15fa66983f8066ff052e98e8e2f25d1ae3b4084fd SHA512 a1fb025031e3dc808b860eb53fc7e44253949e1d40044315fdf8ae55fe264501a3fc056504d2914d437a843b040da2fdc70c9ebd2a8c3c6b2bd46aed756f5522 DIST sound-of-sorting_512.png 6357 BLAKE2B 73129edf24f7872b11d5b80a826afacaaaae7bbbdbfbe5ca06dde9e1713fa3ae6b899a9c9eeb670ad38e6c028b00a708e08c068c7c68ef8270e93703ec111030 SHA512 8b225715c9012277259a78c96d7727f58f8f7f8320526f0090fdd3a7356fe2b49c4f5e91ef55898fe9f91226268f4c3ba4d5b4337f33b690827610f6564bf1d9 diff --git a/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild b/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild deleted file mode 100644 index 73b52d5ac27c..000000000000 --- a/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -WX_GTK_VER="3.0" - -inherit vcs-snapshot wxwidgets - -DESCRIPTION="Visualization and Audibilization of Sorting Algorithms" -HOMEPAGE="https://panthema.net/2013/sound-of-sorting/ https://github.com/bingmann/sound-of-sorting" -#SRC_URI="http://panthema.net/2013/sound-of-sorting/${P}.tar.bz2" -COMMIT="05db428c796a7006d63efdbe314f976e0aa881d6" -SRC_URI="https://github.com/bingmann/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - media-libs/libsdl - x11-libs/wxGTK:${WX_GTK_VER}" -DEPEND="${RDEPEND}" - -src_configure() { - setup-wxwidgets unicode - default -} |