diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-12-02 00:19:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-12-02 00:19:36 +0000 |
commit | c5fb55ab341effccee2e9d1fe3ff43673ff025cd (patch) | |
tree | 7b140253e727e9c7afe86326064733e45f9a86b3 /games-misc/sound-of-sorting | |
parent | Marked ~hppa (bug #493006). (diff) | |
download | gentoo-2-c5fb55ab341effccee2e9d1fe3ff43673ff025cd.tar.gz gentoo-2-c5fb55ab341effccee2e9d1fe3ff43673ff025cd.tar.bz2 gentoo-2-c5fb55ab341effccee2e9d1fe3ff43673ff025cd.zip |
Initial commit
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'games-misc/sound-of-sorting')
-rw-r--r-- | games-misc/sound-of-sorting/ChangeLog | 10 | ||||
-rw-r--r-- | games-misc/sound-of-sorting/metadata.xml | 8 | ||||
-rw-r--r-- | games-misc/sound-of-sorting/sound-of-sorting-0.6.3.ebuild | 21 |
3 files changed, 39 insertions, 0 deletions
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 <blueness@gentoo.org> + +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>blueness@gentoo.org</email> + <name>Anthony G. Basile</name> + </maintainer> +</pkgmetadata> 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}" + |