diff options
author | 2017-12-20 22:30:24 +0100 | |
---|---|---|
committer | 2017-12-21 02:46:58 +0100 | |
commit | c2be9b924baf0a135ee2c7510fbe43ab6f357653 (patch) | |
tree | 835c860d53a761071934a779e16312874e0428e2 /games-misc/sound-of-sorting | |
parent | games-misc/sex: Remove old (diff) | |
download | gentoo-c2be9b924baf0a135ee2c7510fbe43ab6f357653.tar.gz gentoo-c2be9b924baf0a135ee2c7510fbe43ab6f357653.tar.bz2 gentoo-c2be9b924baf0a135ee2c7510fbe43ab6f357653.zip |
games-misc/sound-of-sorting: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-misc/sound-of-sorting')
4 files changed, 0 insertions, 69 deletions
diff --git a/games-misc/sound-of-sorting/Manifest b/games-misc/sound-of-sorting/Manifest index aa5879f268c2..459545f462fb 100644 --- a/games-misc/sound-of-sorting/Manifest +++ b/games-misc/sound-of-sorting/Manifest @@ -1,3 +1 @@ -DIST sound-of-sorting-0.6.3.tar.bz2 135529 BLAKE2B 03788bb26ee930fff136cb6e46f0f9e8eee8c827846a37c93ec6a7b0867e0af36f74263394202b0589ac35b4c609928a4beba863f1b9fca9d8ccb751e934a6e4 SHA512 b8b2cf628ccf8092e8a8e37caea2d4a865ffdebc0d140ad42db67dbead923921538bd530a08f339baeaace03f2ec426454f2907689d486332699b805adfafdcd -DIST sound-of-sorting-0.6.5.tar.bz2 144446 BLAKE2B 2a9f2513bd52afa8dd778c82a7b3af041dffe8e34aae1ebfc55383a27a12787fa751ec83c162ded4800c335e67a2f5a1832f7beff2f3832e8f3adb113a31a362 SHA512 c0dc8761ac8c110d4c516e47dd2dc472714ed9b5d09d1401f11db019abd8933dd5172c540fdb1afc8b3f3b87f0c8d0fa33ffdd4eab6ed1044ed05b704412e34f DIST sound-of-sorting-0.6.6_pre20151107.tar.gz 179044 BLAKE2B 8027851e63cf8f3a0cec7e184b1970b9a138bcaa10b345e9fd742950bc397a7eb3d6911fbf8138eab3418c66788c6218b74ed03c1e6e72374b4b7dab0ce06387 SHA512 530caeefe4a37fed401ce56803900806a86efc1e4c0ff083c52e4bfc1cf78f8158539ca3c22f5cdf5cd176c8d6953089d14ca855643ce353457419a4f931a125 diff --git a/games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild b/games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild deleted file mode 100644 index d257b340f26c..000000000000 --- a/games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit games - -DESCRIPTION="Visualization and Audibilization of Sorting Algorithms" -HOMEPAGE="http://panthema.net/2013/sound-of-sorting/" -SRC_URI="http://panthema.net/2013/sound-of-sorting/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="media-libs/libsdl - x11-libs/wxGTK" -RDEPEND="${DEPEND}" diff --git a/games-misc/sound-of-sorting/sound-of-sorting-0.6.5.ebuild b/games-misc/sound-of-sorting/sound-of-sorting-0.6.5.ebuild deleted file mode 100644 index 6b7373f12854..000000000000 --- a/games-misc/sound-of-sorting/sound-of-sorting-0.6.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit games - -DESCRIPTION="Visualization and Audibilization of Sorting Algorithms" -HOMEPAGE="http://panthema.net/2013/sound-of-sorting/" -SRC_URI="http://panthema.net/2013/sound-of-sorting/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="media-libs/libsdl - x11-libs/wxGTK" -RDEPEND="${DEPEND}" diff --git a/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107.ebuild b/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107.ebuild deleted file mode 100644 index 6079424e0a8b..000000000000 --- a/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -WX_GTK_VER="3.0" - -inherit games vcs-snapshot wxwidgets - -DESCRIPTION="Visualization and Audibilization of Sorting Algorithms" -HOMEPAGE="http://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" -IUSE="" - -RDEPEND=" - media-libs/libsdl - x11-libs/wxGTK:${WX_GTK_VER} -" -DEPEND="${RDEPEND}" - -src_unpack() { - vcs-snapshot_src_unpack - need-wxwidgets unicode -} |