summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/davemp/davemp-1.23.ebuild')
-rw-r--r--media-sound/davemp/davemp-1.23.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/davemp/davemp-1.23.ebuild b/media-sound/davemp/davemp-1.23.ebuild
deleted file mode 100644
index 432312bb4..000000000
--- a/media-sound/davemp/davemp-1.23.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils multilib
-
-DESCRIPTION="lightweight low-dependency web interface to mpd"
-HOMEPAGE="http://ion0.com/davemp/"
-SRC_URI="http://ion0.com/davemp/downloads/files/${P}.tar.gz"
-
-LICENSE="CCPL-Attribution-NonCommercial-ShareAlike-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-perl/JSON-XS
- dev-perl/HTTP-Server-Simple
- dev-perl/Class-Accessor
- media-sound/mpd"
-
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e 's@themeroot = ./themes@themeroot=/usr/share/davemp/themes@' davemp.conf || die "sed failed"
- sed -i -e "s@use lib './lib'@use lib '/usr/$(get_libdir)/davemp/'@" davempd.pl || die "sed failed"
-}
-
-src_install() {
- doinitd "${FILESDIR}"/davemp
- insinto /usr/share/${PN}
- doins -r themes
- insinto /usr/$(get_libdir)/${PN}
- doins -r lib/*
- insinto /etc
- doins davemp.conf
- dobin davempd.pl
- dodoc README Changelog
-}