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 1QvsIb-0006ki-Us for garchives@archives.gentoo.org; Tue, 23 Aug 2011 14:49:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9094F21C03E; Tue, 23 Aug 2011 14:49:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4696D21C03E for ; Tue, 23 Aug 2011 14:49:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76B1A1B400E for ; Tue, 23 Aug 2011 14:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A9E4580040 for ; Tue, 23 Aug 2011 14:49:43 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: media-sound/tomahawk/, media-sound/tomahawk/files/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/tomahawk/files/tomahawk-9999-clucene.patch media-sound/tomahawk/files/tomahawk-clucene.patch media-sound/tomahawk/tomahawk-0.2.2.ebuild media-sound/tomahawk/tomahawk-9999.ebuild X-VCS-Directories: media-sound/tomahawk/ media-sound/tomahawk/files/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: ec0672bbdd514f8660963fb794b9175297fdb515 Date: Tue, 23 Aug 2011 14:49:43 +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: X-Archives-Hash: ac0f63fc1c291832efd761893581cd5b commit: ec0672bbdd514f8660963fb794b9175297fdb515 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Tue Aug 23 14:48:04 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Tue Aug 23 14:48:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dec0672bb Added 0.2.2 release. Synced 0.2.2 and 9999 ebuilds. Removed the jreen and qtweetlib bundled libs. Build as release for releas= e ebuilds. Dropped the --as-needed sed as it works here. Thanks to Elias Probst (eliasp) for the original ebuilds. (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit = with key BB0E6E98) --- ...k-9999-clucene.patch =3D> tomahawk-clucene.patch} | 0 ...{tomahawk-9999.ebuild =3D> tomahawk-0.2.2.ebuild} | 12 +++++++----- media-sound/tomahawk/tomahawk-9999.ebuild | 12 +++++++----- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/media-sound/tomahawk/files/tomahawk-9999-clucene.patch b/med= ia-sound/tomahawk/files/tomahawk-clucene.patch similarity index 100% rename from media-sound/tomahawk/files/tomahawk-9999-clucene.patch rename to media-sound/tomahawk/files/tomahawk-clucene.patch diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/toma= hawk/tomahawk-0.2.2.ebuild similarity index 91% copy from media-sound/tomahawk/tomahawk-9999.ebuild copy to media-sound/tomahawk/tomahawk-0.2.2.ebuild index fb24449..7106f70 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-0.2.2.ebuild @@ -35,7 +35,7 @@ DEPEND=3D" >=3Ddev-libs/boost-1.41 >=3Ddev-libs/qjson-0.7.1 >=3Dmedia-libs/libechonest-1.1.8 - media-libs/phonon + >=3Dmedia-libs/phonon-4.5.0 media-libs/taglib net-libs/jreen net-libs/qtweetlib @@ -50,7 +50,7 @@ DEPEND=3D" RDEPEND=3D"${DEPEND}" =20 PATCHES=3D( - "${FILESDIR}/${P}-clucene.patch" + "${FILESDIR}/${PN}-clucene.patch" ) =20 src_configure() { @@ -58,13 +58,15 @@ src_configure() { -DINTERNAL_JREEN=3DOFF -DINTERNAL_QTWEETLIB=3DOFF ) + + if [[ ${PV} !=3D *9999* ]]; then + mycmakeargs+=3D( -DBUILD_RELEASE=3DON ) + fi + cmake-utils_src_configure } =20 src_compile() { - # with as-needed compile will fail - append-ldflags $(no-as-needed) - cmake-utils_src_compile } =20 diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/toma= hawk/tomahawk-9999.ebuild index fb24449..7106f70 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -35,7 +35,7 @@ DEPEND=3D" >=3Ddev-libs/boost-1.41 >=3Ddev-libs/qjson-0.7.1 >=3Dmedia-libs/libechonest-1.1.8 - media-libs/phonon + >=3Dmedia-libs/phonon-4.5.0 media-libs/taglib net-libs/jreen net-libs/qtweetlib @@ -50,7 +50,7 @@ DEPEND=3D" RDEPEND=3D"${DEPEND}" =20 PATCHES=3D( - "${FILESDIR}/${P}-clucene.patch" + "${FILESDIR}/${PN}-clucene.patch" ) =20 src_configure() { @@ -58,13 +58,15 @@ src_configure() { -DINTERNAL_JREEN=3DOFF -DINTERNAL_QTWEETLIB=3DOFF ) + + if [[ ${PV} !=3D *9999* ]]; then + mycmakeargs+=3D( -DBUILD_RELEASE=3DON ) + fi + cmake-utils_src_configure } =20 src_compile() { - # with as-needed compile will fail - append-ldflags $(no-as-needed) - cmake-utils_src_compile } =20