diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 13:11:15 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 13:11:45 +0300 |
commit | 39fc8f4d29622f2b2f26b39a362a5f8e7a738e69 (patch) | |
tree | e5003aaf06d8087a0f671d5c9fc287f0f5bc7bba /dev-python/piddle | |
parent | media-gfx/gmic: Use src_prepare from 2.7.2 again (diff) | |
download | gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.gz gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.bz2 gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.zip |
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/piddle')
-rw-r--r-- | dev-python/piddle/Manifest | 1 | ||||
-rw-r--r-- | dev-python/piddle/metadata.xml | 29 | ||||
-rw-r--r-- | dev-python/piddle/piddle-1.0.15-r1.ebuild | 21 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/piddle/Manifest b/dev-python/piddle/Manifest deleted file mode 100644 index 9c3a70006d2c..000000000000 --- a/dev-python/piddle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST piddle-1.0.15.tar.gz 454044 BLAKE2B 7b878c3d178d24deba0b84ab99b073f771256a67972269ad915e5858d07a903de1dcc23b05ce14baf6f8d59c9be797f12a91d6619776fe16ba6b09bed277a6cb SHA512 5ab216f67721b47360a6e757bddb268173b7fbe3d1a54dfc6dda0a7c050064f833e24911f16882e98af1d56a6ee840a205aa4d0d2e394a375c7abc98d0074a07 diff --git a/dev-python/piddle/metadata.xml b/dev-python/piddle/metadata.xml deleted file mode 100644 index dce2e6da3832..000000000000 --- a/dev-python/piddle/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> -PIDDLE is a Python module for creating two-dimensional graphics in a -manner that is both cross-platform and cross-media; that is, it can -support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file -output (PostScript, PDF, GIF, etc.). It makes use of the native 2D -drawing calls of each backend, for maximum efficiency and quality. It -works by defining a base class (piddle.Canvas) with methods for all -supported drawing primitives. A particular drawing context is provided -in the form of a derived class. PIDDLE applications will be able to -automatically select an appropriate backend for the user's environment. -</longdescription> - <longdescription lang="ja"> -PIDDLEはクロスプラットフォームとクロスメディアの両方のマナーに沿った二次元画像を -作成するためのPython言語モジュールです。つまり、これはファイル出力(Postscript, PDF, GIFなど)と同じ様にスクリーン・グラフィック(例えばQuickDraw, TK)をサポートします。最大限の効果と品質のため、ネイティブ2D描画を各バックエンドの呼出しのように -します。これは原始的なサポートされた描画方法を指すメソッドを持ったベース・クラス -(Paddle.Canvas)を明確にする事で働きます。特別のドロー・コンテキストは派生元クラスのフォームで提供されます。PIDDLEアプリケーションはユーザー環境に適切なバックエ -ンドを自動的に選択するでしょう。 -</longdescription> - <upstream> - <remote-id type="sourceforge">piddle</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/piddle/piddle-1.0.15-r1.ebuild b/dev-python/piddle/piddle-1.0.15-r1.ebuild deleted file mode 100644 index 33db772726d2..000000000000 --- a/dev-python/piddle/piddle-1.0.15-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Cross-media, cross-platform 2D graphics package" -HOMEPAGE="http://piddle.sourceforge.net/" -SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ia64 x86" -IUSE="doc" - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - distutils-r1_python_install_all -} |