Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83394 Details for
Bug 124708
New ebuild: LiSt 0.2.0 (linux-stats.org client)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
LiSt Client 1.9.91 ebuild
LiSt-1.9.91.ebuild (text/plain), 2.22 KB, created by
georgia_tech_swagger
on 2006-03-29 12:47:11 UTC
(
hide
)
Description:
LiSt Client 1.9.91 ebuild
Filename:
MIME Type:
Creator:
georgia_tech_swagger
Created:
2006-03-29 12:47:11 UTC
Size:
2.22 KB
patch
obsolete
># Copyright 2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="Python client from www.linux-stats.org to collect your hardware and to generate statistics about linux-systems." >HOMEPAGE="http://www.linux-stats.org/" > >IUSE="screenshot" > >DEPEND=">=dev-lang/python-2.4.0 > >=net-misc/wget-1.10.2 > >=sys-apps/sed-4.1.4 > >=sys-apps/util-linux-2.12r > screenshot? ( >=media-gfx/scrot-0.8 ) > !sys-apps/hexdump" > >KEYWORDS="~x86 ~ppc ~ppc64 ~amd64" >LICENSE="GPL-2" >RESTRICT="nomirror" >SLOT="0" > >SRC_URI="http://www.linux-stats.org/download/${P}.tar.bz2" > >S=${WORKDIR}/${P} > > >pkg_setup() { > einfo "Adding new group \"stats\"..." > enewgroup stats >} > >src_compile() { > cd ${S} > >} > >src_install() { > declare CONFIGDIR=/etc/LiSt > dodir ${CONFIGDIR} > fowners root:stats ${CONFIGDIR} > fperms g+wx ${CONFIGDIR} > dobin src/LiSt > dodoc doc/README doc/INSTALL doc/COPYING doc/AUTHORS >} > >pkg_postinst() { > echo "" > ewarn "+---------------------------------------------------+" > ewarn "| You have to be in the stats group to use this |" > ewarn "| software! You can add yourself to the stats group |" > ewarn "| by running the following command: |" > ewarn "| |" > ewarn "| gpasswd -a <user> stats |" > ewarn "| |" > ewarn "| Then you have to re-login with your user! |" > ewarn "+---------------------------------------------------+" > ewarn "| Start this application by typing \"LiSt\" in your |" > ewarn "| console. To get some help, try \"LiSt -h\". |" > ewarn "| To run this application every 24h in a cronjob, |" > ewarn "| add the following to \"crontab -e\": |" > ewarn "| |" > ewarn "| 0 12 * * * /usr/local/bin/LiSt -uy &>/dev/null |" > ewarn "+---------------------------------------------------+" > ewarn "| Please read also the following README: |" > ewarn "| /usr/share/doc/LiSt-<version>/README.gz |" > ewarn "+---------------------------------------------------+" > echo "" > >} >
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 124708
:
81173
| 83394