summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 01:12:52 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 01:12:52 +0000
commitd8d5a8135bc6f8adfc57183c596c6af2c9f47661 (patch)
treeb92f60685393ecb6538b08c8e850028f3dc449aa /net-libs/libyahoo2
parentdon't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P}, trim ... (diff)
downloadgentoo-2-d8d5a8135bc6f8adfc57183c596c6af2c9f47661.tar.gz
gentoo-2-d8d5a8135bc6f8adfc57183c596c6af2c9f47661.tar.bz2
gentoo-2-d8d5a8135bc6f8adfc57183c596c6af2c9f47661.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.ebuild4
-rw-r--r--net-libs/libyahoo2/libyahoo2-0.7.4.ebuild4
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