Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 274053 Details for
Bug 367977
New Ebuild - GNUBik
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
removed ${PV} etc from epatch
gnubik-2.4.ebuild (text/plain), 704 bytes, created by
Carter Young
on 2011-05-20 03:26:48 UTC
(
hide
)
Description:
removed ${PV} etc from epatch
Filename:
MIME Type:
Creator:
Carter Young
Created:
2011-05-20 03:26:48 UTC
Size:
704 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit autotools-utils eutils > > > >DESCRIPTION="An interactive, graphical, single player puzzle" >HOMEPAGE="http://www.gnu.org/software/gnubik/" >SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" > >IUSE="nls debug" > >DEPEND="nls? ( sys-devel/gettext ) > x11-libs/libX11 > virtual/opengl > >=x11-libs/gtk+-2.12:2 > x11-libs/gtkglext > >=dev-scheme/guile-1.8.0" > >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}"/scm-null-gentoo.patch >} > >src_configure() { > local myeconfargs=( > $(use_enable nls) > --with-x > ) > autotools-utils_src_configure >}
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 367977
:
273903
|
274021
|
274023
| 274053