From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C405138359 for ; Wed, 7 Oct 2020 02:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54914E0980; Wed, 7 Oct 2020 02:31:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4044FE0980 for ; Wed, 7 Oct 2020 02:31:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C59AE335D59 for ; Wed, 7 Oct 2020 02:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 365EE33A for ; Wed, 7 Oct 2020 02:31:31 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1602037870.59ca01d66962779b94c754b186081eb11609c9f8.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/RecSQL/RecSQL-9999.ebuild dev-python/RecSQL/metadata.xml X-VCS-Directories: dev-python/RecSQL/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 59ca01d66962779b94c754b186081eb11609c9f8 X-VCS-Branch: master Date: Wed, 7 Oct 2020 02:31:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89501822-59ac-412b-a57f-98f222147e47 X-Archives-Hash: 5bad962659a98c6cad7e0d329060b1fe commit: 59ca01d66962779b94c754b186081eb11609c9f8 Author: Aisha Tammy aisha cc> AuthorDate: Wed Oct 7 02:31:10 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Oct 7 02:31:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ca01d6 dev-python/RecSQL: drop dead package Signed-off-by: Aisha Tammy aisha.cc> dev-python/RecSQL/RecSQL-9999.ebuild | 32 -------------------------------- dev-python/RecSQL/metadata.xml | 12 ------------ 2 files changed, 44 deletions(-) diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild deleted file mode 100644 index a31fdeee1..000000000 --- a/dev-python/RecSQL/RecSQL-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -if [[ $PV = *9999* ]]; then - scm_eclass=git-r3 - 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="Simple SQL analysis of python records" -HOMEPAGE="http://orbeckst.github.com/RecSQL/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="dev-python/numpy[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml deleted file mode 100644 index a3daeebd2..000000000 --- a/dev-python/RecSQL/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - alexxy@gentoo.org - Alexey Shvetsov - - - sci@gentoo.org - Gentoo Science Project - -