Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77491 Details for
Bug 119500
app-mobilephone/obexfs-0.7.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
obexfs-0.7.ebuild.patch
obexfs-0.7.ebuild.patch (text/plain), 1.10 KB, created by
Philip Kovacs
on 2006-01-18 18:24:07 UTC
(
hide
)
Description:
obexfs-0.7.ebuild.patch
Filename:
MIME Type:
Creator:
Philip Kovacs
Created:
2006-01-18 18:24:07 UTC
Size:
1.10 KB
patch
obsolete
>--- /usr/portage/app-mobilephone/obexfs/obexfs-0.6.ebuild 2006-01-03 14:42:11.000000000 -0500 >+++ ./obexfs-0.7.ebuild 2006-01-18 21:21:35.000000000 -0500 >@@ -1,21 +1,24 @@ >-# Copyright 1999-2006 Gentoo Foundation >+# Copyright 1999-2005 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexfs/obexfs-0.6.ebuild,v 1.1 2006/01/03 19:42:11 mrness Exp $ >+# $Header: $ > >-DESCRIPTION="OBEX filesystem" >-SRC_URI="http://triq.net/obexftp/beta-testing/${P}.tar.gz" >-HOMEPAGE="http://triq.net/obex" >+DESCRIPTION="FUSE Filesystem Interface for ObexFTP" >+HOMEPAGE="http://triq.net/obex/" >+SRC_URI="http://triq.net/obexftp/${P}.tar.gz" > >-SLOT="0" > LICENSE="GPL-2" >+SLOT="0" > KEYWORDS="~x86" >-IUSE="" >+IUSE="doc" > >-DEPEND=">=dev-libs/openobex-1.0.0 >- >=app-mobilephone/obexftp-0.18_beta4 >+DEPEND=">=dev-libs/openobex-1.0.1 >+ >=app-mobilephone/obexftp-0.18 > >=sys-fs/fuse-2.4.1-r1" > > src_install() { > make DESTDIR=${D} install || die "make install failed" >- dodoc AUTHORS ChangeLog >+ >+ if use doc; then >+ dodoc AUTHORS ChangeLog README* TODO >+ fi > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119500
:
77490
| 77491