summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/moodriver/moodriver-0.09.ebuild')
-rw-r--r--media-libs/moodriver/moodriver-0.09.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/media-libs/moodriver/moodriver-0.09.ebuild b/media-libs/moodriver/moodriver-0.09.ebuild
deleted file mode 100644
index 46cafe8de7cc..000000000000
--- a/media-libs/moodriver/moodriver-0.09.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/moodriver/moodriver-0.09.ebuild,v 1.1 2006/10/13 15:47:22 chutzpah Exp $
-
-DESCRIPTION="C++ class to interact with museekd."
-HOMEPAGE="http://projects.beep-media-player.org/index.php/Main/Moodriver"
-SRC_URI="http://files.beep-media-player.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/pkgconfig-0.9.0"
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-