Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23203 Details for
Bug 29659
initial osdchat ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
version bump
osdchat-0.1.7.ebuild (text/plain), 1.15 KB, created by
Mike Smelov
on 2004-01-05 12:52:35 UTC
(
hide
)
Description:
version bump
Filename:
MIME Type:
Creator:
Mike Smelov
Created:
2004-01-05 12:52:35 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 > ># Custom ebuild for osdchat - not part of gentoo..yet. > ># Installation: ># 1) You should setup your PORTDIR_OVERLAY variable in make.conf so that the next emerge ># sync doesn't wipe out the ebuild ># 2) mkdir -p $PORTDIR_OVERLAY/x11-misc/osdchat ># 3) copy this file to that directory then change dir to it. ># 4) ebuild osdchat-0.1.4.ebuild digest ># 5) Done! just "emerge osdchat", if you have your ACCEPT_KEYWORDS in make.conf set ># to anything but "~x86" then do: ACCEPT_KEYWORDS="~x86" emerge osdchat > >DESCRIPTION="Simple on-screen display messaging service" >SRC_URI="http://osdchat.xexix.net/${P}.tar.gz" > ># If above failes switch to the URI below ># SRC_URI="http://prdownloads.sourceforge.net/osdchat/osdchat-0.1.7.tar.gz?download" > >HOMEPAGE="http://osdchat.xexix.net" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=x11-libs/xosd-2.1.3 >>=sys-libs/readline-4.3" > >#RDEPEND="" >#S=${WORKDIR}/${P} > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > emake || die >} > >src_install () { > dobin osdchatd cosdchat > doman osdchat.1 > dodoc Changelog README >} >
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 29659
:
18357
| 23203