Gentoo Archives: gentoo-dev

From: Yannick Koehler <yannick.koehler@××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] everybuddy again...
Date: Mon, 28 Jan 2002 18:44:14
Message-Id: 000601c1a85e$00a01d50$1b01a8c0@laptopxp
In Reply to: Re: [gentoo-dev] everybuddy again... by Geert Bevin
1 you mean I have to enter a bug for a new version?
2
3 ----- Original Message -----
4 From: "Geert Bevin" <gbevin@×××××××.be>
5 To: <gentoo-dev@g.o>
6 Sent: Monday, January 28, 2002 6:57 PM
7 Subject: Re: [gentoo-dev] everybuddy again...
8
9
10 > post it to bugs.gentoo.org
11 >
12 > On Tue, 2002-01-29 at 00:54, Yannick Koehler wrote:
13 > > Hey this one actually has msn working I think...
14 > >
15 > > Beta 6
16 > > ----
17 > >
18 >
19 > > # Copyright 1999-2001 Gentoo Technologies, Inc.
20 > > # Distributed under the terms of the GNU General Public License, v2 or
21 later
22 > > # Author Ben Lutgens <blutgens@g.o>
23 > > #
24 /space/gentoo/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.2.1-r2.ebuil
25 d,v 1.1 2001/10/06 10:08:19 azarah Exp
26 > >
27 > > A=everybuddy-0.2.1beta6.tar.gz
28 > > S=${WORKDIR}/everybuddy-0.2.1beta6
29 > > DESCRIPTION="Universal Instant Messaging Client"
30 > > SRC_URI="http://www.everybuddy.com/files/${A}"
31 > > HOMEPAGE="http://www.everybuddy.com/"
32 > >
33 > > DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4"
34 > >
35 > >
36 > > src_compile() {
37 > > local myconf
38 > > if [ -z "`use arts`" ]; then
39 > > myconf="--disable-arts"
40 > > fi
41 > >
42 > > try
43 ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
44 > > try make
45 > >
46 > > }
47 > >
48 > > src_install () {
49 > >
50 > > try make DESTDIR=${D} install
51 > > dodoc AUTHORS NEWS README TODO COPYING ChangeLog
52 > >
53 > > }
54 > > ----
55 > >
56 >
57 > > MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771
58 > --
59 > Geert Bevin
60 > the Leaf sprl/bvba
61 > "Use what you need" Pierre Theunisstraat 1/47
62 > http://www.theleaf.be 1030 Brussels
63 > gbevin@×××××××.be Tel & Fax +32 2 241 19 98
64 >
65 > _______________________________________________
66 > gentoo-dev mailing list
67 > gentoo-dev@g.o
68 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
69 >

Replies

Subject Author
Re: [gentoo-dev] everybuddy again... Geert Bevin <gbevin@×××××××.be>