Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83799 Details for
Bug 122022
colortail-0.3.0-r3 fails (gcc4)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild that applies the patch
colortail-0.3.0-r4.ebuild (text/plain), 1.27 KB, created by
Alexis Ballier
on 2006-04-03 04:05:03 UTC
(
hide
)
Description:
The ebuild that applies the patch
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2006-04-03 04:05:03 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/colortail/colortail-0.3.0-r3.ebuild,v 1.14 2005/01/01 14:57:13 eradicator Exp $ > >inherit toolchain-funcs eutils > >DESCRIPTION="Colortail custom colors your log files and works like tail" ># bug 73512 - package doesn't seem to have a valid home page >HOMEPAGE="http://web.archive.org/web/20030411093805/www.student.hk-r.se/~pt98jan/colortail.html" >SRC_URI="mirror://gentoo/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >IUSE="" >KEYWORDS="x86 ppc amd64" > >src_unpack() { > unpack ${A} > cd ${S} > [ "`gcc-major-version`" == "3" ] && epatch ${FILESDIR}/${PV}/ansi-c++-gcc-3.2.diff > [ "`gcc-major-version`" == "4" ] && epatch ${FILESDIR}/${P}-gcc4.patch >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" > dodoc README example-conf/conf* > dodir /usr/bin/wrappers > dosym /usr/bin/colortail /usr/bin/wrappers/tail >} > >pkg_postinst() { > einfo > if grep /usr/bin/wrappers ${ROOT}/etc/profile > /dev/null > then > einfo "/etc/profile already updated for wrappers" > else > einfo "Add this to the end of your ${ROOT}etc/profile:" > einfo > einfo "#Put /usr/bin/wrappers in path before /usr/bin" > einfo 'export PATH=/usr/bin/wrappers:${PATH}' > fi > einfo >}
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 122022
:
83798
| 83799