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 1Rxj8E-00022x-9a for garchives@archives.gentoo.org; Wed, 15 Feb 2012 17:59:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F9EE0D6D; Wed, 15 Feb 2012 17:58:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8EA30E0D6D for ; Wed, 15 Feb 2012 17:58:58 +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 514FC1B400F for ; Wed, 15 Feb 2012 17:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F90CE5400 for ; Wed, 15 Feb 2012 17:58:56 +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: <1329328987.634b39519c1a285c8f989acd82e970562b286383.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/shiboken/shiboken-9999.ebuild X-VCS-Directories: dev-python/shiboken/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 634b39519c1a285c8f989acd82e970562b286383 X-VCS-Branch: master Date: Wed, 15 Feb 2012 17:58:56 +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: 461790b4-c1c8-4b66-87c9-9d8ef6ecc1ae X-Archives-Hash: eca6ff4e87caf4ee994b063dcd7f0d4c commit: 634b39519c1a285c8f989acd82e970562b286383 Author: Johannes Huber gentoo org> AuthorDate: Wed Feb 15 18:03:07 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Feb 15 18:03:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D634b3951 [dev-python/shiboken] EAPI 4, git-2 eclass. (Portage version: 2.2.0_alpha86/git/Linux i686, unsigned Manifest commit) --- dev-python/shiboken/shiboken-9999.ebuild | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shibok= en/shiboken-9999.ebuild index 16a3fda..052c099 100644 --- a/dev-python/shiboken/shiboken-9999.ebuild +++ b/dev-python/shiboken/shiboken-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-0.3.2.eb= uild,v 1.2 2010/06/16 19:36:37 ayoy Exp $ +# $Header: $ =20 -EAPI=3D"2" +EAPI=3D4 =20 -inherit cmake-utils git +inherit cmake-utils git-2 =20 DESCRIPTION=3D"A tool for creating Python bindings for C++ libraries" HOMEPAGE=3D"http://www.pyside.org/" -EGIT_REPO_URI=3D"git://gitorious.org/pyside/${PN}.git" +EGIT_REPO_URI=3D"git://gitorious.org/pyside/${PN}" =20 LICENSE=3D"LGPL-2.1" SLOT=3D"0"