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 87CC11384B4 for ; Wed, 25 Nov 2015 21:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C7F121C0C2; Wed, 25 Nov 2015 21:40:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 957B621C0C2 for ; Wed, 25 Nov 2015 21:40:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BD3C3406C0 for ; Wed, 25 Nov 2015 21:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FB5B612 for ; Wed, 25 Nov 2015 21:40:42 +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: <1448487629.fea3cc393340d14b10a5f6e7928ea273279d428d.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-python/pythondialog/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-python/pythondialog/Manifest dev-python/pythondialog/metadata.xml dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild X-VCS-Directories: dev-python/pythondialog/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fea3cc393340d14b10a5f6e7928ea273279d428d X-VCS-Branch: master Date: Wed, 25 Nov 2015 21:40:42 +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: c103fce8-1ed8-48c3-bc8b-e85f947053d5 X-Archives-Hash: ad1c5710363f6c4d24f134e9d2082c75 commit: fea3cc393340d14b10a5f6e7928ea273279d428d Author: Manuel Rüger gentoo org> AuthorDate: Wed Nov 25 21:40:29 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Nov 25 21:40:29 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fea3cc39 Moved to the tree dev-python/pythondialog/Manifest | 1 - dev-python/pythondialog/metadata.xml | 11 ------- .../pythondialog/pythondialog-3.3.0-r200.ebuild | 38 ---------------------- 3 files changed, 50 deletions(-) diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest deleted file mode 100644 index 6b36552..0000000 --- a/dev-python/pythondialog/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python2-pythondialog-3.3.0.tar.gz 1906527 SHA256 3e6f593fead98f8a526bc3e306933533236e33729f552f52896ea504f55313fa SHA512 65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8 WHIRLPOOL 5fc43839b302956a42110e0d2e64bfb9f9b5ccada90cb69579afbb1211b7f117233a25f5bbb970c8b5033413c5c274e27c689e72c83a5887307fa11abc4dc6b8 diff --git a/dev-python/pythondialog/metadata.xml b/dev-python/pythondialog/metadata.xml deleted file mode 100644 index 8d29f44..0000000 --- a/dev-python/pythondialog/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - mrueg@gentoo.org - Manuel Rüger - - - pythondialog - - diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild deleted file mode 100644 index e1f504e..0000000 --- a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="A Python module for making simple text/console-mode user interfaces" -HOMEPAGE="http://pythondialog.sourceforge.net/ https://pypi.python.org/pypi/python2-pythondialog" -SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="python-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="doc examples" - -RDEPEND="dev-util/dialog" -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -S=${WORKDIR}/python2-${P} - -python_prepare_all() { - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - use doc && local HTML_DOCS=( doc/_build/html/. ) - - distutils-r1_python_install_all -}