From c5fb55ab341effccee2e9d1fe3ff43673ff025cd Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 2 Dec 2013 00:19:36 +0000 Subject: Initial commit (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) --- games-misc/sound-of-sorting/ChangeLog | 10 ++++++++++ games-misc/sound-of-sorting/metadata.xml | 8 ++++++++ .../sound-of-sorting/sound-of-sorting-0.6.3.ebuild | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 games-misc/sound-of-sorting/ChangeLog create mode 100644 games-misc/sound-of-sorting/metadata.xml create mode 100644 games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild (limited to 'games-misc/sound-of-sorting') diff --git a/games-misc/sound-of-sorting/ChangeLog b/games-misc/sound-of-sorting/ChangeLog new file mode 100644 index 000000000000..0c0c92e94899 --- /dev/null +++ b/games-misc/sound-of-sorting/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-misc/sound-of-sorting +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sound-of-sorting/ChangeLog,v 1.1 2013/12/02 00:19:36 blueness Exp $ + +*sound-of-sorting-0.6.3 (02 Dec 2013) + + 02 Dec 2013; Anthony G. Basile + +sound-of-sorting-0.6.3.ebuild, +metadata.xml: + Initial commit + diff --git a/games-misc/sound-of-sorting/metadata.xml b/games-misc/sound-of-sorting/metadata.xml new file mode 100644 index 000000000000..1e7587374fdf --- /dev/null +++ b/games-misc/sound-of-sorting/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + 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 new file mode 100644 index 000000000000..26138cded516 --- /dev/null +++ b/games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild,v 1.1 2013/12/02 00:19:36 blueness Exp $ + +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}" + -- cgit v1.2.3-65-gdbad