Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144657 Details for
Bug 207396
Gnome-Do ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Update plugins ebuild with "evo" USE flag
gnome-do-plugins-0.3.0.ebuild (text/plain), 770 bytes, created by
Arun Raghavan (RETIRED)
on 2008-02-26 06:46:06 UTC
(
hide
)
Description:
Update plugins ebuild with "evo" USE flag
Filename:
MIME Type:
Creator:
Arun Raghavan (RETIRED)
Created:
2008-02-26 06:46:06 UTC
Size:
770 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils autotools gnome2 > >MY_PN="do-plugins" > >DESCRIPTION="Plugins to put the Do in Gnome Do" >HOMEPAGE="http://do.davebsd.com/" >SRC_URI="https://launchpad.net/gc/trunk/0.3.2.1/+download/${MY_PN}-${PV}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="evo" > >DEPEND=">=gnome-extra/gnome-do-${PV} > evo? ( dev-dotnet/evolution-sharp )" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${MY_PN}-${PV}" > >src_unpack() >{ > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/do-plugins-evo-check.patch > eautoreconf || die "reconfigure failed" >} > >src_compile() >{ > econf \ > $(use_enable evo evolution-plugin) \ > || die "configure failed" > emake || die "make 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 207396
:
141772
|
144322
|
144656
|
144657
|
144727
|
144728