diff options
author | Austin English <wizardedit@gentoo.org> | 2016-10-11 17:38:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-10-11 17:55:47 -0500 |
commit | 14809e8bce4a67c3f7c3254a9362d06c4448d99c (patch) | |
tree | c80223494a56008e671a30015d0a540776e2b4b8 /games-misc | |
parent | games-misc/sex: remove deprecated games eclass (diff) | |
download | gentoo-14809e8bce4a67c3f7c3254a9362d06c4448d99c.tar.gz gentoo-14809e8bce4a67c3f7c3254a9362d06c4448d99c.tar.bz2 gentoo-14809e8bce4a67c3f7c3254a9362d06c4448d99c.zip |
games-misc/sound-of-sorting: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
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 new file mode 100644 index 000000000000..9fad708ea0e5 --- /dev/null +++ b/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +WX_GTK_VER="3.0" + +inherit 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 +} |