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 1N2Rof-0008OV-HP for garchives@archives.gentoo.org; Mon, 26 Oct 2009 15:49:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9224E0747; Mon, 26 Oct 2009 15:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6201EE0747 for ; Mon, 26 Oct 2009 15:49:04 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D3FE76490D for ; Mon, 26 Oct 2009 15:49:03 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N2Rod-0000a9-2k for gentoo-commits@lists.gentoo.org; Mon, 26 Oct 2009 15:49:03 +0000 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 media-libs/lastfmlib: lastfmlib-0.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lastfmlib-0.3.0.ebuild ChangeLog X-VCS-Directories: media-libs/lastfmlib X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Mon, 26 Oct 2009 15:49:03 +0000 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: c6dae919-c3b8-4297-8498-6011c5d59202 X-Archives-Hash: 3f56c6e37f7c47bd07104c0334b42baf ssuominen 09/10/26 15:49:03 Modified: lastfmlib-0.3.0.ebuild ChangeLog Log: amd64 stable wrt #290483 (Portage version: 2.2_rc46/cvs/Linux x86_64) Revision Changes Path 1.3 media-libs/lastfmlib/lastfmlib-0.3.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfml= ib/lastfmlib-0.3.0.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfml= ib/lastfmlib-0.3.0.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfml= ib/lastfmlib-0.3.0.ebuild?r1=3D1.2&r2=3D1.3 Index: lastfmlib-0.3.0.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/media-libs/lastfmlib/lastfmlib-0.3.0.eb= uild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lastfmlib-0.3.0.ebuild 13 Jul 2009 07:43:06 -0000 1.2 +++ lastfmlib-0.3.0.ebuild 26 Oct 2009 15:49:02 -0000 1.3 @@ -1,10 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.= ebuild,v 1.2 2009/07/13 07:43:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.= ebuild,v 1.3 2009/10/26 15:49:02 ssuominen Exp $ =20 -EAPI=3D"2" - -inherit eutils +EAPI=3D2 =20 DESCRIPTION=3D"C++ library to scrobble tracks on Last.fm" HOMEPAGE=3D"http://code.google.com/p/lastfmlib" @@ -12,20 +10,19 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"amd64 ~x86" IUSE=3D"syslog debug" =20 -RDEPEND=3D"net-misc/curl" -DEPEND=3D"${RDEPEND}" +DEPEND=3D"net-misc/curl" =20 src_configure() { econf \ - $(use_enable syslog logging) \ - $(use_enable debug) \ - --disable-unittests || die + $(use_enable syslog logging) \ + $(use_enable debug) \ + --disable-unittests } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" + emake DESTDIR=3D"${D}" install || die + dodoc AUTHORS ChangeLog README TODO || die } 1.3 media-libs/lastfmlib/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfml= ib/ChangeLog?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfml= ib/ChangeLog?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfml= ib/ChangeLog?r1=3D1.2&r2=3D1.3 Index: ChangeLog =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/media-libs/lastfmlib/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 13 Jul 2009 07:43:06 -0000 1.2 +++ ChangeLog 26 Oct 2009 15:49:02 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/lastfmlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.2 = 2009/07/13 07:43:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.3 = 2009/10/26 15:49:02 ssuominen Exp $ + + 26 Oct 2009; Samuli Suominen + lastfmlib-0.3.0.ebuild: + amd64 stable wrt #290483 =20 13 Jul 2009; Markos Chandras lastfmlib-0.3.0.ebu= ild: Remove test use flag since ebuild doesnt use it