summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/xmp/xmp-3.4.1.ebuild')
-rw-r--r--media-sound/xmp/xmp-3.4.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/xmp/xmp-3.4.1.ebuild b/media-sound/xmp/xmp-3.4.1.ebuild
deleted file mode 100644
index 5d6d2a27293a..000000000000
--- a/media-sound/xmp/xmp-3.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/xmp-3.4.1.ebuild,v 1.1 2011/08/14 00:21:44 radhermit Exp $
-
-EAPI=4
-
-DESCRIPTION="Extended Module Player"
-HOMEPAGE="http://xmp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xmp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa audacious nas oss pulseaudio"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- nas? ( media-libs/nas )
- audacious? ( media-sound/audacious )
- pulseaudio? ( media-sound/pulseaudio )"
-
-src_configure() {
- econf \
- $(use_enable alsa) \
- $(use_enable nas) \
- $(use_enable oss) \
- $(use_enable pulseaudio) \
- $(use_enable audacious audacious-plugin)
-}
-
-src_install() {
- default
-
- doman docs/xmp.1
- rm -f docs/{COPYING,Makefile,xmp.1}
- dodoc -r docs/*
-}