diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-05 03:13:53 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-05 03:13:53 +0000 |
commit | bd33d1def9ac36bc70de14815055eba1635e1ce2 (patch) | |
tree | d3f8b6276f2a847897c19c31375b38b4368f3443 /net-libs/libyahoo2 | |
parent | make sure autoconf is run (diff) | |
download | gentoo-2-bd33d1def9ac36bc70de14815055eba1635e1ce2.tar.gz gentoo-2-bd33d1def9ac36bc70de14815055eba1635e1ce2.tar.bz2 gentoo-2-bd33d1def9ac36bc70de14815055eba1635e1ce2.zip |
*** empty log message ***
Diffstat (limited to 'net-libs/libyahoo2')
-rw-r--r-- | net-libs/libyahoo2/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libyahoo2/Manifest | 3 | ||||
-rw-r--r-- | net-libs/libyahoo2/files/digest-libyahoo2-0.7.4 | 1 | ||||
-rw-r--r-- | net-libs/libyahoo2/libyahoo2-0.7.4.ebuild | 26 |
4 files changed, 37 insertions, 2 deletions
diff --git a/net-libs/libyahoo2/ChangeLog b/net-libs/libyahoo2/ChangeLog index bb8f11c667f3..c90acfc455c8 100644 --- a/net-libs/libyahoo2/ChangeLog +++ b/net-libs/libyahoo2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libyahoo2 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libyahoo2/ChangeLog,v 1.1 2003/10/04 08:01:12 mkennedy Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libyahoo2/ChangeLog,v 1.2 2004/02/05 03:13:52 mkennedy Exp $ + +*libyahoo2-0.7.4 (04 Feb 2004) + + 04 Feb 2004; <mkennedy@gentoo.org> libyahoo2-0.7.4.ebuild: + New upstream *libyahoo2-0.7.2 (04 Oct 2003) diff --git a/net-libs/libyahoo2/Manifest b/net-libs/libyahoo2/Manifest index b3112a0ce654..7043c7678f6c 100644 --- a/net-libs/libyahoo2/Manifest +++ b/net-libs/libyahoo2/Manifest @@ -1,4 +1,7 @@ MD5 30597e2ae2d20acd4775afa1f9b955b2 libyahoo2-0.7.2.ebuild 875 +MD5 27783386aac8e72f280ecc7784fe13b8 libyahoo2-0.7.4.ebuild 876 MD5 fade395d9db0cefc601510663b834b6f ChangeLog 384 +MD5 30597e2ae2d20acd4775afa1f9b955b2 libyahoo2-0.7.4.ebuild~ 875 MD5 3fb42370f3e2bf66f10976db27b319b7 files/digest-libyahoo2-0.7.2 67 +MD5 e321b020b4ac41c36e049ccc91baf204 files/digest-libyahoo2-0.7.4 67 MD5 de86c0af428d9f917da128e8b15b4e03 files/sample_client.c-gentoo.patch 462 diff --git a/net-libs/libyahoo2/files/digest-libyahoo2-0.7.4 b/net-libs/libyahoo2/files/digest-libyahoo2-0.7.4 new file mode 100644 index 000000000000..49f203261183 --- /dev/null +++ b/net-libs/libyahoo2/files/digest-libyahoo2-0.7.4 @@ -0,0 +1 @@ +MD5 155501dc2fb778a21f64591c31d16693 libyahoo2-0.7.4.tar.gz 322206 diff --git a/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild b/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild new file mode 100644 index 000000000000..7422f58df902 --- /dev/null +++ b/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild,v 1.1 2004/02/05 03:13:52 mkennedy Exp $ + +DESCRIPTION="libyahoo2 is an interface to the new Yahoo! Messenger protocol." +HOMEPAGE="http://libyahoo2.sourceforge.net/" +SRC_URI="mirror://sourceforge/libyahoo2/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dobin src/yahoo + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc doc/*.txt + docinto sample + dodoc src/sample_client.c src/sample_makefile + +} |