diff options
Diffstat (limited to 'games-misc/sound-of-sorting')
-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.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/games-misc/sound-of-sorting/Manifest b/games-misc/sound-of-sorting/Manifest index 58e6cdd0a8f..79bead1858f 100644 --- a/games-misc/sound-of-sorting/Manifest +++ b/games-misc/sound-of-sorting/Manifest @@ -1,2 +1,3 @@ DIST sound-of-sorting-0.6.3.tar.bz2 135529 SHA256 1a81398391e322c2b9939153d27e638f11f2472fbd50b4def83ae58a68bc17af SHA512 b8b2cf628ccf8092e8a8e37caea2d4a865ffdebc0d140ad42db67dbead923921538bd530a08f339baeaace03f2ec426454f2907689d486332699b805adfafdcd WHIRLPOOL 54dfbf6c70612a85c40769e5c72404f3c9208af28cef3fe4ad35228d84583d88d61008b533e0deef69aca9459b5aa86ad9a8e50c4f2981374b0ee4f4bd1e75ca DIST sound-of-sorting-0.6.5.tar.bz2 144446 SHA256 937c9f9b53289cf80283cfc64afd96a4b9a146b142e36eba5dfdaf0a63ef4ada SHA512 c0dc8761ac8c110d4c516e47dd2dc472714ed9b5d09d1401f11db019abd8933dd5172c540fdb1afc8b3f3b87f0c8d0fa33ffdd4eab6ed1044ed05b704412e34f WHIRLPOOL a29693e9b87b845dceb6cfe77974af204b921df43eb76a5fdf6166eedc069daee9507265de825838b5f89f033edb7af41b23e8741cd14081753896439afdf25e +DIST sound-of-sorting-0.6.6_pre20151107.tar.gz 179044 SHA256 91a13ab8a69b4e7623b3c763613c18c5ef317e5e93f4b68e68b82200f158c85e SHA512 530caeefe4a37fed401ce56803900806a86efc1e4c0ff083c52e4bfc1cf78f8158539ca3c22f5cdf5cd176c8d6953089d14ca855643ce353457419a4f931a125 WHIRLPOOL a4e42827875d394f41dbb1791034dca81d2ebf2c2dadf349087609df7cbf6d07d218f6cd8720200c086919f3f37f3b97995f12b4d017c9b831fb85006df7eccb 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 new file mode 100644 index 00000000000..df6aa03e6a5 --- /dev/null +++ b/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} |