Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 232167 Details for
Bug 289079
x11-misc/gwhere-0.2.3-r1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gwhere-0.2.3.ebuild
gwhere-0.2.3.ebuild (text/plain), 1.07 KB, created by
Milos Popovic
on 2010-05-20 01:31:01 UTC
(
hide
)
Description:
gwhere-0.2.3.ebuild
Filename:
MIME Type:
Creator:
Milos Popovic
Created:
2010-05-20 01:31:01 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >inherit eutils flag-o-matic > >DESCRIPTION="Removable media cataloger made with GTK+" >HOMEPAGE="http://www.gwhere.org/" >SRC_URI="http://www.gwhere.org/download/source/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="" > >DEPEND=">=x11-libs/gtk+-2.16.6 > >=dev-libs/glib-2.20.5 > >=x11-libs/libXi-1.2.1 > >=x11-libs/libXext-1.0.5 > >=x11-libs/libX11-1.2.2 > >=sys-libs/glibc-2.9 > >=sys-libs/zlib-1.2.3-r1 > >=x11-libs/libXau-1.0.5 > >=x11-libs/libXdmcp-1.0.2 > " >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} >} > >src_compile() { > use amd64 && append-flags "-Wall -fPIC" > use amd64 && filter-flags -fomit-frame-pointer > econf --enable-gtk20 || die "econf failed" > emake || die "emake failed" >} > >src_install() { > # einstall is needed here > einstall || die "einstall failed" > dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die "dodoc failed" > newicon ${PN}.xpm ${PN}.png || die "Installing icon failed" > domenu ${PN}.desktop || die "Installing desktop file 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 289079
:
207129
|
207168
|
232167
|
232187
|
232189