Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39271 Details for
Bug 63475
sys-apps/irda-utils-0.9.16 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for irda-utils-0.9.15.ebuild -> irda-utils-0.9.16.ebuild
irda-utils-0.9.16.ebuild.patch (text/plain), 1.75 KB, created by
Henrik Brix Andersen
on 2004-09-09 14:30:51 UTC
(
hide
)
Description:
Patch for irda-utils-0.9.15.ebuild -> irda-utils-0.9.16.ebuild
Filename:
MIME Type:
Creator:
Henrik Brix Andersen
Created:
2004-09-09 14:30:51 UTC
Size:
1.75 KB
patch
obsolete
>--- /usr/portage/sys-apps/irda-utils/irda-utils-0.9.15.ebuild 2004-09-03 23:06:18.000000000 +0200 >+++ irda-utils-0.9.16.ebuild 2004-09-06 19:14:29.000000000 +0200 >@@ -1,6 +1,6 @@ > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/sys-apps/irda-utils/irda-utils-0.9.15.ebuild,v 1.14 2004/09/03 21:03:23 pvdabeel Exp $ >+# $Header: $ > > DESCRIPTION="IrDA Utilities, tools for IrDA communication" > HOMEPAGE="http://irda.sourceforge.net/" >@@ -8,30 +8,32 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="x86 ppc amd64" >-IUSE="" >+KEYWORDS="~x86 ~ppc ~amd64" >+IUSE="gtk" > > DEPEND="virtual/libc >- >=dev-libs/glib-1.2" >- >-src_unpack() { >- unpack ${A} >- cd ${S} >- export WANT_AUTOCONF=2.5 >-} >+ =dev-libs/glib-1.2* >+ gtk? ( =x11-libs/gtk+-1.2* )" > > src_compile() { >- make ROOT="${D}" RPM_BUILD_ROOT="${D}" || die "Making failed." >- cd irsockets >- make || die "Making irsockets failed." >+ export WANT_AUTOMAKE=1.4 >+ >+ emake ROOT="${D}" RPM_BUILD_ROOT="${D}" || die "Making failed." >+ >+ cd ${S}/irsockets >+ emake || die "Making irsockets failed." >+ >+ if use gtk; then >+ cd ${S}/findchip >+ emake gfindchip || die "Making gfindchip failed." >+ fi > } > > src_install () { > dodir /usr/bin > dodir /usr/sbin >- dodir /usr/X11R6/bin > >- make install PREFIX="${D}" ROOT="${D}" || die "Couldn't install from ${S}" >+ emake install PREFIX="${D}" ROOT="${D}" || die "Couldn't install from ${S}" > > # irda-utils's install-etc installs files in /etc/sysconfig if > # that directory exists on the system, so clean up just in case. >@@ -47,6 +49,10 @@ > dobin irsockets/recv_ultra > dobin irsockets/send_ultra > >+ if use gtk; then >+ dosbin findchip/gfindchip >+ fi >+ > # install README's into /usr/share/doc > for i in * > do
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 63475
: 39271 |
40203
|
40204
|
40205
|
40206
|
40207
|
40208
|
40209
|
40210