Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49657 Details for
Bug 67719
gwget-0.9.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gwget-0.93.ebuild
gwget-0.93.ebuild (text/plain), 1.11 KB, created by
Ivan Yosifov
on 2005-01-27 06:20:41 UTC
(
hide
)
Description:
gwget-0.93.ebuild
Filename:
MIME Type:
Creator:
Ivan Yosifov
Created:
2005-01-27 06:20:41 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.6.ebuild,v 1.1 2004/08/23 09:15:41 obz Exp $ > >inherit gnome2 > >MY_P="gwget-${PV}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="GTK2 WGet Frontend" >HOMEPAGE="http://gwget.sourceforge.net/" >SRC_URI="mirror://sourceforge/gwget/${MY_P}.tar.gz" >LICENSE="GPL-2" > >IUSE="nls" >SLOT="0" >KEYWORDS="~x86" > >RDEPEND=">=net-misc/wget-1.8 > >=x11-libs/gtk+-2.0 > >=gnome-base/gconf-2 > >=gnome-base/libgnomeui-2.0 > >=gnome-base/libglade-2.0" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > nls? ( sys-devel/gettext )" > >DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO" > >use nls \ > && G2CONF="${G2CONF} --with-included-gettext=no" \ > || G2CONF="${G2CONF} --disable-nls" > >src_unpack() { > > unpack ${A} > cd ${S}/src > # the Makefile defines its own CFLAGS, and then > # doesnt use user-defined ones, so we need > # to change that > sed -i -e "s/^CFLAGS.*$//" Makefile.in > >} > >src_install() { > > gnome2_src_install > # remove extra documentation, keeping /usr/share/doc > rm -rf ${D}/usr/doc > >} > >
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 67719
:
41917
|
41944
|
46333
|
46334
|
48862
|
49656
|
49657
|
50090
|
54687
|
54688
|
55190