Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71894 Details for
Bug 111108
Please mark sys-apps/lkcp stable on your archs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild.
lkcp-0.5.3-r1.ebuild (text/plain), 1.04 KB, created by
Robert Muchacki (RETIRED)
on 2005-11-01 13:53:48 UTC
(
hide
)
Description:
Fixed ebuild.
Filename:
MIME Type:
Creator:
Robert Muchacki (RETIRED)
Created:
2005-11-01 13:53:48 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/lkcp/lkcp-0.5.3-r1.ebuild,v 1.1 2005/09/04 19:40:36 r3pek Exp $ > >DESCRIPTION="Live Kernel Configuration Panel is an ncurses interface to the run-time Linux kernel configuration data (/proc)" >HOMEPAGE="http://freshmeat.net/projects/lkcp" >SRC_URI="https://webspace.utexas.edu/~hyoussef/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ppc x86" >IUSE="doc" > >DEPEND="sys-libs/ncurses \ > =dev-libs/glib-1*" >src_compile() { > cd ${S}/src > sed -i -e "/^LKCPDIR/s:\/usr\/local\/bin:\$(DESTDIR)\/usr\/bin:" Makefile > emake || die "emake failed" >} > >src_install() { > cd ${S}/src > dodir /usr/bin > make install DESTDIR="${D}" || die "einstall failed" > cd ${S} > mv LICENCE LICENSE > dodoc AUTHORS COPYING CREDITS Changelog README TODO LICENSE > if use doc; then > docinto Documentation > dodoc Documentation/{FSSearch.feature,LKCP.dia,LKCP_diagram-OUTDATED.png,LKCP.Shortcomings,proc.txt,sampledox.conf,ScriptDump.feature} > 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 Raw
Actions:
View
Attachments on
bug 111108
: 71894