summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/imp3sh/imp3sh-0.2.3.ebuild')
-rw-r--r--media-sound/imp3sh/imp3sh-0.2.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
deleted file mode 100644
index 7c9e65f06f88..000000000000
--- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.15 2009/06/05 18:25:46 ssuominen Exp $
-
-IUSE="vorbis"
-
-inherit toolchain-funcs
-
-DESCRIPTION="flexible playlist manipulation shell and song player/streamer"
-HOMEPAGE="http://www.geocities.com/kman_can/"
-SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-RDEPEND="sys-libs/ncurses
- vorbis? ( media-libs/libvorbis
- media-libs/libao )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf || die
- emake CCLD=$(tc-getCXX) || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players
- # Some docs are liner notes in the actual .c files. UHG.
- dodoc piped-io/imp3sh*.c
-}