Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139143 Details for
Bug 203103
net-irc/xchat-xsys: optional audacious support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xchat-xsys ebuild with optional audacious support
xchat-xsys-2.2.0.ebuild (text/plain), 1.15 KB, created by
Tepelstreeltje
on 2007-12-22 23:18:23 UTC
(
hide
)
Description:
xchat-xsys ebuild with optional audacious support
Filename:
MIME Type:
Creator:
Tepelstreeltje
Created:
2007-12-22 23:18:23 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild,v 1.1 2007/11/12 20:53:44 chainsaw Exp $ > >inherit toolchain-funcs eutils > >MY_P="${P/xchat-/}" >S=${WORKDIR}/${MY_P} >DESCRIPTION="Sysinfo plugin for X-Chat." >SRC_URI="http://dev.gentoo.org/~chainsaw/xsys/download/${MY_P}.tar.bz2 mirror://gentoo/${MY_P}.tar.bz2" >HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="audacious" > >DEPEND="|| ( > >=net-irc/xchat-2.4.0 > >=net-irc/xchat-gnome-0.4 > ) > sys-apps/pciutils > audacious? ( >=media-sound/audacious-1.4.0 )" > >src_unpack() { > unpack ${A} > cd "${S}" > > if ! use audacious; then > epatch "${FILESDIR}"/xchat-xsys-no-audacious-0.1.patch.bz2 > fi >} > >src_compile() { > emake -j1 CC="$(tc-getCC)" || die "Compile failed" >} > >src_install() { > exeinto /usr/$(get_libdir)/xchat/plugins > doexe xsys-${PV}.so || die "doexe failed" > > exeinto /usr/$(get_libdir)/xchat-gnome/plugins > doexe xsys-${PV}.so || die "doexe failed" > > dodoc ChangeLog README || die "dodoc failed" >}
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 203103
: 139143 |
139145