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 752F7139694 for ; Tue, 14 Feb 2017 23:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B08DD21C075; Tue, 14 Feb 2017 23:53:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F89521C075 for ; Tue, 14 Feb 2017 23:53:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B00BE341648 for ; Tue, 14 Feb 2017 23:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26ACB4813 for ; Tue, 14 Feb 2017 23:53:15 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1487116382.7abb1553f5364b372304be46ee4a049a8ea7838b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webut/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webut/webut-0.1.0.2.ebuild X-VCS-Directories: dev-python/webut/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7abb1553f5364b372304be46ee4a049a8ea7838b X-VCS-Branch: master Date: Tue, 14 Feb 2017 23:53:15 +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: eee4c4b6-9651-4d5e-b7ae-0b9b0a028979 X-Archives-Hash: ddc14cc022d93d7b38d1836f9b6d9071 commit: 7abb1553f5364b372304be46ee4a049a8ea7838b Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 14 23:53:02 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 14 23:53:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abb1553 dev-python/webut: Remove old Package-Manager: portage-2.3.3 dev-python/webut/webut-0.1.0.2.ebuild | 39 ----------------------------------- 1 file changed, 39 deletions(-) diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild deleted file mode 100644 index 4031e1365a..0000000000 --- a/dev-python/webut/webut-0.1.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils versionator - -MY_P=${PN}_$(replace_version_separator 2 '-') - -DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming" -HOMEPAGE="http://www.inoi.fi/open/trac/webut" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="examples" - -RDEPEND=">=dev-python/nevow-0.9.18 - >=dev-python/twisted-core-2 - >=dev-python/zope-interface-3.0.1" -DEPEND="${RDEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - rm -rf "${D}/examples" -}