Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83635 - (new) ebuild bangexec 1.1.3
Summary: (new) ebuild bangexec 1.1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-28 21:18 UTC by Jory A. Pratt
Modified: 2005-04-03 14:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
bangexec ebuild (bangexec-1.1.3.ebuild,461 bytes, text/plain)
2005-02-28 21:20 UTC, Jory A. Pratt
Details
bangexec-1.1.3 (bangexec-1.1.3.ebuild,518 bytes, text/plain)
2005-02-28 21:32 UTC, Jory A. Pratt
Details
corrected ebuild (bangexec-1.1.3.ebuild,474 bytes, application/octet-stream)
2005-03-14 15:53 UTC, Jory A. Pratt
Details
bangexec 1.1.4 ebuild (bangexec-1.1.4.ebuild,481 bytes, application/octet-stream)
2005-03-14 16:06 UTC, Jory A. Pratt
Details

Note You need to log in before you can comment on or make changes to this bug.
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.