public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] everybuddy again...
@ 2002-01-28 23:54 Yannick Koehler
  2002-01-28 23:57 ` Geert Bevin
  0 siblings, 1 reply; 4+ messages in thread
From: Yannick Koehler @ 2002-01-28 23:54 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 57 bytes --]

Hey this one actually has msn working I think...

Beta 6

[-- Attachment #2: everybuddy-0.2.1-r3.ebuild --]
[-- Type: text/plain, Size: 853 bytes --]

# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens  <blutgens@gentoo.org>
# /space/gentoo/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.2.1-r2.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp

A=everybuddy-0.2.1beta6.tar.gz
S=${WORKDIR}/everybuddy-0.2.1beta6
DESCRIPTION="Universal Instant Messaging Client"
SRC_URI="http://www.everybuddy.com/files/${A}"
HOMEPAGE="http://www.everybuddy.com/"

DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4"


src_compile() {
   local myconf
   if [ -z "`use arts`" ]; then
        myconf="--disable-arts"
    fi

    try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
    try make

}

src_install () {

    try make DESTDIR=${D} install
    dodoc AUTHORS NEWS README TODO COPYING ChangeLog
 
}

[-- Attachment #3: digest-everybuddy-0.2.1-r3 --]
[-- Type: text/plain, Size: 73 bytes --]

MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] everybuddy again...
  2002-01-28 23:54 [gentoo-dev] everybuddy again Yannick Koehler
@ 2002-01-28 23:57 ` Geert Bevin
  2002-01-29  0:43   ` Yannick Koehler
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Bevin @ 2002-01-28 23:57 UTC (permalink / raw
  To: gentoo-dev

post it to bugs.gentoo.org

On Tue, 2002-01-29 at 00:54, Yannick Koehler wrote:
> Hey this one actually has msn working I think...
> 
> Beta 6
> ----
> 

> # Copyright 1999-2001 Gentoo Technologies, Inc.
> # Distributed under the terms of the GNU General Public License, v2 or later
> # Author Ben Lutgens  <blutgens@gentoo.org>
> # /space/gentoo/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.2.1-r2.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp
> 
> A=everybuddy-0.2.1beta6.tar.gz
> S=${WORKDIR}/everybuddy-0.2.1beta6
> DESCRIPTION="Universal Instant Messaging Client"
> SRC_URI="http://www.everybuddy.com/files/${A}"
> HOMEPAGE="http://www.everybuddy.com/"
> 
> DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4"
> 
> 
> src_compile() {
>    local myconf
>    if [ -z "`use arts`" ]; then
>         myconf="--disable-arts"
>     fi
> 
>     try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
>     try make
> 
> }
> 
> src_install () {
> 
>     try make DESTDIR=${D} install
>     dodoc AUTHORS NEWS README TODO COPYING ChangeLog
>  
> }
> ----
> 

> MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771
-- 
Geert Bevin
the Leaf sprl/bvba
"Use what you need"           Pierre Theunisstraat 1/47
http://www.theleaf.be         1030 Brussels
gbevin@theleaf.be             Tel & Fax +32 2 241 19 98



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] everybuddy again...
  2002-01-28 23:57 ` Geert Bevin
@ 2002-01-29  0:43   ` Yannick Koehler
  2002-01-29  0:51     ` Geert Bevin
  0 siblings, 1 reply; 4+ messages in thread
