Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116839 Details for
Bug 175365
[EBUILD] media-sound/davemp-1.23
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild
davemp-1.23.ebuild (text/plain), 935 bytes, created by
gizmm0
on 2007-04-20 17:53:40 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
gizmm0
Created:
2007-04-20 17:53:40 UTC
Size:
935 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >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" > > >DEPEND="dev-perl/JSON-XS > dev-perl/HTTP-Server-Simple > dev-perl/Class-Accessor > media-sound/mpd" > >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${WORKDIR}/${P}" > sed -i 's_themeroot = ./themes_themeroot=/usr/share/davemp/themes_' "davemp.conf" > sed -i "s_use lib './lib'_use lib '/usr/lib/davemp/'_" "davempd.pl" >} > > > >src_install() { > doinitd ${FILESDIR}/davemp > insinto /usr/share/${PN}/ > doins -r themes > insinto /usr/lib/${PN}/ > doins -r lib/* > insinto /etc > newins davemp.conf davemp.conf > dobin davempd.pl > dodoc README Changelog >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 175365
:
116819
|
116821
|
116822
|
116824
|
116827
|
116828
| 116839