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 BBE4A138350 for ; Fri, 28 Feb 2020 07:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 082E3E08F5; Fri, 28 Feb 2020 07:22:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D29B5E08F5 for ; Fri, 28 Feb 2020 07:22:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C81B434F3BE for ; Fri, 28 Feb 2020 07:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82FFC101 for ; Fri, 28 Feb 2020 07:22:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1582874515.e5af07a05eb04e6e2ce070f60fc9333e4dd60c3e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zsi/Manifest dev-python/zsi/metadata.xml dev-python/zsi/zsi-2.1_alpha1-r1.ebuild X-VCS-Directories: dev-python/zsi/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e5af07a05eb04e6e2ce070f60fc9333e4dd60c3e X-VCS-Branch: master Date: Fri, 28 Feb 2020 07:22:05 +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: cb022729-f9e0-44f8-80cc-0804fc6e9c76 X-Archives-Hash: e9a0a5460f0c4132a658ce5c3a6ef347 commit: e5af07a05eb04e6e2ce070f60fc9333e4dd60c3e Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 28 07:21:55 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 28 07:21:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5af07a0 dev-python/zsi: remove last-rited package Signed-off-by: Mikle Kolyada gentoo.org> dev-python/zsi/Manifest | 1 - dev-python/zsi/metadata.xml | 16 ---------- dev-python/zsi/zsi-2.1_alpha1-r1.ebuild | 54 --------------------------------- 3 files changed, 71 deletions(-) diff --git a/dev-python/zsi/Manifest b/dev-python/zsi/Manifest deleted file mode 100644 index 0ac13c908d7..00000000000 --- a/dev-python/zsi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ZSI-2.1-a1.tar.gz 932958 BLAKE2B a0133c2d2febc3be64d738a38304a0148fd6895333a48c940752af4ca25019f1cb26d606b3da86c2d386e117f081a83d47a52fd0ec9cbb12393f9397806f73cc SHA512 13f8734a5b09caa83786e776bc1104061812d05543b1412cda02dd904d6cd926042a4a882ffac71081a5275879d79927ea225ae2753936e0d026aee074f07974 diff --git a/dev-python/zsi/metadata.xml b/dev-python/zsi/metadata.xml deleted file mode 100644 index 5a758b8ad8f..00000000000 --- a/dev-python/zsi/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - python@gentoo.org - Python - - - add support for python-twisted (needs - dev-python/twisted-core and dev-python/twisted-web) - - - - pywebsvcs - - diff --git a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild deleted file mode 100644 index c4eee8e2d0f..00000000000 --- a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="ZSI" -MY_P="${MY_PN}-${PV/_alpha/-a}" - -DESCRIPTION="Web Services for Python" -HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html" -SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" - -LICENSE="BSD MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc examples twisted" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}] - twisted? ( - dev-python/twisted-core - dev-python/twisted-web - )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - if ! use twisted; then - sed -i \ - -e "/version_info/d"\ - -e "/ZSI.twisted/d"\ - setup.py || die "sed failed" - fi - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - if use doc; then - dohtml doc/*.{html,css,png} - fi - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r doc/examples/* samples/* - fi -}