From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2B531381FA for ; Sat, 29 Dec 2012 15:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42D6E061F; Sat, 29 Dec 2012 15:03:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DB85E061F for ; Sat, 29 Dec 2012 15:03:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FA5F33D80D for ; Sat, 29 Dec 2012 15:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B99A5E543D for ; Sat, 29 Dec 2012 15:03:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1356793451.519783acb93f431c01f6d48e5a7a37007906cf27.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libmediawiki/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libmediawiki/libmediawiki-3.0.0_rc.ebuild X-VCS-Directories: net-libs/libmediawiki/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 519783acb93f431c01f6d48e5a7a37007906cf27 X-VCS-Branch: master Date: Sat, 29 Dec 2012 15:03:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a575e857-854f-44e7-984d-38f367ec431f X-Archives-Hash: 62f45b5b33f922ce67bb27830ab9995e commit: 519783acb93f431c01f6d48e5a7a37007906cf27 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Dec 29 15:04:11 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 29 15:04:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=519783ac [net-libs/libmediawiki] Version bump Package-Manager: portage-2.2.0_alpha149 --- net-libs/libmediawiki/libmediawiki-3.0.0_rc.ebuild | 39 ++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/net-libs/libmediawiki/libmediawiki-3.0.0_rc.ebuild b/net-libs/libmediawiki/libmediawiki-3.0.0_rc.ebuild new file mode 100644 index 0000000..a616ce1 --- /dev/null +++ b/net-libs/libmediawiki/libmediawiki-3.0.0_rc.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediawiki/libmediawiki-2.9.0.ebuild,v 1.1 2012/09/03 19:11:40 creffett Exp $ + +EAPI=4 + +KDE_LINGUAS="" +KDE_MINIMAL="4.9" + +CMAKE_MIN_VERSION=2.8 + +inherit kde4-base + +MY_PV=${PV/_/-} +MY_P="digikam-${MY_PV}" +SRC_URI="mirror://kde/unstable/digikam/${MY_P}.tar.bz2" + +DESCRIPTION="KDE C++ interface for MediaWiki based web service as wikipedia.org" +HOMEPAGE="http://www.digikam.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" +SLOT=4 + +DEPEND="" +RDEPEND=${DEPEND} + +#Tests from bug 420205 now hang +RESTRICT=test + +S=${WORKDIR}/${MY_P}/extra/${PN} + +src_configure() { + mycmakeargs=( + -DFORCED_UNBUNDLE=ON + ) + kde4-base_src_configure +}