From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from exchange.colubris.com (gate.colubris.com [206.162.167.230]) by chiba.3jane.net (Postfix) with ESMTP id E98CA2004E1A for ; Mon, 28 Jan 2002 17:55:07 -0600 (CST) Received: from colubris.com ([192.168.30.137] RDNS failed) by exchange.colubris.com with Microsoft SMTPSVC(5.0.2195.3779); Mon, 28 Jan 2002 18:51:10 -0500 Message-ID: <3C55E4C8.8090407@colubris.com> Date: Mon, 28 Jan 2002 18:54:48 -0500 From: Yannick Koehler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20020123 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@gentoo.org Content-Type: multipart/mixed; boundary="------------060001030106060406030109" X-OriginalArrivalTime: 28 Jan 2002 23:51:10.0437 (UTC) FILETIME=[A9509950:01C1A856] Subject: [gentoo-dev] everybuddy again... Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 42282a14-38de-49e4-81f5-3e4f97440bcc X-Archives-Hash: 67ce6f81bb0a4a76f538deea121b41fd This is a multi-part message in MIME format. --------------060001030106060406030109 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hey this one actually has msn working I think... Beta 6 --------------060001030106060406030109 Content-Type: text/plain; name="everybuddy-0.2.1-r3.ebuild" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="everybuddy-0.2.1-r3.ebuild" # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens # /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 } --------------060001030106060406030109 Content-Type: text/plain; name="digest-everybuddy-0.2.1-r3" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="digest-everybuddy-0.2.1-r3" MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771 --------------060001030106060406030109--