From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OabeW-0001E4-63 for garchives@archives.gentoo.org; Sun, 18 Jul 2010 21:44:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F31ECE0B28; Sun, 18 Jul 2010 21:44:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6782E0B35 for ; Sun, 18 Jul 2010 21:44:01 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88C541B4008 for ; Sun, 18 Jul 2010 21:44:01 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2166) id B20632CE14; Sun, 18 Jul 2010 21:44:00 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libwww: libwww-5.4.0-r7.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: libwww-5.4.0-r7.ebuild X-VCS-Directories: net-libs/libwww X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20100718214400.B20632CE14@corvid.gentoo.org> Date: Sun, 18 Jul 2010 21:44:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ae6a270c-761e-4360-8659-76166ac20162 X-Archives-Hash: 7d4e769d855cc8a53fc726f60fc1c957 ssuominen 10/07/18 21:44:00 Modified: libwww-5.4.0-r7.ebuild Log: Remove more cruft (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.16 net-libs/libwww/libwww-5.4.0-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libwww/li= bwww-5.4.0-r7.ebuild?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libwww/li= bwww-5.4.0-r7.ebuild?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libwww/li= bwww-5.4.0-r7.ebuild?r1=3D1.15&r2=3D1.16 Index: libwww-5.4.0-r7.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r7.ebuild,= v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- libwww-5.4.0-r7.ebuild 18 Jul 2010 21:41:26 -0000 1.15 +++ libwww-5.4.0-r7.ebuild 18 Jul 2010 21:44:00 -0000 1.16 @@ -1,11 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r7.ebuil= d,v 1.15 2010/07/18 21:41:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r7.ebuil= d,v 1.16 2010/07/18 21:44:00 ssuominen Exp $ =20 inherit eutils multilib autotools =20 PATCHVER=3D"1.2" MY_P=3Dw3c-${P} + DESCRIPTION=3D"A general-purpose client side WEB API" HOMEPAGE=3D"http://www.w3.org/Library/" SRC_URI=3D"http://www.w3.org/Library/Distribution/${MY_P}.tgz @@ -34,7 +35,7 @@ } =20 src_compile() { - if use mysql ; then + if use mysql; then myconf=3D"--with-mysql=3D/usr/$(get_libdir)/mysql/libmysqlclient.a" else myconf=3D"--without-mysql" @@ -48,13 +49,13 @@ --with-md5 \ --with-expat \ $(use_with ssl) \ - ${myconf} || die "./configure failed" + ${myconf} =20 - emake || die "Compilation failed" + emake || die } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "Installation failed" + emake DESTDIR=3D"${D}" install || die dodoc ChangeLog dohtml -r . }