diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:12:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:12:52 +0000 |
commit | a84d1802e46e44b01de8c6ffa948f5c094f73543 (patch) | |
tree | c0ffe94b1067dbc30c566730d89997bc707350d2 /net-libs/libyahoo2 | |
parent | don't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P}, trim ... (diff) | |
download | historical-a84d1802e46e44b01de8c6ffa948f5c094f73543.tar.gz historical-a84d1802e46e44b01de8c6ffa948f5c094f73543.tar.bz2 historical-a84d1802e46e44b01de8c6ffa948f5c094f73543.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-libs/libyahoo2')
-rw-r--r-- | net-libs/libyahoo2/libyahoo2-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libyahoo2/libyahoo2-0.7.4.ebuild | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net-libs/libyahoo2/libyahoo2-0.7.2.ebuild b/net-libs/libyahoo2/libyahoo2-0.7.2.ebuild index 426937c12d06..ff377bcf4435 100644 --- a/net-libs/libyahoo2/libyahoo2-0.7.2.ebuild +++ b/net-libs/libyahoo2/libyahoo2-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libyahoo2/libyahoo2-0.7.2.ebuild,v 1.3 2004/06/24 23:15:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libyahoo2/libyahoo2-0.7.2.ebuild,v 1.4 2004/07/15 01:12:52 agriffis Exp $ inherit eutils @@ -14,8 +14,6 @@ IUSE="" DEPEND="" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} epatch ${FILESDIR}/sample_client.c-gentoo.patch diff --git a/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild b/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild index ab4b001aaa15..06daa7516d1b 100644 --- a/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild +++ b/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.2 2004/06/24 23:15:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libyahoo2/libyahoo2-0.7.4.ebuild,v 1.3 2004/07/15 01:12:52 agriffis Exp $ DESCRIPTION="libyahoo2 is an interface to the new Yahoo! Messenger protocol." HOMEPAGE="http://libyahoo2.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/libyahoo2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -S=${WORKDIR}/${P} +IUSE="" src_compile() { econf || die |