From: Yannick Koehler @ 2002-01-29  0:43 UTC (permalink / raw
  To: gentoo-dev

you mean I have to enter a bug for a new version?

----- Original Message -----
From: "Geert Bevin" <gbevin@theleaf.be>
To: <gentoo-dev@gentoo.org>
Sent: Monday, January 28, 2002 6:57 PM
Subject: Re: [gentoo-dev] everybuddy again...


> post it to bugs.gentoo.org
>
> On Tue, 2002-01-29 at 00:54, Yannick Koehler wrote:
> > Hey this one actually has msn working I think...
> >
> > Beta 6
> > ----
> >
>
> > # Copyright 1999-2001 Gentoo Technologies, Inc.
> > # Distributed under the terms of the GNU General Public License, v2 or
later
> > # Author Ben Lutgens  <blutgens@gentoo.org>
> > #
/space/gentoo/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.2.1-r2.ebuil
d,v 1.1 2001/10/06 10:08:19 azarah Exp
> >
> > A=everybuddy-0.2.1beta6.tar.gz
> > S=${WORKDIR}/everybuddy-0.2.1beta6
> > DESCRIPTION="Universal Instant Messaging Client"
> > SRC_URI="http://www.everybuddy.com/files/${A}"
> > HOMEPAGE="http://www.everybuddy.com/"
> >
> > DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4"
> >
> >
> > src_compile() {
> >    local myconf
> >    if [ -z "`use arts`" ]; then
> >         myconf="--disable-arts"
> >     fi
> >
> >     try
./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
> >     try make
> >
> > }
> >
> > src_install () {
> >
> >     try make DESTDIR=${D} install
> >     dodoc AUTHORS NEWS README TODO COPYING ChangeLog
> >
> > }
> > ----
> >
>
> > MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771
> --
> Geert Bevin
> the Leaf sprl/bvba
> "Use what you need"           Pierre Theunisstraat 1/47
> http://www.theleaf.be         1030 Brussels
> gbevin@theleaf.be             Tel & Fax +32 2 241 19 98
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] everybuddy again...
  2002-01-29  0:43   ` Yannick Koehler
@ 2002-01-29  0:51     ` Geert Bevin
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Bevin @ 2002-01-29  0:51 UTC (permalink / raw
  To: gentoo-dev

ebuilds should be submitted through bugzilla

On Tue, 2002-01-29 at 01:43, Yannick Koehler wrote:
> you mean I have to enter a bug for a new version?
> 
> ----- Original Message -----
> From: "Geert Bevin" <gbevin@theleaf.be>
> To: <gentoo-dev@gentoo.org>
> Sent: Monday, January 28, 2002 6:57 PM
> Subject: Re: [gentoo-dev] everybuddy again...
> 
> 
> > post it to bugs.gentoo.org
> >
> > On Tue, 2002-01-29 at 00:54, Yannick Koehler wrote:
> > > Hey this one actually has msn working I think...
> > >
> > > Beta 6
> > > ----
> > >
> >
> > > # Copyright 1999-2001 Gentoo Technologies, Inc.
> > > # Distributed under the terms of the GNU General Public License, v2 or
> later
> > > # Author Ben Lutgens  <blutgens@gentoo.org>
> > > #
> /space/gentoo/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.2.1-r2.ebuil
> d,v 1.1 2001/10/06 10:08:19 azarah Exp
> > >
> > > A=everybuddy-0.2.1beta6.tar.gz
> > > S=${WORKDIR}/everybuddy-0.2.1beta6
> > > DESCRIPTION="Universal Instant Messaging Client"
> > > SRC_URI="http://www.everybuddy.com/files/${A}"
> > > HOMEPAGE="http://www.everybuddy.com/"
> > >
> > > DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4"
> > >
> > >
> > > src_compile() {
> > >    local myconf
> > >    if [ -z "`use arts`" ]; then
> > >         myconf="--disable-arts"
> > >     fi
> > >
> > >     try
> ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
> > >     try make
> > >
> > > }
> > >
> > > src_install () {
> > >
> > >     try make DESTDIR=${D} install
> > >     dodoc AUTHORS NEWS README TODO COPYING ChangeLog
> > >
> > > }
> > > ----
> > >
> >
> > > MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771
> > --
> > Geert Bevin
> > the Leaf sprl/bvba
> > "Use what you need"           Pierre Theunisstraat 1/47
> > http://www.theleaf.be         1030 Brussels
> > gbevin@theleaf.be             Tel & Fax +32 2 241 19 98
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> >
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 
-- 
Geert Bevin
the Leaf sprl/bvba
"Use what you need"           Pierre Theunisstraat 1/47
http://www.theleaf.be         1030 Brussels
gbevin@theleaf.be             Tel & Fax +32 2 241 19 98



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-29  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-28 23:54 [gentoo-dev] everybuddy again Yannick Koehler
2002-01-28 23:57 ` Geert Bevin
2002-01-29  0:43   ` Yannick Koehler
2002-01-29  0:51     ` Geert Bevin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox