commit:     7abb1553f5364b372304be46ee4a049a8ea7838b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 23:53:02 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> 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"
-}

Reply via email to