commit:     14809e8bce4a67c3f7c3254a9362d06c4448d99c
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 22:38:15 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 22:55:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14809e8b

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

 .../sound-of-sorting-0.6.6_pre20151107-r1.ebuild   | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

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 00000000..9fad708
--- /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
+}

Reply via email to