Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 83635

Summary: (new) ebuild bangexec 1.1.3
Product: Gentoo Linux Reporter: Jory A. Pratt <geekypenguin>
Component: New packagesAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: bangexec ebuild
bangexec-1.1.3
corrected ebuild
bangexec 1.1.4 ebuild

Description Jory A. Pratt 2005-02-28 21:18:13 UTC
this is a plugin for shell output commands in gaim.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
tested and looked at by Matt Kennedy
Comment 1 Jory A. Pratt 2005-02-28 21:20:28 UTC
Created attachment 52339 [details]
bangexec ebuild

This is the ebuild Matt Kennedy has checked and helped me to correct the few
little things I had wrong.
Comment 2 Jory A. Pratt 2005-02-28 21:32:31 UTC
Created attachment 52340 [details]
bangexec-1.1.3

sorry was an error that wasnt caught in SRC_URI it is correct hope you all
enjoy.
Comment 3 Jory A. Pratt 2005-02-28 21:37:00 UTC
Comment on attachment 52340 [details]
bangexec-1.1.3

># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header:
>
>inherit eutils
>
>DESCRIPTION="GAIM Shell OutPut Plugin"
>HOMEPAGE="http://bard.sytes.net/bangexec/"
>SRC_URI="http://bard.sytes.net/bangexec/${P}.tar.bz2"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE=""
>
>DEPEND=">=net-im/gaim-1.0.1"
>
>src_install() {
>	make install DESTDIR=${D} || die "Install failed"
>	dodoc ChangeLog INSTALL README AUTHORS
>}
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2005-03-03 09:02:42 UTC
Please see also Bug 83717, second comment.
Comment 5 Jory A. Pratt 2005-03-14 15:53:57 UTC
Created attachment 53466 [details]
corrected ebuild 

if bugzilla didnt have a bug this wouldnt be needed :D
Comment 6 Jory A. Pratt 2005-03-14 16:06:10 UTC
Created attachment 53467 [details]
bangexec 1.1.4 ebuild

The new and improved .. well new dont know about improved :D
Comment 7 Jory A. Pratt 2005-04-03 14:55:07 UTC
initial ebuild has been put into the tree.