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 1S8TNR-0003gt-Vx for garchives@archives.gentoo.org; Fri, 16 Mar 2012 09:23:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D503CE0A87; Fri, 16 Mar 2012 09:23:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5802E0A87 for ; Fri, 16 Mar 2012 09:23:06 +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 E345364272 for ; Fri, 16 Mar 2012 09:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AAD06E5402 for ; Fri, 16 Mar 2012 09:23:04 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1331888927.513a26b681482f2d9ec154786e30fc7c5d6b1234.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libktorrent/libktorrent-1.2.0.ebuild X-VCS-Directories: net-libs/libktorrent/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 513a26b681482f2d9ec154786e30fc7c5d6b1234 X-VCS-Branch: master Date: Fri, 16 Mar 2012 09:23:04 +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: 11ff318e-966b-4368-8848-b6534b546c86 X-Archives-Hash: 5cc0c01949ea40cba268bee139ddcf75 commit: 513a26b681482f2d9ec154786e30fc7c5d6b1234 Author: Pavlos Ratis gmail com> AuthorDate: Tue Mar 13 17:05:49 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Mar 16 09:08:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D513a26b6 [net-libs/libktorrent] version bump --- net-libs/libktorrent/libktorrent-1.2.0.ebuild | 51 +++++++++++++++++++= ++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/net-libs/libktorrent/libktorrent-1.2.0.ebuild b/net-libs/lib= ktorrent/libktorrent-1.2.0.ebuild new file mode 100644 index 0000000..1334698 --- /dev/null +++ b/net-libs/libktorrent/libktorrent-1.2.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +if [[ ${PV} !=3D 9999* ]]; then + inherit versionator + # upstream likes to skip that _ in beta releases + MY_PV=3D"${PV/_/}" + KTORRENT_VERSION=3D$(($(get_major_version)+3)).$(get_version_component_= range 2-3 ${MY_PV}) + MY_P=3D"${PN}-${MY_PV}" + KDE_HANDBOOK=3D"optional" + KDE_DOC_DIRS=3D"doc" + + KDE_LINGUAS=3D"ar ast be bg ca ca@valencia cs da de el en_GB eo es et e= u + fi fr ga gl hi hne hr hu is it ja km ku lt lv ms nb nds nl nn oc pl + pt pt_BR ro ru se si sk sl sr sr@ijekavian sr@ijekavianlatin + sr@latin sv tr uk zh_CN zh_TW" + SRC_URI=3D"http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.ta= r.bz2" + S=3D"${WORKDIR}"/"${MY_P}" + + KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" +else + KEYWORDS=3D"" +fi +VIRTUALX_REQUIRED=3Dtest +inherit kde4-base + +DESCRIPTION=3D"A BitTorrent library based on KDE Platform" +HOMEPAGE=3D"http://ktorrent.org/" + +LICENSE=3D"GPL-2" +SLOT=3D"4" +IUSE=3D"debug" + +RDEPEND=3D" + app-crypt/qca:2 + dev-libs/gmp +" +DEPEND=3D"${RDEPEND} + dev-libs/boost + sys-devel/gettext +" + +src_prepare() { + kde4-base_src_prepare + # do not build non-installed example binary + sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die +}