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 DB1C7138010 for ; Mon, 25 Mar 2013 12:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBBA8E075E; Mon, 25 Mar 2013 12:01:21 +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 54282E075E for ; Mon, 25 Mar 2013 12:01:21 +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 2B953335E33 for ; Mon, 25 Mar 2013 12:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9E94E4073 for ; Mon, 25 Mar 2013 12:01:18 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1364211325.c0bb1f5c071384fca89ac4e9c4796d958e0dfc32.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/RecSQL/ChangeLog dev-python/RecSQL/RecSQL-0.7.8.ebuild dev-python/RecSQL/RecSQL-9999.ebuild X-VCS-Directories: dev-python/RecSQL/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: c0bb1f5c071384fca89ac4e9c4796d958e0dfc32 X-VCS-Branch: master Date: Mon, 25 Mar 2013 12:01:18 +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: 9c4914c2-3f73-475e-8001-adac51f48f16 X-Archives-Hash: 8f28bb266a644b3bac5b1d54d423dc5b commit: c0bb1f5c071384fca89ac4e9c4796d958e0dfc32 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Mar 25 11:35:25 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Mar 25 11:35:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c0bb1f5c Update deps Package-Manager: portage-2.2.0_alpha169 --- dev-python/RecSQL/ChangeLog | 4 ++++ dev-python/RecSQL/RecSQL-0.7.8.ebuild | 31 ------------------------------- dev-python/RecSQL/RecSQL-9999.ebuild | 4 +++- 3 files changed, 7 insertions(+), 32 deletions(-) diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog index 338c417..5547234 100644 --- a/dev-python/RecSQL/ChangeLog +++ b/dev-python/RecSQL/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Mar 2013; Alexey Shvetsov -Manifest, + -RecSQL-0.7.8.ebuild, RecSQL-9999.ebuild: + Update deps + *RecSQL-0.7.8 (23 Mar 2013) *RecSQL-9999 (23 Mar 2013) diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.8.ebuild deleted file mode 100644 index 79c2ba3..0000000 --- a/dev-python/RecSQL/RecSQL-0.7.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) - -if [[ $PV = *9999* ]]; then - scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" - SRC_URI="" - KEYWORDS="" -else - scm_eclass=vcs-snapshot - SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -inherit eutils distutils-r1 ${scm_eclass} - -DESCRIPTION="RecSQL - simple SQL analysis of python records" -HOMEPAGE="http://orbeckst.github.com/RecSQL/" -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="dev-python/numpy" -RDEPEND="${DEPEND}" diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild index 79c2ba3..1c7d4db 100644 --- a/dev-python/RecSQL/RecSQL-9999.ebuild +++ b/dev-python/RecSQL/RecSQL-9999.ebuild @@ -27,5 +27,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="" -DEPEND="dev-python/numpy" +DEPEND=" + dev-lang/python[sqlite] + dev-python/numpy" RDEPEND="${DEPEND}"